Left 4 Dead 2

Left 4 Dead 2

Special Infected Synchronization (Competitive)
Showing 1-10 of 136 entries
< 1  2  3 ... 14 >
Update: Oct 31 @ 4:00pm

Additions
  • Added the `SpawnSearchLimit` option to the `manualspecialspawn.txt` file which determines the maximum amount of valid nav areas to search through in total.
Changes
  • Set the `EnableDistanceChunkRNG` option in the `manualspecialspawn.txt` file to `true`.
  • Increased the `DistanceOrder` option in the `manualspecialspawn.txt` file to `2`.
  • Increased the `SpawnCollectLimit` option in the `manualspecialspawn.txt` file to `500`.
  • Increased the `SpawnScalarOccupiedLimit` option in the `manualspecialspawn.txt` file to `2`.
  • Increased the `SpawnScalarOccupiedRadius` option in the `manualspecialspawn.txt` file to `0.6667`.
  • Increased the `SpawnScalarVisionRadius` option in the `manualspecialspawn.txt` file to `0.3333`.
  • Increased the `SpawnPosChunkSizeX` option in the `manualspecialspawn.txt` file to `50`.
  • Increased the `SpawnPosChunkSizeY` option in the `manualspecialspawn.txt` file to `50`.
  • Decreased the `DistanceChunkSize` option in the `manualspecialspawn.txt` file to `25`.
  • Decreased the `SpawnPosChunkLimit` option in the `manualspecialspawn.txt` file to `5`.
  • Decreased the `SpawnScalarOccupiedGroupDist` option in the `manualspecialspawn.txt` file to `400`.
Bug Fixes
  • Fixed a bug where a `_nexti failed` error would occur when attempting to sort survivor priority.

Update: Sep 5 @ 4:00pm

Bug Fixes
  • Fixed a bug where setting the `DelaySessionOptions` option to `false` did not load the session options earlier.

Update: Aug 25 @ 3:00pm

Additions
  • Added the `DelaySessionOptions` option to the `settings.txt` file which delays loading the newly added session options from the `sessionoptions.txt` file.
Improvements
  • Some entities that rely on `while` loops will now only run once on round start to improve performance.

Update: Aug 14 @ 11:00am

Changes
  • Made some changes to make special infected more likely to find valid spawn areas if survivors are idle during crescendo and Tank events.
  • Set the `DistanceCalculation` option in the `manualspecialspawn.txt` file to `3`.

Update: Aug 13 @ 5:30pm

Additions
  • Added the `ValidAreaGoalMovementDirection` option to the `manualspecialspawn.txt` file which determines how many valid nav areas need to be found while survivors are moving in a particular direction before allowing special infected to spawn. This option only goes into effect if the `WaitForValidAreas` option is set to `true`.
Changes
  • Set the `DistanceCalculation` option in the `manualspecialspawn.txt` file to `2`.

Update: Aug 3 @ 3:00pm

Changes
  • Changed the `WaitForSpecialPlayer` option in the `settings.txt` file from boolean to integer. Setting the value to `1` (or `true` if left untouched) will force special infected bots to wait for a dominator to spawn first, and setting the value to `2` will force special infected bots to wait for a dominator or supporter to spawn first.
  • Set the `SyncOnSpecialPlayerSpawn` option in the `manualspecialspawn.txt` file to `true`.
Bug Fixes
  • Fixed a bug where special infected bots would still be able to spawn on their own in Versus regardless of whether the `WaitForSpecialPlayer` option was set to `true` or `false` in the `settings.txt` file.

Update: Jul 4 @ 3:00pm

Bug Fixes
  • Fixed a bug where the add-on wouldn't run in chapters where the `ghostanim` entity would assume the opening cutscene was still playing.
  • Fixed a bug where the variables in the `SessionOptions` table would be modified too early.

Update: Jun 29 @ 12:30am

Bug Fixes

Update: Jun 29 @ 12:30am

This update was meant to be for the `Weapon Manipulator` add-on.

Bug Fixes
  • Fixed a bug where weapons and items would be removed after the transition to the next chapter if more than one player was fully connected on the same tick before the round has started on the next tick.

Update: Jun 27 @ 5:00pm

Bug Fixes
  • Fixed a minor bug where typing anything in chat as the client would print a warning to the console if the `PreventSettingsChangeForClients` and `DebugShowBasicInfo` options were set to `true`.