Skip to content

Commit 894d8e6

Browse files
committed
c2m2 Removed added tent in kiddyland
c2m2 Removed some angled clips c3m2 Fixed issue with parachutist spawning
1 parent 3f0bf55 commit 894d8e6

File tree

4 files changed

+244
-123
lines changed

4 files changed

+244
-123
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@
1111
* All Maps
1212
* Updated mapinfo.txt to use new syntax (https://github.com/SirPlease/L4D2-Competitive-Rework/pull/354)
1313
* Updated global witch filter rules
14+
* Renamed some entities (no change)
1415
* Dark Carnival
16+
* Map 2
17+
* Removed added tent in kiddyland
18+
* Removed some angled clips that could block hittables
1519
* Map 3
1620
* Removed railings and plant pots from the saferoom
1721
* Adjusted bins by the saferoom
22+
* Swamp Fever
23+
* Map 2
24+
* Fixed issue with parachutist spawn (confogl conflict)
1825
* The Passing
1926
* Map 3
2027
* Solidified awning on the store

_Templates/entity_template.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ add:
9898
"count" "5"
9999
}
100100
; --- Single Pickup Weapon Only
101-
; --- NOTE: CAN be used for single pickup weapons in versus
101+
; --- NOTE: Can be used for single pickup weapons in versus
102102
; --- NOTE: Requires reserve ammo to be specified, otherwise it will have none (value will not exceed max allowed)
103103
add:
104104
{

cfg/stripper/maps/c2m2_fairgrounds.cfg

Lines changed: 23 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -576,17 +576,17 @@ add:
576576
"initialstate" "1"
577577
"BlockType" "1"
578578
}
579-
; --- Block jumping on the buggies ride
580-
{
581-
"classname" "env_physics_blocker"
582-
"origin" "-1341 -1333 401"
583-
"angles" "0 10 0"
584-
"mins" "-106 -10 -367"
585-
"maxs" "106 10 367"
586-
"boxmins" "-106 -10 -367"
587-
"boxmaxs" "106 10 367"
588-
"initialstate" "1"
589-
"BlockType" "1"
579+
; --- Block jumping on the buggies ride (can be re-enabled if angled blockers get fixed) (#34)
580+
;{
581+
; "classname" "env_physics_blocker"
582+
; "origin" "-1341 -1333 401"
583+
; "angles" "0 10 0"
584+
; "mins" "-106 -10 -367"
585+
; "maxs" "106 10 367"
586+
; "boxmins" "-106 -10 -367"
587+
; "boxmaxs" "106 10 367"
588+
; "initialstate" "1"
589+
; "BlockType" "1"
590590
}
591591
{
592592
"classname" "env_physics_blocker"
@@ -596,18 +596,18 @@ add:
596596
"initialstate" "1"
597597
"BlockType" "1"
598598
}
599-
; --- Block jumping on the trains ride
600-
{
601-
"classname" "env_physics_blocker"
602-
"origin" "-2114 -564 401"
603-
"angles" "0 10 0"
604-
"mins" "-106 -10 -367"
605-
"maxs" "106 10 367"
606-
"boxmins" "-106 -10 -367"
607-
"boxmaxs" "106 10 367"
608-
"initialstate" "1"
609-
"BlockType" "1"
610-
}
599+
; --- Block jumping on the trains ride (can be re-enabled if angled blockers get fixed) (#34)
600+
;{
601+
; "classname" "env_physics_blocker"
602+
; "origin" "-2114 -564 401"
603+
; "angles" "0 10 0"
604+
; "mins" "-106 -10 -367"
605+
; "maxs" "106 10 367"
606+
; "boxmins" "-106 -10 -367"
607+
; "boxmaxs" "106 10 367"
608+
; "initialstate" "1"
609+
; "BlockType" "1"
610+
;}
611611
{
612612
"classname" "env_physics_blocker"
613613
"origin" "-2176 -256 441"
@@ -1210,25 +1210,6 @@ add:
12101210
"disableshadows" "1"
12111211
"rendercolor" "74 104 149"
12121212
}
1213-
; --- Tent in kiddyland by the buggies ride
1214-
{
1215-
"classname" "prop_dynamic"
1216-
"origin" "-962 -762 -124"
1217-
"angles" "0 90 0"
1218-
"model" "models/props_misc/fairground_tent_closed.mdl"
1219-
"solid" "6"
1220-
"disableshadows" "1"
1221-
"rendercolor" "83 152 189"
1222-
}
1223-
; --- Clipping for tent
1224-
{
1225-
"classname" "env_physics_blocker"
1226-
"origin" "-962 -762 391"
1227-
"mins" "-64 -64 -377"
1228-
"maxs" "64 64 377"
1229-
"initialstate" "1"
1230-
"BlockType" "1"
1231-
}
12321213
; --- Small pipe to help infected jump into the room above the slanted roof in kiddyland, the pipe is only solid to infected
12331214
{
12341215
"classname" "prop_dynamic"

0 commit comments

Comments
 (0)