cannot open dday

cannot open dday

Hammer Mapping — Page [1]
RuSs

2006 Apr 19 • 180
21 ₧
when i compile and it loads it comes back with "error cannot open dday" I think thats 1 of my wads i have included, am i doing it wrong in the bat file? how do i add more than 1 wad.

@echo off
hlcsg -wadinclude D.day.wad Map1
hlcsg -wadinclude ddaycz.wad Map1
hlbsp Map1
hlvis Map1
hlrad Map1

????

Please help
Www.Ddaycz.co.uK
 
 
 
2007 Mar 14 at 18:21 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
LIKE THIS:

@echo off
hlcsg -wadinclude D.day.wad -wadinclude ddaycz.wad Map1
hlbsp Map1
hlvis Map1
hlrad Map1

OR THIS:

@echo off
hlcsg -nowadtextures Map1
hlbsp Map1
hlvis Map1
hlrad Map1

(which will include ALL the textures you used in the map)
 
 
 
2007 Mar 15 at 10:39 PDT
Page [1]