Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 57 → Rev 58

/nw_plus/NWinter.bat
1,5 → 1,6
@echo off
@color 0C
color 0C
setlocal ENABLEEXTENSIONS DISABLEDELAYEDEXPANSION
pushd "%~dp0"
set startdir=%cd%
 
104,7 → 105,7
 
echo.
echo Launching Duke Nukem 3D . . .
echo Thanks for %action%!!
echo Thanks for %action%!
echo.
 
if "%editor%"=="1" (
299,10 → 300,10
"%addondir%\utils\windows\win32\bspatch.exe" nwl8.map nwl8.map nwl8.patch
if exist nwpatch*.h266 del /f /q nwpatch*.h266
if exist nwflag*.h266 del /f /q nwflag*.h266
echo Do not delete this file!! You will be forced to reinstall NW+ and repatch the maps. >nwflag_%addonver%.h266
echo Do not delete this file! You will be forced to reinstall NW+ and repatch the maps. >nwflag_%addonver%.h266
attrib +r nwflag_%addonver%.h266
echo.
echo Patching complete!!
echo Patching complete!
:scanning
chdir "%exedir%"
echo.
430,7 → 431,7
echo.
echo IF THESE ARE THE ORIGINAL NUCLEAR WINTER CON FILES, OR THEY COME FROM
echo AN OUTDATED VERSION OF NW+, REMOVE THEM FROM YOUR %exeproper% DIRECTORY
echo IMMEDIATELY!!
echo IMMEDIATELY!
echo NW+ uses modified .con files to fix programming errors created by
echo the original programmers. Due to improvements made to the levels,
echo NW+ will have major errors if the included .con files are not used.
459,5 → 460,6
if "%debug%"=="1" pause
echo.
popd
@title %ComSpec%
@color 07
endlocal
title %ComSpec%
color 07