Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 14 → Rev 15

/vaca_plus/Caribbean.bat
33,13 → 33,13
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_hrp set vacahrpdir=%cd%
if exist vacation\ set vacahrpdir=%cd%
:vacadircheck
if exist VACATION.PRG ren VACATION.PRG vacation.grp
cd vaca_plus
set vacadir=%cd%
if exist vacation_hrp set vacahrpdir=%cd%
if exist vaca_plus goto vacadircheck
if exist vacation\ set vacahrpdir=%cd%
if exist vaca_plus\ goto vacadircheck
if "%debug%"=="1" echo DEBUG: Vaca+ Directory: "%vacadir%".
if "%debug%"=="1" echo DEBUG: VacaHRP Directory: "%vacahrpdir%".
 
91,7 → 91,11
 
::if exist *.art ren *.art *.abk
 
set args=-xVacaEDuke.con -hvacation.def -j"%vacadir%" -j"%vacahrpdir%" -gvacation.grp %hrp% %hrpu% %*
set args=-xVacaEDuke.con -hvacation.def
if exist "%vacadir%" set args=%args% -j"%vacadir:\=/%"
if exist "%vacahrpdir%" set args=%args% -j"%vacahrpdir:\=/%"
set args=%args% -gvacation.grp %hrp% %hrpu% %*
 
set exe=eduke32
if "%debug%"=="1" set exe=eduke32.debug
 
444,4 → 448,3
@color 07
@title %ComSpec%
cd %dir%
@echo on