Rev 28 | Rev 30 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 28 | Rev 29 | ||
---|---|---|---|
Line 110... | Line 110... | ||
110 | if exist "%exedir%\duke3d_voxel.zip" set args=%args% -gduke3d_voxel.zip |
110 | if exist "%exedir%\duke3d_voxel.zip" set args=%args% -gduke3d_voxel.zip |
111 | if exist "%exedir%\duke3d_hrp.zip" set args=%args% -gduke3d_hrp.zip |
111 | if exist "%exedir%\duke3d_hrp.zip" set args=%args% -gduke3d_hrp.zip |
112 | if exist "%exedir%\hrp_update.zip" set args=%args% -ghrp_update.zip |
112 | if exist "%exedir%\hrp_update.zip" set args=%args% -ghrp_update.zip |
113 | if exist "%exedir%\maphacks.zip" set args=%args% -gmaphacks.zip |
113 | if exist "%exedir%\maphacks.zip" set args=%args% -gmaphacks.zip |
114 | if exist "%exedir%\eduke32_mus.zip" set args=%args% -geduke32_mus.zip |
114 | if exist "%exedir%\eduke32_mus.zip" set args=%args% -geduke32_mus.zip |
115 | if exist "%addondir%" set args=%args% -j"%addondir:\=/%" |
115 | if exist "%addondir%" if not "%addondir%"=="%exedir%" set args=%args% -j"%addondir:\=/%" |
116 | if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%" |
116 | if exist "%addonhrpdir%" if not "%addonhrpdir%"=="%exedir%" if not "%addonhrpdir%"=="%addondir%" set args=%args% -j"%addonhrpdir:\=/%" |
117 | set args=%args% -gvacation.grp -hvacation.def -xVacaEDuke.con |
117 | set args=%args% -gvacation.grp -hvacation.def -xVacaEDuke.con |
118 | if "%editor%"=="1" set args=%args% -namesfile VacaNames.h |
118 | if "%editor%"=="1" set args=%args% -namesfile VacaNames.h |
119 | if "%dp%"=="1" set args=%args% -hvaca_dp.def -xVacaDP.con |
119 | if "%dp%"=="1" set args=%args% -hvaca_dp.def -xVacaDP.con |
120 | if "%xxx%"=="1" if exist "%exedir%\xxx_lite.zip" set args=%args% -gxxx_lite.zip |
120 | if "%xxx%"=="1" if exist "%exedir%\xxx_lite.zip" set args=%args% -gxxx_lite.zip |
121 | if "%xxx%"=="1" if exist "%exedir%\xxx_lite\" set args=%args% -jxxx_lite |
121 | if "%xxx%"=="1" if exist "%exedir%\xxx_lite\" set args=%args% -jxxx_lite |