Skip to content

Commit ca6e6c4

Browse files
committed
c12m4 fix ladder, c1m1 new melee spawns
1 parent cb53791 commit ca6e6c4

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#### Map 4
1616
* Removed changes to event hordes during tank, replaced with plugin l4d2_tank_horde_monitor
1717

18+
### Blood Harvest
19+
#### Map 4
20+
* Fixed survivors being able to climb an infected ladder on the bridge
21+
1822
### Dead Before Dawn DC
1923
#### Map 4
2024
* Fixed the spit block in the vent not working

cfg/stripper/maps/c12m4_barn.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ add:
476476
"normal.x" "0.00"
477477
"normal.y" "1.00"
478478
"normal.z" "0.00"
479-
"team" "0"
479+
"team" "2"
480480
}
481481

482482

cfg/stripper/maps/c1m4_atrium.cfg

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,31 @@ add:
7070
; == PILL / ITEM / WEAPON SPAWNS ==
7171
; == Remove or change pill, item & weapon spawns ==
7272
; =====================================================
73+
add:
74+
; --- Crowbar before the elevator
75+
{
76+
"classname" "weapon_melee_spawn"
77+
"origin" "-3052 -4252 -538"
78+
"angles" "0 90 -90"
79+
"melee_weapon" "crowbar"
80+
"spawn_without_director" "1"
81+
"solid" "0"
82+
"disableshadows" "1"
83+
"spawnflags" "2"
84+
"count" "1"
85+
}
86+
; --- Melee weapon by the information stand
87+
{
88+
"classname" "weapon_melee_spawn"
89+
"origin" "-4357 -3882 37"
90+
"angles" "0 330 90"
91+
"melee_weapon" "any"
92+
"spawn_without_director" "1"
93+
"solid" "0"
94+
"disableshadows" "1"
95+
"spawnflags" "2"
96+
"count" "1"
97+
}
7398

7499
; =====================================================
75100
; == STATIC AMMO PILES ==

0 commit comments

Comments
 (0)