Killing Floor 2

Killing Floor 2

Server Extension
Se afișează 1-10 din 42 intrări
< 1  2  3  4  5 >
Actualizare: 14 sept. 2024 @ 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 小曦曦).

Actualizare: 22 iul. 2024 @ 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.

Actualizare: 21 iul. 2024 @ 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.

Actualizare: 8 mart. 2024 @ 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.

Actualizare: 9 sept. 2023 @ 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

Actualizare: 13 oct. 2022 @ 13:27

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

Changes:
- update to kf2 v1135.

Actualizare: 15 sept. 2022 @ 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.

Actualizare: 29 aug. 2022 @ 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
.

Actualizare: 17 mai 2022 @ 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".

Actualizare: 15 ian. 2022 @ 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).