Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 6 → Rev 7

/vaca_plus/Caribbean.bat
27,9 → 27,11
if not exist vaca_plus\ goto nodir
if not exist duke3d.grp echo Warning: You don't have Duke3D.grp in your directory.
if exist VACATION.PRG ren VACATION.PRG VACATION.GRP
if exist vaca_plus\VACATION.PRG ren vaca_plus\VACATION.PRG VACATION.GRP
if not exist vaca_plus\VACATION.GRP (
if exist VACATION.GRP move VACATION.GRP vaca_plus\
)
cd vaca_plus
if exist VACATION.PRG ren VACATION.PRG VACATION.GRP
if not exist VACATION.GRP goto novacagrp
:novacagrp_done
if not exist vacaflag%vacaver%.h266 goto extract
197,8 → 199,9
if not exist vacadm2.ips goto noips
if not exist vacadm3.ips goto noips
if not exist vacadm4.ips goto noips
if exist vaca*.map del /f /q vaca*.map
if exist ..\vaca*.map del /f /q ..\vaca*.map
md vaca_preserve
if exist vaca*.map move /y vaca*.map vaca_preserve\
if exist ..\vaca*.map move /y ..\vaca*.map vaca_preserve\
utils\windows\win32\kextract.exe VACATION.GRP VACA*.MAP
ren VACA1.MAP vaca1.map
ren VACA2.MAP vaca2.map
233,18 → 236,6
utils\windows\win32\uips.exe a vacadm4.ips vacadm4.map
if exist vacapatch*.h266 del /f /q vacapatch*.h266
if exist vacaflag*.h266 del /f /q vacaflag*.h266
del /f /q vaca1.ips
del /f /q vaca2.ips
del /f /q vaca3.ips
del /f /q vaca4.ips
del /f /q vaca5.ips
del /f /q vaca6.ips
del /f /q vaca7.ips
del /f /q vacasl.ips
del /f /q vacadm1.ips
del /f /q vacadm2.ips
del /f /q vacadm3.ips
del /f /q vacadm4.ips
echo Do not delete this file! You will be force to reinstall Vaca+ and repatch the maps. >vacaflag%vacaver%.h266
attrib +r vacaflag%vacaver%.h266
echo.