View Single Post
larrybrains
Senior Member
Join Date: May 2017
Old 12-22-2019 , 14:45   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1708

Sir recently added some infected ladders to the L4D2 Zonemod config via Stripper and I wanted to add a few of my own, but I am not sure how this works:

PHP Code:
; -- Add Infected ladder to the right of the starting buildingallowing infected to setup on the right building easily.
{
    
"model" "*117"
    "normal.z" "0.00"
    "normal.y" "1.00"
    "normal.x" "0.00"
    "team" "2"
    "classname" "func_simpleladder"
    "origin" "-5197.22 631.03 -139.94"
    "angles" "0.00 0.00 0.00"

Is the "model" "*117" the brush number that the ladder is attached to?

Is the * a regular expression for matching or is it something else?
larrybrains is offline