Skip to content

Commit

Permalink
v18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpduck committed Dec 16, 2021
1 parent 3a9794c commit 188e61f
Show file tree
Hide file tree
Showing 12 changed files with 306 additions and 177 deletions.
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

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

### Swamp Fever
#### Map 3
* Fixed a slightly misplaced ladder on the boardwalk
* Removed the added boardwalk by the houses
* Added a ladder to climb up to the disconnected house where the new boardwalk was

### Hard Rain
#### Maps 1 & 4
* Added clipping to SUV windows by the playground
#### Map 5
* Removed pre-finale tank
* Reverted distance points to 400

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

### The Passing
#### Map 1
Expand All @@ -56,7 +70,7 @@

### Death Toll
#### Map 3
* Fixed collision issues on added bus
* Fixed collision and lighting issues on added bus

### Dead Air
#### Map 1
Expand Down Expand Up @@ -100,7 +114,11 @@
* This change should have happened in the last update

### Undead Zone
* Added saferoominfo and mapinfo data for all Undead Zone maps to fix items (medkits) spawning in saferooms
* Added saferoominfo and mapinfo data for all maps
* Fixes items (medkits) spawning in saferooms

### Dark Carnival Remix
* Added saferoominfo and mapinfo data for all maps

### Finite Horde Limits
* Re-added finite horde limits on certain maps where they had been removed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# L4D2 Competitive Stripper Rework
#### Version: v17
#### Released: 2021-10-20
#### Version: v18
#### Released: 2021-12-16

## Important Links
### [Map Changes Documentation](https://github.com/Derpduck/L4D2-Comp-Stripper-Rework/wiki/Map-Changes)
Expand Down
33 changes: 33 additions & 0 deletions addons/sourcemod/configs/saferoominfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,37 @@
"start_loc_a" "-3616 640 224"
"start_loc_b" "-2912 192 0"
}
"dkr_m1_motel"
{
"start_loc_a" "10152 -5260 -183"
"start_loc_b" "11392 -3648 -664"
"end_loc_a" "-8440 680 -876"
"end_loc_b" "-8008 864 -1008"
}
"dkr_m2_carnival"
{
"start_loc_a" "8841 424 18"
"start_loc_b" "9273 608 -124"
"end_loc_a" "-1572 6484 272"
"end_loc_b" "-1284 7664 -72"
}
"dkr_m3_tunneloflove"
{
"start_loc_a" "1168 -5608 220"
"start_loc_b" "1456 -4428 -124"
"end_loc_a" "-3696 5784 80"
"end_loc_b" "-3180 5964 -60"
}
"dkr_m4_ferris"
{
"start_loc_a" "-2703 -11132 206"
"start_loc_b" "-2187 -10952 66"
"end_loc_a" "-3968 3916 -20"
"end_loc_b" "-3084 4720 -344"
}
"dkr_m5_stadium"
{
"start_loc_a" "-3968 3916 -20"
"start_loc_b" -3084 4720 -344"
}
}
54 changes: 51 additions & 3 deletions cfg/cfgogl/mapinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"start_dist" "50.000000"
"start_extra_dist" "250.000000"
"end_dist" "200.000000"
"horde_limit" "150"
"horde_limit" "120"
"tank_ban_flow"
{
"One way drop"
Expand Down Expand Up @@ -311,7 +311,7 @@
"start_dist" "50.000000"
"start_extra_dist" "350.000000"
"end_dist" "100.000000"
"max_distance" "700"
"max_distance" "400"
"ItemLimits"
{
"pain_pills" "0"
Expand Down Expand Up @@ -373,7 +373,7 @@
"min" "0"
"max" "29"
}
"Sewer and parking lot"
"Sewer and early parking lot"
{
"min" "52"
"max" "63"
Expand Down Expand Up @@ -2223,4 +2223,52 @@
"start_dist" "50.000000"
"start_extra_dist" "500.000000"
}
"dkr_m1_motel"
{
"start_point" "10893.254883 -4504.161133 -540.146729"
"end_point" "-8153.598145 745.629883 -1004.968750"
"start_dist" "150.000000"
"start_extra_dist" "200.000000"
"end_dist" "100.000000"
}
"dkr_m2_carnival"
{
"start_point" "9164.375977 461.308594 -84.740158"
"end_point" "-1382.029175 7025.711914 96.031250"
"start_dist" "100.000000"
"start_extra_dist" "0.000000"
"end_dist" "300.000000"
"horde_limit" "120"
}
"dkr_m3_tunneloflove"
{
"start_point" "1349.780151 -5061.177734 40.031250"
"end_point" "-3580.425049 5903.968750 -57.968750"
"start_dist" "100.000000"
"start_extra_dist" "300.000000"
"end_dist" "200.000000"
"horde_limit" "240"
}
"dkr_m4_ferris"
{
"start_point" "-2594.930664 -11012.232422 70.031250"
"end_point" "-3551.237793 4287.419922 -277.905365"
"start_dist" "100.000000"
"start_extra_dist" "300.000000"
"end_dist" "500.000000"
"max_distance" "500"
"horde_limit" "150"
}
"dkr_m5_stadium"
{
"start_point" "-3571.710693 4293.029785 -277.905365"
"end_point" "1301.486084 2320.458008 -272.820740"
"start_dist" "200.000000"
"start_extra_dist" "500.000000"
"end_dist" "150.000000"
"ItemLimits"
{
"pain_pills" "4"
}
}
}
6 changes: 6 additions & 0 deletions cfg/stripper/maps/c10m3_ranchhouse.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ add:
"model" "models/props_vehicles/bus01.mdl"
"solid" "6"
"disableshadows" "1"
"lightingorigin" "lightingfix_bus"
}
{
"classname" "info_target"
"origin" "-10982 -4443 13"
"targetname" "lightingfix_bus"
}
; --- Block LOS under bus
{
Expand Down
94 changes: 91 additions & 3 deletions cfg/stripper/maps/c2m1_highway.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -731,12 +731,100 @@ add:
"initialstate" "1"
"BlockType" "0"
}
; --- Billboard to show where skybox blocks off the motel roof by the drop
; --- Fences to show where skybox blocks off the motel roof
{
"classname" "prop_dynamic"
"origin" "2786 3258 -515"
"origin" "2779 3203 -646"
"angles" "0 0 0"
"model" "models/props_rooftop/billboard03.mdl"
"model" "models/props_urban/fence001_128.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "2779 3319 -646"
"angles" "0 0 0"
"model" "models/props_urban/fence001_128.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "2651 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "2403 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "2155 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "1907 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "1659 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "1411 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "1163 3378 -645"
"angles" "0 90 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "946 3287 -645"
"angles" "0 135 0"
"model" "models/props_urban/fence001_256.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "833 3174 -645"
"angles" "0 135 0"
"model" "models/props_urban/fence001_64.mdl"
"solid" "6"
"disableshadows" "1"
}
{
"classname" "prop_dynamic"
"origin" "810 3151 -645"
"angles" "0 135 0"
"model" "models/props_urban/fence_post001.mdl"
"solid" "6"
"disableshadows" "1"
}
Expand Down
Loading

0 comments on commit 188e61f

Please sign in to comment.