Derpduck / L4D2-Comp-Stripper-Rework

Reworking Stripper:Source map changes for competitive L4D2 from scratch.
32 stars 8 forks source link

C4M1 syntax error #44

Closed fbef0102 closed 1 year ago

fbef0102 commented 1 year ago

https://github.com/Derpduck/L4D2-Comp-Stripper-Rework/blob/master/cfg/stripper/maps/c4m1_milltown_a.cfg#L1068-L1084

; --- Clipping on fences
{
    "classname" "env_physics_blocker"
    "origin" "2210 3713 880"
    "mins" "-4 -160 -656"
    "maxs" "4 160 656"
    "initialstate" "1"
    "BlockType" "1"
}
{
    "classname" "env_physics_blocker"
    "origin" "2311 3869 880"
    "mins" "-97 -4 -656"
    "maxs" "97 4 656"
    "initialstate" "1"
    "BlockType" "1"
}