Subversion Repositories nw_plus

Rev

Rev 51 | Rev 55 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 52
Line 102... Line 102...
102
 
102
 
103
:check
103
:check
104
 
104
 
105
echo.
105
echo.
106
echo Launching Duke Nukem 3D . . .
106
echo Launching Duke Nukem 3D . . .
107
echo Thanks for %action%^!
107
echo Thanks for %action%!!
108
echo.
108
echo.
109
 
109
 
110
if "%editor%"=="1" (
110
if "%editor%"=="1" (
111
type "%exedir%\names.h" > "%exedir%\NWNames.h"
111
type "%exedir%\names.h" > "%exedir%\NWNames.h"
112
echo. >> "%exedir%\NWNames.h"
112
echo. >> "%exedir%\NWNames.h"
Line 284... Line 284...
284
"%addondir%\utils\windows\win32\bspatch.exe" nwl6.map nwl6.map nwl6.patch
284
"%addondir%\utils\windows\win32\bspatch.exe" nwl6.map nwl6.map nwl6.patch
285
"%addondir%\utils\windows\win32\bspatch.exe" nwl7.map nwl7.map nwl7.patch
285
"%addondir%\utils\windows\win32\bspatch.exe" nwl7.map nwl7.map nwl7.patch
286
"%addondir%\utils\windows\win32\bspatch.exe" nwl8.map nwl8.map nwl8.patch
286
"%addondir%\utils\windows\win32\bspatch.exe" nwl8.map nwl8.map nwl8.patch
287
if exist nwpatch*.h266 del /f /q nwpatch*.h266
287
if exist nwpatch*.h266 del /f /q nwpatch*.h266
288
if exist nwflag*.h266 del /f /q nwflag*.h266
288
if exist nwflag*.h266 del /f /q nwflag*.h266
289
echo Do not delete this file^! You will be forced to reinstall NW+ and repatch the maps. >nwflag_%addonver%.h266
289
echo Do not delete this file!! You will be forced to reinstall NW+ and repatch the maps. >nwflag_%addonver%.h266
290
attrib +r nwflag_%addonver%.h266
290
attrib +r nwflag_%addonver%.h266
291
echo.
291
echo.
292
echo Patching complete^!
292
echo Patching complete!!
293
:scanning
293
:scanning
294
chdir "%exedir%"
294
chdir "%exedir%"
295
echo.
295
echo.
296
echo Scanning directory for potential problems.
296
echo Scanning directory for potential problems.
297
if exist nwl1.mhk goto mhkfound
297
if exist nwl1.mhk goto mhkfound
Line 415... Line 415...
415
echo NWActor.con
415
echo NWActor.con
416
echo NWSnow.con
416
echo NWSnow.con
417
echo.
417
echo.
418
echo IF THESE ARE THE ORIGINAL NUCLEAR WINTER CON FILES, OR THEY COME FROM
418
echo IF THESE ARE THE ORIGINAL NUCLEAR WINTER CON FILES, OR THEY COME FROM
419
echo AN OUTDATED VERSION OF NW+, REMOVE THEM FROM YOUR %exeproper% DIRECTORY
419
echo AN OUTDATED VERSION OF NW+, REMOVE THEM FROM YOUR %exeproper% DIRECTORY
420
echo IMMEDIATELY^!
420
echo IMMEDIATELY!!
421
echo NW+ uses modified .con files to fix programming errors created by
421
echo NW+ uses modified .con files to fix programming errors created by
422
echo the original programmers. Due to improvements made to the levels,
422
echo the original programmers. Due to improvements made to the levels,
423
echo NW+ will have major errors if the included .con files are not used.
423
echo NW+ will have major errors if the included .con files are not used.
424
goto confound_done
424
goto confound_done
425
 
425