Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 58 → Rev 57

/nw_plus/NWinter.bat
1,6 → 1,5
@echo off
color 0C
setlocal ENABLEEXTENSIONS DISABLEDELAYEDEXPANSION
@color 0C
pushd "%~dp0"
set startdir=%cd%
 
105,7 → 104,7
 
echo.
echo Launching Duke Nukem 3D . . .
echo Thanks for %action%!
echo Thanks for %action%!!
echo.
 
if "%editor%"=="1" (
300,10 → 299,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.
431,7 → 430,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.
460,6 → 459,5
if "%debug%"=="1" pause
echo.
popd
endlocal
title %ComSpec%
color 07
@title %ComSpec%
@color 07