File tree Expand file tree Collapse file tree
cfg/stripper/zonemod/maps Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments