Left 4 Dead 2
VScript Survivor Manager
Εμφάνιση 51-60 από 67 καταχωρίσεις
< 1  2  3  4  5  6  7 >
Ενημέρωση: 7 Αυγ 2023 στις 7:29

* Further blanket-code custom map support involving the positions/teleports of maps.
Maps like Deadenator should have their intro sequence and (poorly-made) finale rescue chopper work for the extra survivors.
* Added commented code for specific custom map support for if blanket solutions are not enough.

Ενημέρωση: 1 Αυγ 2023 στις 8:28

* Added restoreExtraSurvsItemsOnTransition (default true) to settings.cfg.
* Fixed defib-using bots getting their names printed out as Survivor when the defib fix for clone survivors (and by extension L4D2 survivors in L4D1 maps) is used.
* survCount now accounts for actual maxplayers value instead of just a fixed 18 assumption.

Ενημέρωση: 29 Ιουλ 2023 στις 20:21

* Attempt to fix items not being given on first map transition.

Ενημέρωση: 28 Ιουλ 2023 στις 4:58

* Attempt to fix multiple players getting their characters randomized upon loading next map.

Ενημέρωση: 27 Ιουλ 2023 στις 4:57

* Fixed issues with excess survivors spawning after map level change.
* Early input prevention to blanket-cover L4D1 survivors from being too affected by maps trying to use them as NPCs.
* Small optimization of auto-survivor selection.

Ενημέρωση: 24 Ιουλ 2023 στις 10:27

* Hotfix for dead survivor bot not getting removed when someone joins as them and also breaking viewmodels.

Ενημέρωση: 24 Ιουλ 2023 στις 6:57

* Fixed extra survivors being left behind and counted as dead when already in the rescue vehicles.
* !survcount now prints the current survcount setting when given with an empty argument.
* Prevented !survswap being able to be used as an infected.
* Fixed survivor bodies not updating their ID properly when someone takes control of the dead.

Ενημέρωση: 23 Ιουλ 2023 στις 8:05

* Auto-bot spawner for autoControlExtraBots was removed due to causing untestable and therefore unfixable multiplayer-only issues. Fuck you Left 4 Dead 2.

Ενημέρωση: 23 Ιουλ 2023 στις 6:55

* Reallowed chat commands on Dedicated Servers. You need Admin System and be marked as an admin to use the commands.
* Another blind attempt to fix more than 2 players causing excess survivors to be made.

Ενημέρωση: 22 Ιουλ 2023 στις 22:44

* survStartWeapons now supports melee weapons. Pistols are spawned if the melee doesn't exist on the current map.
* Added "base" key-value to survStartWeapons. This lets you keep the starting pistol.
* Default survStartWeapons list changed to:
- "base"
- "pistol"
- "first_aid_kit"
This will not take effect on unchanged data.cfg automatically, however.