View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 10-05-2021 , 02:06   Re: (L4D2) Stripper- How can I place a ladder?
Reply With Quote #6

To add(clone) new ladder on the map, you can use
l4d2_ladder_editor by devilesk.

1. Changed gamemod to versus. Go to infected team, type !edit to enter edit mode
2. type in console to make you search existing ladder quickly.
PHP Code:
r_drawbrushmodels 2 
3. Aim an existing ladder, type !select (Or use M1), type !clone to clone a new ladder, now you can use
- WSAD to move the ladder
- E to raise the ladder
- R to lower the ladder
- Shift to rotate the ladder (Some ladders may disapear if have angle rotated)

4. When done, aim the ladder and type !info, the func_simpleladder entity all information print in your console,
for example it should be like this
PHP Code:
add:
{
    
"classname" "func_simpleladder"
    "origin" "-16.13 -783.68 -20.80"
    "angles" "0.00 0.00 0.00"
    "model" "*64"        
    "normal.x" "0.98"
    "normal.y" "0.14"
    "normal.z" "0.00"
    "team" "2"

5. Copy and past to your stripper cfg.

You can change "team" Keyvalues to decide which team can climb
PHP Code:
team <integer>
Team that can climb this ladder.
Any team
Survivors
Infected 
__________________

Last edited by HarryPotter; 02-11-2024 at 08:51.
HarryPotter is offline