View Single Post
apples1949
Junior Member
Join Date: Apr 2021
Old 02-07-2022 , 07:15   Re: (L4D2) Stripper- How can I place a ladder?
Reply With Quote #7

Quote:
Originally Posted by HarryPotter View Post
To add(clone) new ladder on the map, you can use
l4d2_ladder_editor by devilesk.

1. Go to infected team, type !edit to enter edit mode
2. 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)

3. 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"

4. 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 
Hello, is it possible to integrate the functionality of this plugin into your l4d2_spawn_props plugin? I think it would make the job of editing maps much easier D:
apples1949 is offline