Derpduck / L4D2-Comp-Stripper-Rework

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

Dead Before Dawn M5 Block Ceiling #45

Closed fbef0102 closed 1 year ago

fbef0102 commented 1 year ago

29:33 https://www.twitch.tv/videos/1658138472

{
    ; prevent survivor from jumping on the ceiling
    "BlockType" "1"
    "initialstate" "1"
    "mins" "-448 -2617 0"
    "maxs" "0 0 100"
    "origin" "609 2224 -769"
    "classname" "env_player_blocker"
}

{
    ; prevent survivor from jumping on the ceiling
    "BlockType" "1"
    "initialstate" "1"
    "mins" "-1257 -1711 0"
    "maxs" "0 0 100"
    "origin" "207 1320 -769"
    "classname" "env_player_blocker"
}

{
    ; prevent survivor from jumping on the ceiling
    "BlockType" "1"
    "initialstate" "1"
    "mins" "-1577 -2621 0"
    "maxs" "0 0 100"
    "origin" "437 2224 -445"
    "classname" "env_player_blocker"
}