Killing Floor 2

Killing Floor 2

Yet Another Scoreboard
正在显示第 1 - 10 项,共 14 项条目
< 1  2 >
更新于:2024 年 4 月 28 日 上午 2:32
作者:GenZmeY

v2.2.2
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.2.2

Changes:
- added CHN and CHT localization (thanks to cheungfatzong);
- the mutator has not changed.

更新于:2024 年 3 月 8 日 下午 12:47
作者:GenZmeY

v2.2.2
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.2.2

Changes:
- added a short alias for the mutator: YAS.Mut (YAS.YASMut is still available for use).

更新于:2023 年 10 月 21 日 上午 3:24

v2.2.1
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.2.1

Changes:
- fixed broken server password icon.

更新于:2023 年 6 月 27 日 下午 2:52

v2.2.0
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.2.0

Changes:
- fixed a bug where players were not getting their default rank;
- updated BoxPainterLib (included in codebase);
- slightly improved scoreboard rendering speed;
- added hardcoded english localization in case localization files are missing;
- added more localization files;
- added mutator group (Mutator::GroupNames).

更新于:2022 年 12 月 7 日 下午 12:53

v2.1.2
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.1.2

Changes:
- fix broken icons.

更新于:2022 年 10 月 23 日 下午 6:53

v2.1.1
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.1.1

Changes:
- fix frozen damage dealt after rejoin.

更新于:2022 年 10 月 15 日 下午 7:34

v2.1.0
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.1.0

Changes:
- add damage dealt to scoreboard.

更新于:2022 年 10 月 13 日 下午 1:05

Rebuild

更新于:2022 年 9 月 13 日 下午 6:06

v2.0.1
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.0.1

Changes:
- fixed using compact mode instead of normal mode in some cases.

更新于:2022 年 9 月 12 日 下午 6:48

v2.0.0
Release:
https://github.com/GenZmeY/KF2-YetAnotherScoreboard/releases/tag/v2.0.0

Changes:
- massive code refactoring;
- reworked replication (network code), now it works correctly and efficiently;
- panel style changed: health is now displayed on the left and rank on the right of the player's name;
- the panel has two types of display: normal and compact (activated if MaxPlayers >= 16);
- completely removed the ability to customize the appearance of the scoreboard (maybe it will be implemented in the future);
- fixed scoreboard size scaling: now the scoreboard is rendered in a 16:9 area inscribed in the screen (looks the same in any aspect ratio);
- bevels size of UI elements is now also scaled;
- fixed scaling of the size of fonts and UI elements - now the proportions are preserved at any resolution;
- health box color now changes smoothly;
- ping color now changes smoothly and is in sync with ping bars;
- added server status icons (rank, password);
- added player death icon;
- server name is now taken from 'KFOnlineGameSettings';
- added an element at the bottom of the scoreboard that allows you to display various messages;
- fixed system for assigning player ranks - now it works correctly.