Killing Floor 2

Killing Floor 2

Server Extension
42개 중 1~10개 표시 중
< 1  2  3  4  5 >
업데이트: 2024년 9월 14일 오전 8시 27분
작성자: GenZmeY

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

업데이트: 2024년 7월 22일 오전 6시 20분
작성자: GenZmeY

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.

업데이트: 2024년 7월 21일 오후 1시 23분
작성자: GenZmeY

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.

업데이트: 2024년 3월 8일 오후 12시 04분
작성자: GenZmeY

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.

업데이트: 2023년 9월 9일 오후 2시 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

업데이트: 2022년 10월 13일 오후 1시 27분

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

Changes:
- update to kf2 v1135.

업데이트: 2022년 9월 15일 오후 9시 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.

업데이트: 2022년 8월 29일 오후 10시 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
.

업데이트: 2022년 5월 17일 오후 10시 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".

업데이트: 2022년 1월 15일 오후 11시 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).