Ladder problem

Ladder problem

Hammer Mapping — Page [1]
KSINDGA
2008 Sep 29 • 3
I read here about ladders.
It says that I must use 3 textures which I don't have.

So I went here and downloaded zhlt.wad, hoping it has the textures.

But I don't understand this :
Quote:
Make sure to change your HLCSG line in your compile, like this: hlcsg -wadinclude zhlt ...

Where is this compile? I know its stupid question, but I don't know where can I find it :(
 
 
 
2008 Sep 30 at 09:52 PDT
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
No question is stupid!

The hlcsg line is in your BAT file:
@echo off
hlcsg -wadinclude zhlt mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "C:\half-life\cstrike\maps"
cd C:\half-life
pause
hl -dev -console -game cstrike +sv_cheats 1 +map mapname
May contain traces of invisible text.
 
 
 
2008 Sep 30 at 10:46 PDT
KSINDGA
2008 Sep 29 • 3
eDan Co. said:
No question is stupid!

The hlcsg line is in your BAT file:
@echo off
hlcsg -wadinclude zhlt mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "C:\half-life\cstrike\maps"
cd C:\half-life
pause
hl -dev -console -game cstrike +sv_cheats 1 +map mapname


Aah, thanks very much man :D :D :D
 
 
 
2008 Sep 30 at 11:32 PDT
Page [1]