Skip to content

Commit 3e6bb86

Browse files
authored
cwm1 truck skip + oob/stuck fixes (#963)
Unblocked the precious truck skip before the warehouse Blocked infected out of bounds / under the map spots in the river Blocked a perma-stuck spot between 2 tents Added clipping on car stops by the starting saferoom to prevent getting stuck
1 parent 1e50d27 commit 3e6bb86

1 file changed

Lines changed: 130 additions & 66 deletions

File tree

cfg/stripper/zonemod/maps/cwm1_intro.cfg

Lines changed: 130 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -204,73 +204,73 @@ add:
204204
"BlockType" "1"
205205
}
206206
; --- Block tent by the fallen semi-trailer
207-
{
208-
"classname" "env_physics_blocker"
209-
"origin" "2265.73 2542.02 760"
210-
"angles" "0 -1 0"
211-
"mins" "-190 -5 -520"
212-
"maxs" "190 5 520"
213-
"boxmins" "-190 -5 -520"
214-
"boxmaxs" "190 5 520"
215-
"initialstate" "1"
216-
"BlockType" "1"
217-
}
218-
{
219-
"classname" "env_physics_blocker"
220-
"origin" "2270.27 2801.98 760"
221-
"angles" "0 -1 0"
222-
"mins" "-190 -5 -520"
223-
"maxs" "190 5 520"
224-
"boxmins" "-190 -5 -520"
225-
"boxmaxs" "190 5 520"
226-
"initialstate" "1"
227-
"BlockType" "1"
228-
}
229-
{
230-
"classname" "env_physics_blocker"
231-
"origin" "2081.03 2675.26 760"
232-
"angles" "0 -1 0"
233-
"mins" "-3 -125 -520"
234-
"maxs" "3 125 520"
235-
"boxmins" "-3 -125 -520"
236-
"boxmaxs" "3 125 520"
237-
"initialstate" "1"
238-
"BlockType" "1"
239-
}
240-
{
241-
"classname" "env_physics_blocker"
242-
"origin" "2454.97 2668.74 760"
243-
"angles" "0 -1 0"
244-
"mins" "-3 -125 -520"
245-
"maxs" "3 125 520"
246-
"boxmins" "-3 -125 -520"
247-
"boxmaxs" "3 125 520"
248-
"initialstate" "1"
249-
"BlockType" "1"
250-
}
207+
;{
208+
; "classname" "env_physics_blocker"
209+
; "origin" "2265.73 2542.02 760"
210+
; "angles" "0 -1 0"
211+
; "mins" "-190 -5 -520"
212+
; "maxs" "190 5 520"
213+
; "boxmins" "-190 -5 -520"
214+
; "boxmaxs" "190 5 520"
215+
; "initialstate" "1"
216+
; "BlockType" "1"
217+
;}
218+
;{
219+
; "classname" "env_physics_blocker"
220+
; "origin" "2270.27 2801.98 760"
221+
; "angles" "0 -1 0"
222+
; "mins" "-190 -5 -520"
223+
; "maxs" "190 5 520"
224+
; "boxmins" "-190 -5 -520"
225+
; "boxmaxs" "190 5 520"
226+
; "initialstate" "1"
227+
; "BlockType" "1"
228+
;}
229+
;{
230+
; "classname" "env_physics_blocker"
231+
; "origin" "2081.03 2675.26 760"
232+
; "angles" "0 -1 0"
233+
; "mins" "-3 -125 -520"
234+
; "maxs" "3 125 520"
235+
; "boxmins" "-3 -125 -520"
236+
; "boxmaxs" "3 125 520"
237+
; "initialstate" "1"
238+
; "BlockType" "1"
239+
;}
240+
;{
241+
; "classname" "env_physics_blocker"
242+
; "origin" "2454.97 2668.74 760"
243+
; "angles" "0 -1 0"
244+
; "mins" "-3 -125 -520"
245+
; "maxs" "3 125 520"
246+
; "boxmins" "-3 -125 -520"
247+
; "boxmaxs" "3 125 520"
248+
; "initialstate" "1"
249+
; "BlockType" "1"
250+
;}
251251
; --- Block standing on fallen semi-trailer before the warehouse
252-
{
253-
"classname" "env_physics_blocker"
254-
"origin" "1838.11 2506.13 748"
255-
"angles" "0 -35 0"
256-
"mins" "-58.5 -266.5 -532"
257-
"maxs" "58.5 266.5 532"
258-
"boxmins" "-58.5 -266.5 -532"
259-
"boxmaxs" "58.5 266.5 532"
260-
"initialstate" "1"
261-
"BlockType" "1"
262-
}
263-
{
264-
"classname" "env_physics_blocker"
265-
"origin" "2021.64 2621.78 748"
266-
"angles" "0 -35 0"
267-
"mins" "-25.5 -66.5 -532"
268-
"maxs" "25.5 66.5 532"
269-
"boxmins" "-25.5 -66.5 -532"
270-
"boxmaxs" "25.5 66.5 532"
271-
"initialstate" "1"
272-
"BlockType" "1"
273-
}
252+
;{
253+
; "classname" "env_physics_blocker"
254+
; "origin" "1838.11 2506.13 748"
255+
; "angles" "0 -35 0"
256+
; "mins" "-58.5 -266.5 -532"
257+
; "maxs" "58.5 266.5 532"
258+
; "boxmins" "-58.5 -266.5 -532"
259+
; "boxmaxs" "58.5 266.5 532"
260+
; "initialstate" "1"
261+
; "BlockType" "1"
262+
;}
263+
;{
264+
; "classname" "env_physics_blocker"
265+
; "origin" "2021.64 2621.78 748"
266+
; "angles" "0 -35 0"
267+
; "mins" "-25.5 -66.5 -532"
268+
; "maxs" "25.5 66.5 532"
269+
; "boxmins" "-25.5 -66.5 -532"
270+
; "boxmaxs" "25.5 66.5 532"
271+
; "initialstate" "1"
272+
; "BlockType" "1"
273+
;}
274274
; --- Block standing on the beige truck and trailer before the warehouse
275275
{
276276
"classname" "env_physics_blocker"
@@ -358,6 +358,31 @@ add:
358358
; == OUT OF BOUNDS ==
359359
; == Block players getting outside / under the map ==
360360
; =====================================================
361+
; --- Block infected out of bounds / under the map spots in the river
362+
{
363+
"classname" "env_physics_blocker"
364+
"origin" "-447 480 -141"
365+
"mins" "-2049 -96 -51"
366+
"maxs" "2049 96 51"
367+
"initialstate" "1"
368+
"BlockType" "0"
369+
}
370+
{
371+
"classname" "env_physics_blocker"
372+
"origin" "-240 -360 -160"
373+
"mins" "-16 -1272 -32"
374+
"maxs" "16 1272 32"
375+
"initialstate" "1"
376+
"BlockType" "0"
377+
}
378+
{
379+
"classname" "env_physics_blocker"
380+
"origin" "5752 416 -156"
381+
"mins" "-136 -32 -36"
382+
"maxs" "136 32 36"
383+
"initialstate" "1"
384+
"BlockType" "0"
385+
}
361386
; --- Block out of bounds areas for survivors by the starting saferoom
362387
; --- Hedges
363388
{
@@ -630,6 +655,15 @@ add:
630655
"initialstate" "1"
631656
"BlockType" "0"
632657
}
658+
; --- Block a perma-stuck spot between 2 tents
659+
{
660+
"classname" "env_physics_blocker"
661+
"origin" "2320 1812 161.5"
662+
"mins" "-50 -8 -49.5"
663+
"maxs" "50 8 49.5"
664+
"initialstate" "1"
665+
"BlockType" "0"
666+
}
633667
; --- Block perma-stuck spot in some bushes to the right of the warehouse
634668
{
635669
"classname" "env_physics_blocker"
@@ -640,6 +674,36 @@ add:
640674
"BlockType" "0"
641675
}
642676

677+
; =====================================================
678+
; == NUISANCE CHANGES ==
679+
; == Clipping improvements, QOL map changes ==
680+
; =====================================================
681+
; --- Clipping on car stops by the starting saferoom to prevent getting stuck
682+
{
683+
"classname" "env_physics_blocker"
684+
"origin" "3476 -2750 122.5"
685+
"mins" "-6 -49 -2.5"
686+
"maxs" "6 49 2.5"
687+
"initialstate" "1"
688+
"BlockType" "0"
689+
}
690+
{
691+
"classname" "env_physics_blocker"
692+
"origin" "3476 -2596 122.5"
693+
"mins" "-6 -49 -2.5"
694+
"maxs" "6 49 2.5"
695+
"initialstate" "1"
696+
"BlockType" "0"
697+
}
698+
{
699+
"classname" "env_physics_blocker"
700+
"origin" "3475 -2448 122.5"
701+
"mins" "-6 -49 -2.5"
702+
"maxs" "6 49 2.5"
703+
"initialstate" "1"
704+
"BlockType" "0"
705+
}
706+
643707
; ############# LADDER CHANGES AND FIXES ############
644708
; =====================================================
645709
; == LADDER ADDITIONS / FIXES ==

0 commit comments

Comments
 (0)