Subversion Repositories vaca_plus

Compare Revisions

No changes between revisions

Regard whitespace Rev 46 → Rev 44

/vaca_plus/Caribbean.bat
1,7 → 1,7
@echo off
@color 0C
pushd .
chdir /d "%~dp0"
cd /d "%~dp0"
 
:restart
title Duke Caribbean: Life's A Beach Plus Launcher
51,7 → 51,7
if exist vacation\ set addonhrpdir=%cd%
:addondircheck
if exist VACATION.PRG ren VACATION.PRG vacation.grp
chdir vaca_plus
cd vaca_plus
set addondir=%cd%
if exist vacation\ set addonhrpdir=%cd%
if exist vaca_plus\ goto addondircheck
66,7 → 66,6
goto novacagrp
) )
 
if exist vacation.grp ren vacation.grp vacation.grp
call :grpchecksum
:novacagrp_return
if not "%version%"=="demo" (
84,7 → 83,7
if not exist vacadm4.map goto mapextract
if not exist vacaflag_%addonver%.h266 goto updateextract
)
chdir /d "%exedir%"
cd "%exedir%"
echo.
echo.
echo.
156,9 → 155,9
if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin
if "%svnpath%"=="0" for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S
 
chdir /d "%addondir%"
cd /d "%addondir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
chdir /d "%addonhrpdir%"
cd /d "%addonhrpdir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
 
goto end
205,24 → 204,15
echo extracted. It will now be unpacked.
echo.
pause
mkdir vaca15ssi
chdir vaca15ssi
md vaca15ssi
cd vaca15ssi
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
"%addondir%\utils\windows\win32\unpackssi.exe" ..\VACA15.SSI
if exist VACATION.PRG move /y VACATION.PRG ..\vacation.grp
chdir ..
move /y VACATION.PRG ..\vacation.grp
cd ..
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
if exist vacation.grp (
rmdir /s /q vaca15ssi
rd /s /q vaca15ssi
goto novacagrp_done
)
if not exist vacation.grp (
echo Installation Error!
echo Contact Hendricks266 for help.
echo.
pause
goto end
)
 
:ssi2
echo You do have the Caribbean SSI file in this directory, but it has not been
229,24 → 219,15
echo extracted. It will now be unpacked.
echo.
pause
mkdir vacappssi
chdir vacappssi
md vacappssi
cd vacappssi
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
"%addondir%\utils\windows\win32\unpackssi.exe" ..\VACAPP.SSI
if exist VACATION.PRG move /y VACATION.PRG ..\vacation.grp
chdir ..
move /y VACATION.PRG ..\vacation.grp
cd ..
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
if exist vacation.grp (
rmdir /s /q vacappssi
rd /s /q vacappssi
goto novacagrp_done
)
if not exist vacation.grp (
echo Installation Error!
echo Contact Hendricks266 for help.
echo.
pause
goto end
)
 
:ssi3
echo You do have the Caribbean SSI file in this directory, but it has not been
253,8 → 234,8
echo extracted. It will now be unpacked.
echo.
pause
mkdir vaca13ssi
chdir vaca13ssi
md vaca13ssi
cd vaca13ssi
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
"%addondir%\utils\windows\win32\unpackssi.exe" ..\VACA13.SSI
ren *.TRA *.ART
280,22 → 261,13
ren USER.CON VACAUSER.CON
ren DEFS.CON VACADEFS.CON
ren DUKETEAM.ANM RADLOGO.ANM
"%addondir%\utils\windows\win32\kgroup.exe" vacation.grp *.ART *.SCP *.map *.MID *.ANM *.VOC *.DMO CARIB.EXE
if exist vacation.grp move /y vacation.grp ..\vacation.grp
"%addondir%\utils\windows\win32\kgroup.exe" VACATION.GRP *.ART *.SCP *.map *.MID *.ANM *.VOC *.DMO CARIB.EXE
move /y VACATION.GRP ..\vacation.grp
move /y *.map ..\
chdir ..
cd ..
if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
if exist vacation.grp (
rmdir /s /q vaca13ssi
rd /s /q vaca13ssi
goto novacagrp_done
)
if not exist vacation.grp (
echo Installation Error!
echo Contact Hendricks266 for help.
echo.
pause
goto end
)
 
:novacagrp_done
call :grpchecksum
347,10 → 319,10
if not exist vacadm2.patch goto nopatch
if not exist vacadm3.patch goto nopatch
if not exist vacadm4.patch goto nopatch
mkdir vaca_preserve
md vaca_preserve
if exist vaca*.map move /y vaca*.map vaca_preserve\
if exist "%exedir%\vaca*.map" move /y "%exedir%\vaca*.map" vaca_preserve\
"%addondir%\utils\windows\win32\kextract.exe" vacation.grp VACA*.MAP
"%addondir%\utils\windows\win32\kextract.exe" VACATION.GRP VACA*.MAP
ren VACA1.MAP vaca1.map
ren VACA2.MAP vaca2.map
ren VACA3.MAP vaca3.map
389,7 → 361,7
echo.
echo Patching complete^!
:scanning
chdir "%exedir%"
cd "%exedir%"
echo.
echo Scanning directory for potential problems.
if exist vaca1.mhk goto mhkfound
452,11 → 424,11
if exist VDragon.con goto confound
if exist VSeagull.con goto confound
:confound_done
chdir /d "%exedir%"
cd /d "%exedir%"
if not exist GAME.CON "%addondir%\utils\windows\win32\kextract.exe" DUKE3D.GRP GAME.CON
if not exist DEFS.CON "%addondir%\utils\windows\win32\kextract.exe" DUKE3D.GRP DEFS.CON
if not exist USER.CON "%addondir%\utils\windows\win32\kextract.exe" DUKE3D.GRP USER.CON
chdir /d "%addondir%"
cd /d "%addondir%"
echo.
pause
goto restart
557,12 → 529,31
 
:execheck
if exist %exename%.bat goto execheck_done
if exist %exename%.exe goto recheck
set prevdir=%cd%
if not "%cd%"=="%cd:~0,3%" cd ..
if not "%cd%"=="%prevdir%" goto execheck
if exist ..\%exename%.exe (
cd ..
goto recheck
)
if exist ..\..\%exename%.exe (
cd ..\..
goto recheck
)
if exist ..\..\..\%exename%.exe (
cd ..\..\..
goto recheck
)
if exist ..\%exename%.bat (
cd ..
goto execheck_done
)
if exist ..\..\%exename%.bat (
cd ..\..
goto execheck_done
)
if exist ..\..\..\%exename%.bat (
cd ..\..\..
goto execheck_done
)
echo Warning: You don't have %exeproper% in your directory.
chdir /d "%~dp0"
goto execheck_done
 
:nodir
/vaca_plus/utils/windows/win32/md5sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/sha512sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/sha224sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/sha256sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/sha384sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/msys-iconv-2.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/libgcc_s_sjlj-1.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/libstdc++-6.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/libgcc_s_dw2-1.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/mingwm10.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/msys-intl-8.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/msys-1.0.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/vaca_plus/utils/windows/win32/sha1sum.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/vaca_plus/utils/source/sums611/COPYING
File deleted
/vaca_plus/utils/source/sums611/README
File deleted
/vaca_plus/utils/source/sums611/links.txt
File deleted
/vaca_plus/utils/source/sums611
Property changes:
Deleted: bugtraq:number
-true
\ No newline at end of property