Skip to content

Commit

Permalink
upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasylidong committed May 22, 2024
1 parent d74f95b commit 3d8b3e8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cfg/stripper/zonemod_anne/maps/l4d_dbd2dc_clean_up.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,16 @@ add:
"BlockType" "0"
}

; --- Fix the tank stuck spot at 73% store cant get out 修复73%tank必定卡住的商店
{
"classname" "env_player_blocker"
"origin" "-752 4992 -592"
"maxs" "240 186 80"
"mins" "-4 -128 -80"
"initialstate" "1"
"BlockType" "0"
}

; =====================================================
; == NUISANCE CHANGES ==
; == Clipping improvements, QOL map changes ==
Expand Down
11 changes: 11 additions & 0 deletions cfg/stripper/zonemod_anne/maps/l4d_dbd2dc_undead_center.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,17 @@ filter:
{
"targetname" "adfasdfasdf"
}
; --- Remove glasses of riderocket, may block tank spawn
filter:
{
"targetname" "window1"
}
{
"targetname" "window2"
}
{
"targetname" "window3"
}
; --- Make the forklift event always the same speed (it picks randomly)
; --- Choose the fastest case (consistency with pre-rework changes)
modify:
Expand Down

0 comments on commit 3d8b3e8

Please sign in to comment.