Killing Floor 2

Killing Floor 2

Yet Another Scoreboard
Showing 1-10 of 14 entries
< 1  2 >
Update: 28 Apr, 2024 @ 2:32am

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.

Update: 8 Mar, 2024 @ 12:47pm

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

Update: 21 Oct, 2023 @ 3:24am

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

Changes:
- fixed broken server password icon.

Update: 27 Jun, 2023 @ 2:52pm

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

Update: 7 Dec, 2022 @ 12:53pm

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

Changes:
- fix broken icons.

Update: 23 Oct, 2022 @ 6:53pm

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

Changes:
- fix frozen damage dealt after rejoin.

Update: 15 Oct, 2022 @ 7:34pm

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

Changes:
- add damage dealt to scoreboard.

Update: 13 Oct, 2022 @ 1:05pm

Rebuild

Update: 13 Sep, 2022 @ 6:06pm

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.

Update: 12 Sep, 2022 @ 6:48pm

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.