1 stupid error

1 stupid error

Hammer Mapping — Page [1]
DickHead
2007 Jan 15 • 7
12 ₧
hmm when i run the map in CS its giving me error "cant find NAME.wad"
the NAME its the wad that i made...
how do i fix it?

i saw super jer says:
Quote:

...compile your wad files INTO your BSP file by changing your HLCSG line like this:

hlcsg -wadinclude NAME mapname
-OR-
hlcsg -nowadtextures mapname

but what line ... the name of the hlcsg.exe?
 
 
 
2007 Feb 9 at 01:03 PST
Xtreme-Coder
2007 Jan 9 • 31
12 ₧
"DickHead" said:
hmm when i run the map in CS its giving me error "cant find NAME.wad"
the NAME its the wad that i made...
how do i fix it?

i saw super jer says:
Quote:

...compile your wad files INTO your BSP file by changing your HLCSG line like this:

hlcsg -wadinclude NAME mapname
-OR-
hlcsg -nowadtextures mapname

but what line ... the name of the hlcsg.exe?


This is commonly caused because the game cannot find the wad file in your game directory, put the NAME.wad in your cstrike folder and try to run the map again, you can also edit the first command line "hlcsg mapname -nowadtextures" and recompile the map, this command compiles the .wad into the .bsp so you do not need to put any wad files into your cstrike folder.
(\__/) (+'.'+) Bunny is taking over the world!! (")_(")
 
 
 
2007 Feb 9 at 11:03 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
I'm talking about modifying the bat file from my tutorial. Modified it should look like:

@echo off
hlcsg
-nowadtextures mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "C:\Steam\SteamApps\EMAIL\counter-strike\cstrike\maps"
pause
"C:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map mapname
 
 
 
2007 Feb 10 at 14:27 PST
Page [1]