Killing Floor 2

Killing Floor 2

Zed Spawner
Mostrando 1-10 de 13 aportaciones
< 1  2 >
Actualización: 8 MAR 2024 a las 12:56 p. m.

v1.4.1
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.4.1

Changes:
- improved compatibility with StartWave and CD chokepoints;
- added a short alias for the mutator: ZedSpawner.Mut (ZedSpawner.ZedSpawnerMut is still available for use).

Actualización: 15 OCT 2022 a las 7:32 p. m.

v1.4.0
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.4.0

Changes:
- add preload content options to config.

Actualización: 13 OCT 2022 a las 1:14 p. m.

Rebuild

Actualización: 12 SEP 2022 a las 7:07 p. m.

v1.3.2
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.3.2

Changes:
- fix destroy player repinfo.
- update build tools.

Actualización: 29 AGO 2022 a las 10:41 p. m.

v1.3.1
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.3.1

Changes:
- update code arch a little.

Actualización: 13 JUL 2022 a las 8:22 a. m.

v1.3.0
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.3.0

Changes:
- feature: "bSmoothSpawn" (one zed spawn per second);
- refactoring.

Actualización: 13 JUN 2022 a las 7:10 a. m.

v1.2.0
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.2.0

Changes:
- now the type of unit affects the choice of spawn location;
- bSpawnAtPlayerStart removed from spawn list;
- SpawnAtPlayerStart can be set separately for specified maps or zed classes;
- optimized spawn list loading;
- added handling of the situation when the player leaves the game before preloadcontent synchronization ends;
- fixed calculation of the number of zeds in some cases.

Actualización: 6 JUN 2022 a las 12:55 a. m.

v1.1.0
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.1.0

Changes:
- add spawner tickrate setting.

Actualización: 4 JUN 2022 a las 6:11 p. m.

v1.0.4
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.0.4

Changes:
- fixed possible division by zero when rounding pawn total and limit variables.

Actualización: 31 MAY 2022 a las 9:42 p. m.

v1.0.3
Release:
https://github.com/GenZmeY/KF2-ZedSpawner/releases/tag/v1.0.3

Changes:
- fixed spawn when all spawn volumes are busy;
- refactoring (removed obsolete code, improved readability);
- improved logging.