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.