Skip to content

Commit 7962a10

Browse files
authored
[No echo] m3 clipwall fix (#985)
add clipwall for the truck model near the alarm event door, prevent Svv from skipping the event
1 parent dd1d8a3 commit 7962a10

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
; =====================================================
2+
; ============ [noecho_m3] [m3/5] [no echo match]
3+
; =====================================================
4+
5+
; ############# MAP CLIPPING AND ISSUES #############
6+
; =====================================================
7+
; == EXPLOITS BLOCKED ==
8+
; == Block intentionally performed exploits ==
9+
; =====================================================
10+
11+
; add clipwall for the truck model near the alarm event door
12+
; prevent Svv from skipping the event
13+
add:
14+
{
15+
"classname" "env_physics_blocker"
16+
"angles" "0 20 0"
17+
"BlockType" "1"
18+
"maxs" "64 56 1000"
19+
"mins" "-64 -56 -128"
20+
"boxmaxs" "64 56 1000"
21+
"boxmins" "-64 -56 -128"
22+
"initialstate" "1"
23+
"targetname" "eb_fix01"
24+
"origin" "1328 4760 152"
25+
}

0 commit comments

Comments
 (0)