Compiling problem or smth

Compiling problem or smth

Hammer Mapping — Page [1]
maGikaL
2006 Sep 30 • 1
15 ₧
First of all i'd like to say im newb so dont whine on me ;)
Okay now after i open the bat file it installs something and then says in err file
hlcsg: Error: Could not open wad file \documents and settings\henry\my documents\my received files\cstrike.wad

hlcsg: Error: Could not find WAD file
Description: The compile tools could not locate a wad file that the map was referencing.
Howto Fix: Make sure the wad's listed in the level editor actually all exist


If english would be my mother tongue im sure i would understand it but mby you can explain me , about that "Could not open wad file \documents and settings\henry\my documents\my received files\cstrike.wad " i dont know , cstrike.wad is in there...!

That was the problem then , and now a question...

Can i edit some regular maps ? Like i take dust2.bsp and do something ? Or i have to have the friggin rmf file ?
 
 
 
2006 Sep 30 at 06:06 PDT
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
put this in your mapname.bat file
(mapname is whatever you called it)


hlcsg -wadinclude cstrike mapname

Include this, but take out the

hlcsg

from the rest of your code. It should look like this:

@echo off
hlcsg -wadinclude cstrike mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "where ever your compiling the map too"
pause
"C:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map mapname
 
 
 
2006 Sep 30 at 08:38 PDT
Page [1]