Skip to content

Commit 892e751

Browse files
committed
Fix global filters issues
c2m2 add tent by saferoom
1 parent 14858f2 commit 892e751

File tree

4 files changed

+67
-17
lines changed

4 files changed

+67
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55

66
### All Maps
77
* Adjusted timing to remove clips from TLS to fix cases where they don't get removed
8+
* Fixed TV lights not turning off when shot
9+
* Fixed an issue with item / melee spawns allowing multiple pick-ups
810

911
### Dead Center
1012
#### Map 4
1113
* Added 1 melee weapon spawn before the elevator
1214
* Added 1 melee weapon spawn by the information stand
1315

16+
### Dark Carnival
17+
#### Map 2
18+
* Added a tent by the end saferoom
19+
1420
### The Parish
1521
#### Map 2
1622
* Removed changes to event hordes during tank, replaced with plugin l4d2_tank_horde_monitor

cfg/stripper/global_filters.cfg

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ modify:
13481348
{
13491349
match:
13501350
{
1351-
"targetname" "weapon_melee_spawn"
1351+
"classname" "weapon_melee_spawn"
13521352
}
13531353
replace:
13541354
{
@@ -1358,7 +1358,7 @@ modify:
13581358
{
13591359
match:
13601360
{
1361-
"targetname" "weapon_melee_spawn"
1361+
"classname" "weapon_melee_spawn"
13621362
"spawnflags" "8"
13631363
}
13641364
replace:
@@ -1369,7 +1369,7 @@ modify:
13691369
{
13701370
match:
13711371
{
1372-
"targetname" "weapon_melee_spawn"
1372+
"classname" "weapon_melee_spawn"
13731373
"spawnflags" "9"
13741374
}
13751375
replace:
@@ -1380,7 +1380,7 @@ modify:
13801380
{
13811381
match:
13821382
{
1383-
"targetname" "weapon_melee_spawn"
1383+
"classname" "weapon_melee_spawn"
13841384
"spawnflags" "10"
13851385
}
13861386
replace:
@@ -1391,7 +1391,7 @@ modify:
13911391
{
13921392
match:
13931393
{
1394-
"targetname" "weapon_melee_spawn"
1394+
"classname" "weapon_melee_spawn"
13951395
"spawnflags" "11"
13961396
}
13971397
replace:
@@ -1402,7 +1402,7 @@ modify:
14021402
{
14031403
match:
14041404
{
1405-
"targetname" "weapon_melee_spawn"
1405+
"classname" "weapon_melee_spawn"
14061406
"spawnflags" "12"
14071407
}
14081408
replace:
@@ -1413,7 +1413,7 @@ modify:
14131413
{
14141414
match:
14151415
{
1416-
"targetname" "weapon_melee_spawn"
1416+
"classname" "weapon_melee_spawn"
14171417
"spawnflags" "13"
14181418
}
14191419
replace:
@@ -1424,7 +1424,7 @@ modify:
14241424
{
14251425
match:
14261426
{
1427-
"targetname" "weapon_melee_spawn"
1427+
"classname" "weapon_melee_spawn"
14281428
"spawnflags" "14"
14291429
}
14301430
replace:
@@ -1435,7 +1435,7 @@ modify:
14351435
{
14361436
match:
14371437
{
1438-
"targetname" "weapon_melee_spawn"
1438+
"classname" "weapon_melee_spawn"
14391439
"spawnflags" "15"
14401440
}
14411441
replace:
@@ -1447,7 +1447,7 @@ modify:
14471447
{
14481448
match:
14491449
{
1450-
"targetname" "weapon_item_spawn"
1450+
"classname" "weapon_item_spawn"
14511451
"spawnflags" "8"
14521452
}
14531453
replace:
@@ -1458,7 +1458,7 @@ modify:
14581458
{
14591459
match:
14601460
{
1461-
"targetname" "weapon_item_spawn"
1461+
"classname" "weapon_item_spawn"
14621462
"spawnflags" "9"
14631463
}
14641464
replace:
@@ -1469,7 +1469,7 @@ modify:
14691469
{
14701470
match:
14711471
{
1472-
"targetname" "weapon_item_spawn"
1472+
"classname" "weapon_item_spawn"
14731473
"spawnflags" "10"
14741474
}
14751475
replace:
@@ -1480,7 +1480,7 @@ modify:
14801480
{
14811481
match:
14821482
{
1483-
"targetname" "weapon_item_spawn"
1483+
"classname" "weapon_item_spawn"
14841484
"spawnflags" "11"
14851485
}
14861486
replace:
@@ -1492,7 +1492,7 @@ modify:
14921492
{
14931493
match:
14941494
{
1495-
"targetname" "weapon_pain_pills_spawn"
1495+
"classname" "weapon_pain_pills_spawn"
14961496
"spawnflags" "8"
14971497
}
14981498
replace:
@@ -1503,7 +1503,7 @@ modify:
15031503
{
15041504
match:
15051505
{
1506-
"targetname" "weapon_pain_pills_spawn"
1506+
"classname" "weapon_pain_pills_spawn"
15071507
"spawnflags" "9"
15081508
}
15091509
replace:
@@ -1514,7 +1514,7 @@ modify:
15141514
{
15151515
match:
15161516
{
1517-
"targetname" "weapon_pain_pills_spawn"
1517+
"classname" "weapon_pain_pills_spawn"
15181518
"spawnflags" "10"
15191519
}
15201520
replace:
@@ -1525,7 +1525,7 @@ modify:
15251525
{
15261526
match:
15271527
{
1528-
"targetname" "weapon_pain_pills_spawn"
1528+
"classname" "weapon_pain_pills_spawn"
15291529
"spawnflags" "11"
15301530
}
15311531
replace:
@@ -3451,6 +3451,19 @@ modify:
34513451
{
34523452
"classname" "/.*prop_physics.*/"
34533453
"model" "models/props_interiors/tv.mdl"
3454+
"spawnflags" "257"
3455+
}
3456+
insert:
3457+
{
3458+
"spawnflags" "261"
3459+
}
3460+
}
3461+
{
3462+
match:
3463+
{
3464+
"classname" "/.*prop_physics.*/"
3465+
"model" "models/props_interiors/tv.mdl"
3466+
"spawnflags" "256"
34543467
}
34553468
insert:
34563469
{

cfg/stripper/maps/c2m2_fairgrounds.cfg

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,24 @@ add:
13881388
"initialstate" "1"
13891389
"BlockType" "1"
13901390
}
1391+
; --- Tent by the end saferoom
1392+
{
1393+
"classname" "prop_dynamic"
1394+
"origin" "-3393 -5378 -64"
1395+
"angles" "0 0 0"
1396+
"model" "models/props_misc/fairground_tent_closed.mdl"
1397+
"solid" "6"
1398+
"disableshadows" "1"
1399+
"rendercolor" "211 124 109"
1400+
}
1401+
{
1402+
"classname" "env_physics_blocker"
1403+
"origin" "-3393 -5378 420"
1404+
"mins" "-64 -64 -348"
1405+
"maxs" "64 64 348"
1406+
"initialstate" "1"
1407+
"BlockType" "1"
1408+
}
13911409
; --- Porta potties by the end saferoom
13921410
{
13931411
"classname" "prop_dynamic"

cfg/stripper/maps/l4d_dbd2dc_anna_is_gone.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,19 @@ add:
239239
"initialstate" "1"
240240
"BlockType" "1"
241241
}
242+
; --- Block nav on the helicopter path
243+
;{
244+
; "classname" "logic_auto"
245+
; "OnMapSpawn" "heli_nav_block,BlockNav,,1,-1"
246+
;}
247+
;{
248+
; "classname" "script_nav_blocker"
249+
; "origin" "-441 6265 128"
250+
; "extent" "311 41 704"
251+
; "targetname" "heli_nav_block"
252+
; "teamToBlock" "-1"
253+
; "affectsFlow" "0"
254+
;}
242255
; --- Remove the tank run away tank sequence
243256
filter:
244257
{

0 commit comments

Comments
 (0)