Rev 19 | Rev 21 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 19 | Rev 20 | ||
---|---|---|---|
Line 112... | Line 112... | ||
112 | if exist hrp_update.zip set args=%args% -ghrp_update.zip |
112 | if exist hrp_update.zip set args=%args% -ghrp_update.zip |
113 | if exist maphacks.zip set args=%args% -gmaphacks.zip |
113 | if exist maphacks.zip set args=%args% -gmaphacks.zip |
114 | if exist eduke32_mus.zip set args=%args% -geduke32_mus.zip |
114 | if exist eduke32_mus.zip set args=%args% -geduke32_mus.zip |
115 | if exist "%addondir%" set args=%args% -j"%addondir:\=/%" |
115 | if exist "%addondir%" set args=%args% -j"%addondir:\=/%" |
116 | if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%" |
116 | if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%" |
117 | set args=%args% -gvacation.grp -hvacation.def |
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 not "%editor%"=="1" set args=%args% -xVacaEDuke.con |
- | |
120 | if "%dp%"=="1" ( |
119 | if "%dp%"=="1" ( |
121 | set args=%args% -hvaca_dp.def |
120 | set args=%args% -hvaca_dp.def -xVacaDP.con |
122 | if not "%editor%"=="1" set args=%args% -xVacaDP.con |
- | |
123 | ) |
121 | ) |
124 | if "%xxx%"=="1" ( |
122 | if "%xxx%"=="1" ( |
125 | if exist xxx_lite.zip set args=%args% -gxxx_lite.zip |
123 | if exist xxx_lite.zip set args=%args% -gxxx_lite.zip |
126 | if exist xxx_pack.zip set args=%args% -gxxx_pack.zip |
124 | if exist xxx_pack.zip set args=%args% -gxxx_pack.zip |
127 | set args=%args% -hvaca_xxx.def |
125 | set args=%args% -hvaca_xxx.def |
128 | if "%dp%"=="1" ( |
126 | if "%dp%"=="1" ( |
129 | set args=%args% -hvaca_dp_xxx.def |
127 | set args=%args% -hvaca_dp_xxx.def -xVacaDPXXX.con |
130 | if not "%editor%"=="1" set args=%args% -xVacaDPXXX.con |
- | |
131 | ) ) |
128 | ) ) |
132 | set args=%args% %* |
129 | set args=%args% %* |
133 | if "%dp%"=="1" set args=%args% -jDukePlus |
130 | if "%dp%"=="1" set args=%args% -jDukePlus |
134 | 131 | ||
135 | set exe=%exename% |
132 | set exe=%exename% |
Line 148... | Line 145... | ||
148 | echo Error: You don't have VACATION.GRP in your directory. |
145 | echo Error: You don't have VACATION.GRP in your directory. |
149 | echo. |
146 | echo. |
150 | if exist VACA15.SSI goto ssi1 |
147 | if exist VACA15.SSI goto ssi1 |
151 | if exist VACAPP.SSI goto ssi2 |
148 | if exist VACAPP.SSI goto ssi2 |
152 | if exist VACA13.SSI goto ssi3 |
149 | if exist VACA13.SSI goto ssi3 |
153 | echo You don't have the SSI files in your directory. |
150 | echo You don't have the SSI files in your directory either. |
154 | :retry |
151 | :retry |
155 | echo. |
152 | echo. |
156 | set cddrive= |
153 | set cddrive= |
157 | set /p cddrive=What is the drive letter that your Caribbean CD is in? |
154 | set /p cddrive=What is the drive letter that your Caribbean CD is in? |
158 | echo. |
155 | echo. |