.bat file

.bat file

Hammer Mapping — Page [1]
reverendbuddy
2007 Nov 19 • 5
2 ₧
How do I add custom .wads to my .bat file for compiling?
 
 
 
2007 Nov 27 at 17:23 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
On the hlcsg line, add them like this:

hlcsg -wadinclude forest.wad -wadinclude trees.wad mapname
hlbsp mapname
hlvis mapname
hlrad mapname
....etc....


Or, to include ALL the wads without naming them, use -nowadtextures like this:

hlcsg -nowadtextures mapname
hlbsp mapname
hlvis mapname
hlrad mapname
....etc....
 
 
 
2007 Dec 3 at 18:42 PST
Page [1]