Skip to content

Commit 3a9794c

Browse files
committed
Fix spit block
1 parent 0e81e62 commit 3a9794c

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
* Reverted delay before door opens after the first event to it's original value
9797
* Was 1 second, now back to 11 seconds
9898
* Added a sound to indicate that the door has opened
99+
* Updated spit block area to intended area
100+
* This change should have happened in the last update
99101

100102
### Undead Zone
101103
* Added saferoominfo and mapinfo data for all Undead Zone maps to fix items (medkits) spawning in saferooms
@@ -106,7 +108,7 @@
106108
#### Dead Center
107109
* Map 3: 150
108110
#### Dark Carnival
109-
* Map 3: 210
111+
* Map 3: 240
110112
#### The Parish
111113
* Map 2: 180
112114
#### The Passing

cfg/cfgogl/mapinfo.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"start_dist" "50.000000"
127127
"start_extra_dist" "200.000000"
128128
"end_dist" "150.000000"
129-
"horde_limit" "210"
129+
"horde_limit" "240"
130130
"tank_ban_flow"
131131
{
132132
"Coaster"
@@ -743,7 +743,7 @@
743743
"end_point" "7754.335938 -11443.834961 440.031250"
744744
"end_dist" "264.020966"
745745
"max_distance" "500"
746-
"horde_limit" "60"
746+
"horde_limit" "90"
747747
"tank_ban_flow"
748748
{
749749
"Late spawns (bugged spawn)"
@@ -761,7 +761,7 @@
761761
"end_point" "10398.775391 -310.353424 2.031253"
762762
"end_dist" "316.505157"
763763
"max_distance" "500"
764-
"horde_limit" "60"
764+
"horde_limit" "90"
765765
"tank_ban_flow"
766766
{
767767
"Warehouse"

cfg/cfgogl/spit_block.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spit_block_square c4m3_sugarmill_b -1411.940430 -9491.997070 -1545.875244 -9602.
55
spit_block_square c5m3_cemetery 4160 333.04 4297 291.01 // At the drop into the sewer
66

77
//Custom Campaigns
8-
spit_block_square l4d_dbd2dc_clean_up -4194.448242 3614.163818 -4625.936523 3539.908936 // In the vent
8+
spit_block_square l4d_dbd2dc_clean_up -4232 3608 -4432 3544 // In the vent
99
spit_block_square l4d_dbd2dc_undead_center -6906 8716 -7864 8512 // In the vent, crouching section, part 1
1010
spit_block_square l4d_dbd2dc_undead_center -7612 8804 -8720 268 // In the vent, drop section, part 2
1111
spit_block_square l4d2_fallindeath03 4562.987793 -1769.313721 4446.680664 -1623.422729

0 commit comments

Comments
 (0)