Skip to content

Commit 188e61f

Browse files
committed
v18 release
1 parent 3a9794c commit 188e61f

File tree

12 files changed

+306
-177
lines changed

12 files changed

+306
-177
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
# Current Release
4-
## v18 (WIP)
4+
## v18 (2021-12-16)
55
### All Maps
66
* Improved physics prop fixes for custom campaigns
77
* Should fix bugs with breakable hittables and random props not spawning
@@ -16,6 +16,7 @@
1616
#### Map 1
1717
* Adjusted position of added dumpster
1818
* Replaced motel roof crossing prop
19+
* Replaced billboard on motel roof with fences to show where the skybox blocks the roof
1920
* Added highway barrels by the end saferoom
2021
* Fixed lighting issues on concrete blocks on the end saferoom
2122
#### Map 2
@@ -34,11 +35,24 @@
3435

3536
### Swamp Fever
3637
#### Map 3
37-
* Fixed a slightly misplaced ladder on the boardwalk
38+
* Removed the added boardwalk by the houses
39+
* Added a ladder to climb up to the disconnected house where the new boardwalk was
40+
41+
### Hard Rain
42+
#### Maps 1 & 4
43+
* Added clipping to SUV windows by the playground
44+
#### Map 5
45+
* Removed pre-finale tank
46+
* Reverted distance points to 400
3847

3948
### The Parish
49+
#### Map 2
50+
* Added a failsafe on the CEDA trailer exit door to prevent softlocks
51+
* If the door gets blocked it will close again, but become unlocked
4052
#### Map 3
4153
* Removed highway sign by the bridge, added another highway barrel
54+
* Made pipe at the ladder in the sewers easier to stand on
55+
* Removed railings by the ladder
4256

4357
### The Passing
4458
#### Map 1
@@ -56,7 +70,7 @@
5670

5771
### Death Toll
5872
#### Map 3
59-
* Fixed collision issues on added bus
73+
* Fixed collision and lighting issues on added bus
6074

6175
### Dead Air
6276
#### Map 1
@@ -100,7 +114,11 @@
100114
* This change should have happened in the last update
101115

102116
### Undead Zone
103-
* Added saferoominfo and mapinfo data for all Undead Zone maps to fix items (medkits) spawning in saferooms
117+
* Added saferoominfo and mapinfo data for all maps
118+
* Fixes items (medkits) spawning in saferooms
119+
120+
### Dark Carnival Remix
121+
* Added saferoominfo and mapinfo data for all maps
104122

105123
### Finite Horde Limits
106124
* Re-added finite horde limits on certain maps where they had been removed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# L4D2 Competitive Stripper Rework
2-
#### Version: v17
3-
#### Released: 2021-10-20
2+
#### Version: v18
3+
#### Released: 2021-12-16
44

55
## Important Links
66
### [Map Changes Documentation](https://github.com/Derpduck/L4D2-Comp-Stripper-Rework/wiki/Map-Changes)

addons/sourcemod/configs/saferoominfo.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,4 +909,37 @@
909909
"start_loc_a" "-3616 640 224"
910910
"start_loc_b" "-2912 192 0"
911911
}
912+
"dkr_m1_motel"
913+
{
914+
"start_loc_a" "10152 -5260 -183"
915+
"start_loc_b" "11392 -3648 -664"
916+
"end_loc_a" "-8440 680 -876"
917+
"end_loc_b" "-8008 864 -1008"
918+
}
919+
"dkr_m2_carnival"
920+
{
921+
"start_loc_a" "8841 424 18"
922+
"start_loc_b" "9273 608 -124"
923+
"end_loc_a" "-1572 6484 272"
924+
"end_loc_b" "-1284 7664 -72"
925+
}
926+
"dkr_m3_tunneloflove"
927+
{
928+
"start_loc_a" "1168 -5608 220"
929+
"start_loc_b" "1456 -4428 -124"
930+
"end_loc_a" "-3696 5784 80"
931+
"end_loc_b" "-3180 5964 -60"
932+
}
933+
"dkr_m4_ferris"
934+
{
935+
"start_loc_a" "-2703 -11132 206"
936+
"start_loc_b" "-2187 -10952 66"
937+
"end_loc_a" "-3968 3916 -20"
938+
"end_loc_b" "-3084 4720 -344"
939+
}
940+
"dkr_m5_stadium"
941+
{
942+
"start_loc_a" "-3968 3916 -20"
943+
"start_loc_b" -3084 4720 -344"
944+
}
912945
}

cfg/cfgogl/mapinfo.txt

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start_dist" "50.000000"
3333
"start_extra_dist" "250.000000"
3434
"end_dist" "200.000000"
35-
"horde_limit" "150"
35+
"horde_limit" "120"
3636
"tank_ban_flow"
3737
{
3838
"One way drop"
@@ -311,7 +311,7 @@
311311
"start_dist" "50.000000"
312312
"start_extra_dist" "350.000000"
313313
"end_dist" "100.000000"
314-
"max_distance" "700"
314+
"max_distance" "400"
315315
"ItemLimits"
316316
{
317317
"pain_pills" "0"
@@ -373,7 +373,7 @@
373373
"min" "0"
374374
"max" "29"
375375
}
376-
"Sewer and parking lot"
376+
"Sewer and early parking lot"
377377
{
378378
"min" "52"
379379
"max" "63"
@@ -2223,4 +2223,52 @@
22232223
"start_dist" "50.000000"
22242224
"start_extra_dist" "500.000000"
22252225
}
2226+
"dkr_m1_motel"
2227+
{
2228+
"start_point" "10893.254883 -4504.161133 -540.146729"
2229+
"end_point" "-8153.598145 745.629883 -1004.968750"
2230+
"start_dist" "150.000000"
2231+
"start_extra_dist" "200.000000"
2232+
"end_dist" "100.000000"
2233+
}
2234+
"dkr_m2_carnival"
2235+
{
2236+
"start_point" "9164.375977 461.308594 -84.740158"
2237+
"end_point" "-1382.029175 7025.711914 96.031250"
2238+
"start_dist" "100.000000"
2239+
"start_extra_dist" "0.000000"
2240+
"end_dist" "300.000000"
2241+
"horde_limit" "120"
2242+
}
2243+
"dkr_m3_tunneloflove"
2244+
{
2245+
"start_point" "1349.780151 -5061.177734 40.031250"
2246+
"end_point" "-3580.425049 5903.968750 -57.968750"
2247+
"start_dist" "100.000000"
2248+
"start_extra_dist" "300.000000"
2249+
"end_dist" "200.000000"
2250+
"horde_limit" "240"
2251+
}
2252+
"dkr_m4_ferris"
2253+
{
2254+
"start_point" "-2594.930664 -11012.232422 70.031250"
2255+
"end_point" "-3551.237793 4287.419922 -277.905365"
2256+
"start_dist" "100.000000"
2257+
"start_extra_dist" "300.000000"
2258+
"end_dist" "500.000000"
2259+
"max_distance" "500"
2260+
"horde_limit" "150"
2261+
}
2262+
"dkr_m5_stadium"
2263+
{
2264+
"start_point" "-3571.710693 4293.029785 -277.905365"
2265+
"end_point" "1301.486084 2320.458008 -272.820740"
2266+
"start_dist" "200.000000"
2267+
"start_extra_dist" "500.000000"
2268+
"end_dist" "150.000000"
2269+
"ItemLimits"
2270+
{
2271+
"pain_pills" "4"
2272+
}
2273+
}
22262274
}

cfg/stripper/maps/c10m3_ranchhouse.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,12 @@ add:
499499
"model" "models/props_vehicles/bus01.mdl"
500500
"solid" "6"
501501
"disableshadows" "1"
502+
"lightingorigin" "lightingfix_bus"
503+
}
504+
{
505+
"classname" "info_target"
506+
"origin" "-10982 -4443 13"
507+
"targetname" "lightingfix_bus"
502508
}
503509
; --- Block LOS under bus
504510
{

cfg/stripper/maps/c2m1_highway.cfg

Lines changed: 91 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,12 +731,100 @@ add:
731731
"initialstate" "1"
732732
"BlockType" "0"
733733
}
734-
; --- Billboard to show where skybox blocks off the motel roof by the drop
734+
; --- Fences to show where skybox blocks off the motel roof
735735
{
736736
"classname" "prop_dynamic"
737-
"origin" "2786 3258 -515"
737+
"origin" "2779 3203 -646"
738738
"angles" "0 0 0"
739-
"model" "models/props_rooftop/billboard03.mdl"
739+
"model" "models/props_urban/fence001_128.mdl"
740+
"solid" "6"
741+
"disableshadows" "1"
742+
}
743+
{
744+
"classname" "prop_dynamic"
745+
"origin" "2779 3319 -646"
746+
"angles" "0 0 0"
747+
"model" "models/props_urban/fence001_128.mdl"
748+
"solid" "6"
749+
"disableshadows" "1"
750+
}
751+
{
752+
"classname" "prop_dynamic"
753+
"origin" "2651 3378 -645"
754+
"angles" "0 90 0"
755+
"model" "models/props_urban/fence001_256.mdl"
756+
"solid" "6"
757+
"disableshadows" "1"
758+
}
759+
{
760+
"classname" "prop_dynamic"
761+
"origin" "2403 3378 -645"
762+
"angles" "0 90 0"
763+
"model" "models/props_urban/fence001_256.mdl"
764+
"solid" "6"
765+
"disableshadows" "1"
766+
}
767+
{
768+
"classname" "prop_dynamic"
769+
"origin" "2155 3378 -645"
770+
"angles" "0 90 0"
771+
"model" "models/props_urban/fence001_256.mdl"
772+
"solid" "6"
773+
"disableshadows" "1"
774+
}
775+
{
776+
"classname" "prop_dynamic"
777+
"origin" "1907 3378 -645"
778+
"angles" "0 90 0"
779+
"model" "models/props_urban/fence001_256.mdl"
780+
"solid" "6"
781+
"disableshadows" "1"
782+
}
783+
{
784+
"classname" "prop_dynamic"
785+
"origin" "1659 3378 -645"
786+
"angles" "0 90 0"
787+
"model" "models/props_urban/fence001_256.mdl"
788+
"solid" "6"
789+
"disableshadows" "1"
790+
}
791+
{
792+
"classname" "prop_dynamic"
793+
"origin" "1411 3378 -645"
794+
"angles" "0 90 0"
795+
"model" "models/props_urban/fence001_256.mdl"
796+
"solid" "6"
797+
"disableshadows" "1"
798+
}
799+
{
800+
"classname" "prop_dynamic"
801+
"origin" "1163 3378 -645"
802+
"angles" "0 90 0"
803+
"model" "models/props_urban/fence001_256.mdl"
804+
"solid" "6"
805+
"disableshadows" "1"
806+
}
807+
{
808+
"classname" "prop_dynamic"
809+
"origin" "946 3287 -645"
810+
"angles" "0 135 0"
811+
"model" "models/props_urban/fence001_256.mdl"
812+
"solid" "6"
813+
"disableshadows" "1"
814+
}
815+
{
816+
"classname" "prop_dynamic"
817+
"origin" "833 3174 -645"
818+
"angles" "0 135 0"
819+
"model" "models/props_urban/fence001_64.mdl"
820+
"solid" "6"
821+
"disableshadows" "1"
822+
}
823+
{
824+
"classname" "prop_dynamic"
825+
"origin" "810 3151 -645"
826+
"angles" "0 135 0"
827+
"model" "models/props_urban/fence_post001.mdl"
740828
"solid" "6"
741829
"disableshadows" "1"
742830
}

0 commit comments

Comments
 (0)