Skip to content

Commit bdc00f6

Browse files
authored
[Carried off] m1 hittable fix (#986)
* [Carried off] m1 hittable fix Adjust the shape of one clipwall that block a hole at the back of the building near the fence gate, Add a clipwall beneath the grass in the tent area, to prevent hittables from being swallowed * [Carried off] m1 adjust clipwall type
1 parent 7962a10 commit bdc00f6

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

cfg/stripper/zonemod/maps/cwm1_intro.cfg

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,28 @@ add:
6868
}
6969

7070
add:
71-
; --- Block a hole
72-
; --- 添加入地空气墙
73-
{
74-
"classname" "env_physics_blocker"
75-
"angles" "0 0 0"
76-
"BlockType" "0"
77-
"maxs" "100 100 272"
78-
"mins" "-8 -8 -8"
79-
"initialstate" "1"
80-
"targetname" "eb_fix1"
81-
"origin" "3144 3856 152"
71+
; --- Block a hole at the back of the building near the fence gate
72+
{
73+
"classname" "env_physics_blocker"
74+
"angles" "0 0 0"
75+
"BlockType" "4"
76+
"boxmaxs" "56 240 8"
77+
"boxmins" "-8 -8 -180"
78+
"initialstate" "1"
79+
"targetname" "eb_fix01"
80+
"origin" "3144 3848 120"
81+
}
82+
; --- Add a clipwall beneath the grass in the tent area
83+
; --- Prevent hittables from being swallowed
84+
{
85+
"classname" "env_physics_blocker"
86+
"angles" "0 0 0"
87+
"BlockType" "4"
88+
"boxmaxs" "1024 1600 -8.2"
89+
"boxmins" "-2400 -600 -128"
90+
"initialstate" "1"
91+
"targetname" "eb_fix_large_displacement"
92+
"origin" "3072 2008 120"
8293
}
8394

8495
; ############ DIRECTOR AND EVENT CHANGES ###########

0 commit comments

Comments
 (0)