Derpduck / L4D2-Comp-Stripper-Rework

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

The passing(map1) glitch #47

Closed 4thyoshino closed 1 year ago

4thyoshino commented 1 year ago

https://youtu.be/Xct2jZuF4sw

test on zonemod v2.8

fbef0102 commented 1 year ago

c6m1_riverban L646

; --- Block survivors from jumping on the truck outside the souvenirs store to jump into the window
{
    "classname" "env_player_blocker"
    "origin" "2750 2795 112"
    ;"mins" "-70 -53 -50"
    ;"maxs" "70 53 50"
    "mins" "-70 -55 -50"
    "maxs" "70 53 50"
    "initialstate" "1"
    "BlockType" "1"
}
add:
; block
{
    ; shortcut
    "BlockType" "1"
    "initialstate" "1"
    "mins" "-1529 -15 0"
    "maxs" "0 0 150"
    "origin" "1927 1295 208"
    "classname" "env_player_blocker"
}