Killing Floor 2

Killing Floor 2

Server Extension
Mostrando 1-10 de 42 aportaciones
< 1  2  3  4  5 >
Actualización: 14 SEP 2024 a las 8:27

v1.18.2
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.18.2

Changes:
- fixed the "Demo Professional" trait requirements: now it requires 1 prestige level (as stated in the trait description). (thanks to 小曦曦).

Actualización: 22 JUL 2024 a las 6:20

v1.18.1
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.18.1

Changes:
- fix ServerExt.chn encoding (utf8 -> utf16le);
- the mutator has not changed.

Actualización: 21 JUL 2024 a las 13:23

v1.18.1
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.18.1

Changes:
- update Simplified Chinese [CHN] translation (thanks to 小曦曦);
- the mutator has not changed.

Actualización: 8 MAR 2024 a las 12:04

v1.18.1
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.18.1

Changes:
- rebuild (update to kf2 v1150);
- removed 'BountyZeds' window from HUD.

Actualización: 9 SEP 2023 a las 14:33

v1.18.0
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.18.0

Changes:
- recoil and spread are now calculated by a linear function (*);
- added 4 traits for firebug: Inferno, Pyromaniac, GroundFire, HeatWave (*);
- several ScriptWarning fixes on the client side;
- added Simplified Chinese translation (**).

* Thanks to secret for his Pull Request[github.com]
** Thanks to 小曦曦 for Simplified Chinese translation

Note
If your server config was created before this update, you will need to edit your KFServerExt.ini for the new firebug traits to appear in the game.
Add this lines to [ServerExt.Ext_PerkFirebug] section:
TraitClasses=serverext.Ext_TraitInferno TraitClasses=serverext.Ext_TraitPyromaniac TraitClasses=serverext.Ext_TraitGroundFire TraitClasses=serverext.Ext_TraitHeatWave

And add this lines to the end of the config:
[ServerExt.Ext_TraitInferno] ConfigVersion=0 [ServerExt.Ext_TraitPyromaniac] ConfigVersion=0 [ServerExt.Ext_TraitGroundFire] ConfigVersion=0 [ServerExt.Ext_TraitHeatWave] ConfigVersion=0

Actualización: 13 OCT 2022 a las 13:27

v1.17.1
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.17.1

Changes:
- update to kf2 v1135.

Actualización: 15 SEP 2022 a las 21:32

v1.17.0
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.17.0

Changes:
- completely removed custom weapons;
- added compatibility with CTI / TIM;
- fixed admin rank assignment.

Actualización: 29 AGO 2022 a las 22:12

v1.16.2
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.16.2

Changes:
- remove the "weapon upgrade" panel from the HUD;
- customXP function full refactoring;
- remove unused config variable: bServerPerksMode;
- added instruction in case of missing configs;
- 'AdminType' is now enum;

- fix "out of bounds" error:
ScriptWarning: Accessed array 'ServerExtMut_0.DamageTypes' out of bounds (2/2)
011ServerExtMut KF-BigRoom2020.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:CustomXP:01CB


- fix "Accessed None 'Killer'" error:
ScriptWarning: Accessed None 'Killer'
011ServerExtMut KF-TrapLandAlter.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:ScoreKill:00BF


- fix "Accessed None 'Pawn'" error:
ScriptWarning: Accessed None 'Pawn'
011ServerExtMut KF-TrapLandAlter.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:NetDamage:0344


- fix "Accessed None 'OwnerController'" error:
ScriptWarning: Accessed None 'OwnerController'
011Ext_AICommandBasePet KF-AnimeDance.TheWorld:PersistentLevel.KFAIController_ZedHusk_0.Ext_AICommandBasePet_0
011State ServerExt.Ext_AICommandBasePet:ZedBaseCommand:047B


- fix "Accessed None 'CurrentPerk'" error:
ScriptWarning: Accessed None 'CurrentPerk'
011ExtPlayerController KF-Crazy_Playboy_Edited.TheWorld:PersistentLevel.ExtPlayerController_1
011Function ServerExt.ExtPlayerController:CheckPerk:00B3


- fix "Accessed None 'Data'" error:
ScriptWarning: Accessed None 'Data'
011Ext_TraitSupply ServerExt.Default__Ext_TraitSupply
011Function ServerExt.Ext_TraitSupply:CancelEffectOn:0014


- fix "Accessed None 'BestN'" error:
ScriptWarning: Accessed None 'BestN'
011Ext_T_GhostHelper KF-KillingPool.TheWorld:PersistentLevel.Ext_T_GhostHelper_2
011Function ServerExt.Ext_T_GhostHelper:CanResPlayer:014C
.

Actualización: 17 MAY 2022 a las 22:59

v1.16.1
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.16.1

Changes:
- fixed a bug where custom zeds would not give EXP if their class name started with "KF".

Actualización: 15 ENE 2022 a las 23:04

v1.16.0
Release:
https://github.com/GenZmeY/KF2-Server-Extension/releases/tag/v1.16.0

Changes:
- new build system;
- Spanish localization (ESN);
- xVoteAnnouncer.upk integrated into ServerExt.u;
- ServerExt.u and ServerExtMut.u compressed (reduced size).