View Single Post
SkaP
Senior Member
Join Date: Dec 2009
Old 04-30-2010 , 18:22   Re: Stripper:Source (1.2.1, L4D2 + Perf Improvements)
Reply With Quote #637

I removed the version I edited, Thanks Atomic. I am also getting the same problem untalanted has for Realsim VS. The plugin isn't firing at all. And yes untalented you'll need to use the new configs for the dynamic maps. since they now use the commands startdisabled "1"

Oh and you might want to change the fence for c2m2_park from

PHP Code:
{
    ;
Park Maze Blocker Left Park entrance blocker
    
"solid" "6"
    "origin" "-4778 -2864 -136"
    "angles" "0 90 0"
    "model" "models/props_wasteland/exterior_fence002c.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "hard_route_blocker"
}

{
    ;
Park Maze Blocker Left Park entrance blocker
    
"solid" "6"
    "origin" "-4778 -2864 -136"
    "angles" "0 90 0"
    "model" "models/props_wasteland/exterior_fence002c.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "medium_route_blocker"

To the ones untalented posted:

PHP Code:
{
    ;
Park Maze Blocker Left Park entrance blocker(right)
    
"solid" "6"
    "origin" "-4800 -2864 -190"
    "angles" "0 90 0"
    "model" "models/props_fortifications/barricade001_128_reference.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "hard_route_blocker"
}
{
    ;
Park Maze Blocker Left Park entrance blocker (left)
    
"solid" "6"
    "origin" "-4730 -2864 -190"
    "angles" "0 90 0"
    "model" "models/props_fortifications/barricade001_64_reference.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "hard_route_blocker"
}  

{
    ;
Park Maze Blocker Left Park entrance blocker(right)
    
"solid" "6"
    "origin" "-4800 -2864 -190"
    "angles" "0 90 0"
    "model" "models/props_fortifications/barricade001_128_reference.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "medium_route_blocker"
}
{
    ;
Park Maze Blocker Left Park entrance blocker (left)
    
"solid" "6"
    "origin" "-4730 -2864 -190"
    "angles" "0 90 0"
    "model" "models/props_fortifications/barricade001_64_reference.mdl"
    "classname" "prop_dynamic"
    "StartDisabled" "1"
    "targetname" "medium_route_blocker"

To avoid those error signs

Last edited by SkaP; 04-30-2010 at 19:21.
SkaP is offline