Killing Floor 2

Killing Floor 2

Server Extension
Showing 1-10 of 42 entries
< 1  2  3  4  5 >
Update: Sep 14, 2024 @ 8:27am

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 小曦曦).

Update: Jul 22, 2024 @ 6:20am

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.

Update: Jul 21, 2024 @ 1:23pm

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.

Update: Mar 8, 2024 @ 12:04pm

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.

Update: Sep 9, 2023 @ 2:33pm

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

Update: Oct 13, 2022 @ 1:27pm

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

Changes:
- update to kf2 v1135.

Update: Sep 15, 2022 @ 9:32pm

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.

Update: Aug 29, 2022 @ 10:12pm

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
.

Update: May 17, 2022 @ 10:59pm

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".

Update: Jan 15, 2022 @ 11:04pm

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).