Rev 1 | Rev 8 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 7 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | if not exist eduke32.exe goto eduke32check |
25 | if not exist eduke32.exe goto eduke32check |
26 | :eduke32check_done |
26 | :eduke32check_done |
27 | if not exist vaca_plus\ goto nodir |
27 | if not exist vaca_plus\ goto nodir |
28 | if not exist duke3d.grp echo Warning: You don't have Duke3D.grp in your directory. |
28 | if not exist duke3d.grp echo Warning: You don't have Duke3D.grp in your directory. |
29 | if exist VACATION.PRG ren VACATION.PRG VACATION.GRP |
29 | if exist VACATION.PRG ren VACATION.PRG VACATION.GRP |
- | 30 | if exist vaca_plus\VACATION.PRG ren vaca_plus\VACATION.PRG VACATION.GRP |
|
- | 31 | if not exist vaca_plus\VACATION.GRP ( |
|
30 | if exist VACATION.GRP move VACATION.GRP vaca_plus\ |
32 | if exist VACATION.GRP move VACATION.GRP vaca_plus\ |
- | 33 | ) |
|
31 | cd vaca_plus |
34 | cd vaca_plus |
32 | if exist VACATION.PRG ren VACATION.PRG VACATION.GRP |
- | |
33 | if not exist VACATION.GRP goto novacagrp |
35 | if not exist VACATION.GRP goto novacagrp |
34 | :novacagrp_done |
36 | :novacagrp_done |
35 | if not exist vacaflag%vacaver%.h266 goto extract |
37 | if not exist vacaflag%vacaver%.h266 goto extract |
36 | if not exist vaca1.map goto extract |
38 | if not exist vaca1.map goto extract |
37 | if not exist vaca2.map goto extract |
39 | if not exist vaca2.map goto extract |
Line 195... | Line 197... | ||
195 | if not exist vacasl.ips goto noips |
197 | if not exist vacasl.ips goto noips |
196 | if not exist vacadm1.ips goto noips |
198 | if not exist vacadm1.ips goto noips |
197 | if not exist vacadm2.ips goto noips |
199 | if not exist vacadm2.ips goto noips |
198 | if not exist vacadm3.ips goto noips |
200 | if not exist vacadm3.ips goto noips |
199 | if not exist vacadm4.ips goto noips |
201 | if not exist vacadm4.ips goto noips |
- | 202 | md vaca_preserve |
|
200 | if exist vaca*.map del /f /q vaca*.map |
203 | if exist vaca*.map move /y vaca*.map vaca_preserve\ |
201 | if exist ..\vaca*.map del /f /q ..\vaca*.map |
204 | if exist ..\vaca*.map move /y ..\vaca*.map vaca_preserve\ |
202 | utils\windows\win32\kextract.exe VACATION.GRP VACA*.MAP |
205 | utils\windows\win32\kextract.exe VACATION.GRP VACA*.MAP |
203 | ren VACA1.MAP vaca1.map |
206 | ren VACA1.MAP vaca1.map |
204 | ren VACA2.MAP vaca2.map |
207 | ren VACA2.MAP vaca2.map |
205 | ren VACA3.MAP vaca3.map |
208 | ren VACA3.MAP vaca3.map |
206 | ren VACA4.MAP vaca4.map |
209 | ren VACA4.MAP vaca4.map |
Line 231... | Line 234... | ||
231 | utils\windows\win32\uips.exe a vacadm2.ips vacadm2.map |
234 | utils\windows\win32\uips.exe a vacadm2.ips vacadm2.map |
232 | utils\windows\win32\uips.exe a vacadm3.ips vacadm3.map |
235 | utils\windows\win32\uips.exe a vacadm3.ips vacadm3.map |
233 | utils\windows\win32\uips.exe a vacadm4.ips vacadm4.map |
236 | utils\windows\win32\uips.exe a vacadm4.ips vacadm4.map |
234 | if exist vacapatch*.h266 del /f /q vacapatch*.h266 |
237 | if exist vacapatch*.h266 del /f /q vacapatch*.h266 |
235 | if exist vacaflag*.h266 del /f /q vacaflag*.h266 |
238 | if exist vacaflag*.h266 del /f /q vacaflag*.h266 |
236 | del /f /q vaca1.ips |
- | |
237 | del /f /q vaca2.ips |
- | |
238 | del /f /q vaca3.ips |
- | |
239 | del /f /q vaca4.ips |
- | |
240 | del /f /q vaca5.ips |
- | |
241 | del /f /q vaca6.ips |
- | |
242 | del /f /q vaca7.ips |
- | |
243 | del /f /q vacasl.ips |
- | |
244 | del /f /q vacadm1.ips |
- | |
245 | del /f /q vacadm2.ips |
- | |
246 | del /f /q vacadm3.ips |
- | |
247 | del /f /q vacadm4.ips |
- | |
248 | echo Do not delete this file! You will be force to reinstall Vaca+ and repatch the maps. >vacaflag%vacaver%.h266 |
239 | echo Do not delete this file! You will be force to reinstall Vaca+ and repatch the maps. >vacaflag%vacaver%.h266 |
249 | attrib +r vacaflag%vacaver%.h266 |
240 | attrib +r vacaflag%vacaver%.h266 |
250 | echo. |
241 | echo. |
251 | echo Patching complete! |
242 | echo Patching complete! |
252 | :scanning |
243 | :scanning |