TF2/Making a functioning ladder: Difference between revisions

From Valve Developer Community
< TF2
Jump to navigation Jump to search
No edit summary
 
m (pov, cleanup)
Line 1: Line 1:
I looked around and it was surprisingly hard to find any decent info on how to do this. To start off make a prop_static with a point based entity. I set the world model to models/props_c17/metalladder002.mdl, but just type in ladder and search there are a few different models. You can also make your own props for ladders, just cover them with a playerclip so people dont get stuck on them.
{{pov}}
{{cleanup}}
 
TF2 does not support the standard ladder entity.  It is possible to fake a ladder by creating a very narrow staircase.
 
To start off make a prop_static with a point based entity. Set the world model to models/props_c17/metalladder002.mdl, but just type in ladder and search there are a few different models. You can also make your own props for ladders, just cover them with a playerclip so people dont get stuck on them.


[[Image:Prop Static]]http://rcfreak.com/images/mike/exmple1.jpg
[[Image:Prop Static]]http://rcfreak.com/images/mike/exmple1.jpg
Line 7: Line 12:
[[Image:Player Clip]]http://rcfreak.com/images/mike/exmple2.jpg
[[Image:Player Clip]]http://rcfreak.com/images/mike/exmple2.jpg


Too keep them from going too far out once you reach the bottom select the no clip blocks group them and then compress them as long as the top step sticks out past where the prop ends and each block still has a small lip it will work just fine. There you have it a good looking climable ladder.
Too keep them from going too far out once you reach the bottom select the no clip blocks group them and then compress them as long as the top step sticks out past where the prop ends and each block still has a small lip it will work just fine. There you have it a good looking climbable ladder.


[[Image:Finished Ladder]]http://rcfreak.com/images/mike/exmple3.jpg
[[Image:Finished Ladder]]http://rcfreak.com/images/mike/exmple3.jpg

Revision as of 02:42, 10 January 2009

Broom icon.png
This article or section should be converted to third person to conform to wiki standards.
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

TF2 does not support the standard ladder entity. It is possible to fake a ladder by creating a very narrow staircase.

To start off make a prop_static with a point based entity. Set the world model to models/props_c17/metalladder002.mdl, but just type in ladder and search there are a few different models. You can also make your own props for ladders, just cover them with a playerclip so people dont get stuck on them.

File:Prop Statichttp://rcfreak.com/images/mike/exmple1.jpg

Next using the player clip texture make blocks 14 high making each lower block one block more out. The way TF2 works makes this act like stairs.

File:Player Cliphttp://rcfreak.com/images/mike/exmple2.jpg

Too keep them from going too far out once you reach the bottom select the no clip blocks group them and then compress them as long as the top step sticks out past where the prop ends and each block still has a small lip it will work just fine. There you have it a good looking climbable ladder.

File:Finished Ladderhttp://rcfreak.com/images/mike/exmple3.jpg