hej…
what a command is to add ladder? =]
Add ammo and Health
something very very bad xD
create
{
classname “script_mover”
scriptname “myladder”
targetname “myladder”
origin “3437 781 55”
spawnflags “2”
model “*121”
modelscale “2” //seems to make it invisible => prevents ‘vis’ problems
}
create
{
classname “misc_gamemodel”
scriptname “myladder_skin”
targetname “myladder_skin”
model “models/mapobjects/ladder_section.md3”
origin “3437 781 55”
mins “-20 0 -300”
maxs “20 1 0”
contents “65536”
angle “-178”
}
and this:
model “models/mapobjects/ladder_section.md3”
is not there…
i can’t find ladder md3
They’ve used their own ladder md3 from somewhere… I haven’t actually tried that Fueldump thing though so can’t help much.
ladders are 2 brushes, 1 brush just has a ladder texture on it like:
textures/alpha/ladder
then around that brush a brush with the texture:
textures/common/ladder
The second one actually defines what you can climb on.
Hey i have got this ladder_section.md3
Im in the process of editing couple stock maps too
Look in the map sources for the stock maps for examples of how ladders are made, although stealth6 has pretty much already answered your question.
