Subversion Repositories nw_plus

Compare Revisions

No changes between revisions

Regard whitespace Rev 25 → Rev 24

/nw_plus/nwl1.patch
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/nw_plus/NWinter.bat
106,23 → 106,26
 
:arguments
set args=
if exist "%exedir%\polymer_hrp\" set args=%args% -jpolymer_hrp
if exist "%exedir%\duke3d_voxel.zip" set args=%args% -gduke3d_voxel.zip
if exist "%exedir%\duke3d_hrp.zip" set args=%args% -gduke3d_hrp.zip
if exist "%exedir%\hrp_update.zip" set args=%args% -ghrp_update.zip
if exist "%exedir%\maphacks.zip" set args=%args% -gmaphacks.zip
if exist "%exedir%\eduke32_mus.zip" set args=%args% -geduke32_mus.zip
if exist polymer_hrp\ set args=%args% -jpolymer_hrp
if exist duke3d_voxel.zip set args=%args% -gduke3d_voxel.zip
if exist duke3d_hrp.zip set args=%args% -gduke3d_hrp.zip
if exist hrp_update.zip set args=%args% -ghrp_update.zip
if exist maphacks.zip set args=%args% -gmaphacks.zip
if exist eduke32_mus.zip set args=%args% -geduke32_mus.zip
if exist "%addondir%" set args=%args% -j"%addondir:\=/%"
if exist "%addonhrpdir%" set args=%args% -j"%addonhrpdir:\=/%"
set args=%args% -gnwinter.grp -hnwinter.def -xNWEDuke.con
if "%editor%"=="1" set args=%args% -namesfile NWNames.h
if "%dp%"=="1" set args=%args% -hnw_dp.def -xNWDP.con
if "%xxx%"=="1" if exist "%exedir%\xxx_lite.zip" set args=%args% -gxxx_lite.zip
if "%xxx%"=="1" if exist "%exedir%\xxx_lite\" set args=%args% -jxxx_lite
if "%xxx%"=="1" if exist "%exedir%\xxx_pack.zip" set args=%args% -gxxx_pack.zip
if "%xxx%"=="1" if exist "%exedir%\xxx_pack\" set args=%args% -jxxx_pack
if "%xxx%"=="1" set args=%args% -hnw_xxx.def
if "%xxx%"=="1" if "%dp%"=="1" set args=%args% -hnw_dp_xxx.def -xNWDPXXX.con
if "%dp%"=="1" (
set args=%args% -hnw_dp.def -xNWDP.con
)
if "%xxx%"=="1" (
if exist xxx_lite.zip set args=%args% -gxxx_lite.zip
if exist xxx_pack.zip set args=%args% -gxxx_pack.zip
set args=%args% -hnw_xxx.def
if "%dp%"=="1" (
set args=%args% -hnw_dp_xxx.def -xNWDPXXX.con
) )
set args=%args% %*
if "%dp%"=="1" set args=%args% -jDukePlus
 
140,8 → 143,6
:nonwgrp
echo.
echo Error: You don't have NWINTER.GRP in your directory.
 
 
:retry
echo.
set cddrive=
153,6 → 154,7
if not exist %cddrive%:\* goto cdno
if not exist %cddrive%:\GAMEDATA\NWINTER.GRP goto cdw
copy %cddrive%:GAMEDATA\NWINTER.GRP .\
pause
echo.
type NWINTRO.TXT
echo.
/nw_plus/nwl1demo.map
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/nwinter/sprites/props.def
38,11 → 38,10
}
 
// Snowy Door Shock (3656)
model "highres/sprites/props/0160_doorshock.md3" {
model "highres/sprites/props/0160_doorshock.md2" {
scale 5 shade 0
detail { file "highres/detail/metal.png" detailscale 0.3 }
skin { pal 0 file "nwinter/sprites/props/3656_doorshock.png" }
frame { name "frame00" tile 3656 }
frame { name "idle" tile 3656 }
}
 
texture 3662 {
/nwinter/sprites/signs.def
6,10 → 6,10
*/
 
// "NAUGHTY!" Billboard (3658)
model "highres/sprites/signs/1210_guilty.md3" {
shade 0
model "highres/sprites/signs/1211_innocent.md2" {
scale 4 shade 0
skin { pal 0 file "nwinter/sprites/signs/3658.png" }
frame { name "frame00" tile 3658 }
frame { name "frame01" tile 3658 }
}
 
texture 3659 { pal 0 { file "nwinter/sprites/signs/3659.png" } }
/nwinter/extra/sources/crates.xcf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/nwinter/textures/3661_d.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/nwinter/textures/3790_d.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/nwinter/textures/3594_d.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/nwinter/textures/3791_d.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/nwinter/copies.def
156,11 → 156,10
texture 3799 { pal 0 { file "highres/sprites/signs/4338.png" } }
 
// Wooden Horse (3764)
model "highres/sprites/props/0904_woodenhorse.md3" {
model "highres/sprites/props/0904_woodenhorse.md2" {
scale 4 shade 16
detail { file "highres/detail/wood_v3.png" detailscale 0.3 }
skin { pal 0 file "highres/sprites/props/0904_woodenhorse.png" }
frame { name "frame00" tile0 3764 tile1 3768 }
frame { name "FRAME01" tile0 3764 tile1 3768 }
}
 
// Tree (3753)
/nwinter/textures.def
8,7 → 8,7
// texture <tilenum> { pal <pal> { file "<file>" } }
 
texture 3594 {
pal 0 { file "nwinter/textures/3594_d.png" }
pal 0 { file "nwinter/textures/3594.png" }
normal { file "highres/textures/0884_n.png" parallaxbias 0.02 parallaxscale 0.025 }
detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
}
57,13 → 57,13
}
 
texture 3661 {
pal 0 { file "nwinter/textures/3661_d.png" }
pal 0 { file "nwinter/textures/3661.png" }
normal { file "highres/textures/0884_n.png" parallaxbias 0.02 parallaxscale 0.025 }
detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
}
 
texture 3666 {
pal 0 { file "nwinter/textures/3666_d.png" }
pal 0 { file "nwinter/textures/3666.png" }
normal { file "highres/textures/0884_n.png" parallaxbias 0.02 parallaxscale 0.025 }
detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
}
140,13 → 140,13
}
 
texture 3790 {
pal 0 { file "nwinter/textures/3790_d.png" }
pal 0 { file "nwinter/textures/3790.png" }
normal { file "highres/textures/0884_n.png" parallaxbias 0.02 parallaxscale 0.025 }
detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
}
 
texture 3791 {
pal 0 { file "nwinter/textures/3791_d.png" }
pal 0 { file "nwinter/textures/3791.png" }
normal { file "highres/textures/0884_n.png" parallaxbias 0.02 parallaxscale 0.025 }
detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
}