Arma 3
KP Ranks
Showing 1-10 of 13 entries
< 1  2 >
Update: 24 Aug, 2018 @ 11:20pm

* Added: Portuguese localization. Thanks to AngusDLX
* Added: Spanish localization. Thanks to Jettfiremachine
* Added: Some more functions which could become handy for mission creators:
* KPR_fnc_getInsigniaData
* KPR_fnc_getRankName
* KPR_fnc_getPlaytime
* KPR_fnc_getPlaytimePlain
* KPR_fnc_getRankScore
* KPR_fnc_getRankScoreNext
* Added: Tooltip for deactivated rank setting in the player dialog, if the leveling system is enabled.
* Added: Playtime in the player name tooltip in the player management dialog.
* Added: KP Ranks Wiki on GitHub with examples to use the functions.
* Tweaked: Undefined arguments for calls replaced with empty arrays as arguments.
* Tweaked: Usage of getter/setter functions in internal scripts.
* Fixed: Rank apply auto loop could be running in two instances.
* Fixed: Dialogs close directly if opened with "standard action" key.

Update: 2 Aug, 2018 @ 4:22am

* Added: Getter/Setter and helpful functions, so content/mission creators can easily access the KP Ranks data.
* KPR_fnc_getRank
* KPR_fnc_setRank
* KPR_fnc_hasRank
* KPR_fnc_getScore
* KPR_fnc_setScore
* KPR_fnc_addScore
* Added: If all players are deleted from the player list, the server will reinitialize the list with all connected players.
* Updated: Polish localization. Thanks to [veteran29](https://github.com/veteran29)
* Fixed: Small uncritical script error on map screen, when there is no player registered on the server.
* Fixed: Needed restart of the server/mission, if all players were deleted via the player management dialog.

Update: 21 Jul, 2018 @ 2:44pm

Update: 21 Jul, 2018 @ 2:36pm

Update: 21 Jul, 2018 @ 1:13pm

* Added: New codebase.
* Added: Usage of CfgFunctions.
* Added: Uniforms and player ranks stored in the servers profile namespace.
* Added: CBA config entries.
* Added: CBA Settings.
* Added: ACE Interaction and Vanilla action to check the current rank.
* Added: Multi language support via stringtable.
* Added: Dialog for player management without the need to edit files and restart the server.
* Added: RHS USAF uniforms support.
* Added: BW Kleiderkammer uniforms support.
* Added: Dialog for uniform management, so admins can choose supported uniforms on the fly during the game.
* Added: Optional automatic leveling system.
* Tweaked: Insignia material in config changed from general default to BIs insignia material.
* Tweaked: Editor module is now just available to create a dependency in a mission.
* Removed: Unnecessary loops.
* Removed: Manual function compiling.
* Removed: Userconfig folder and files.

Update: 17 Jul, 2017 @ 3:58am

v1.5
* Added: All insignias are now available in the arsenal and editor
* Added: initPlayerLocal.sqf example for mission creators
* Tweaked: Automatic insignia assignment functionality can only be enabled via initPlayerLocal.sqf or by placing the "Force KP Ranks" module
* Tweaked: Some small code and config changes

Update: 19 Jun, 2017 @ 11:59am

Update: 19 Jun, 2017 @ 11:38am

* Added: Croatian ranksigns. Many thanks to [Degman](https://steamhost.cn/steamcommunity_com/id/degman)
* Tweaked: Brighten up the german "Tropentarn" ranksigns a little bit

Update: 5 Jun, 2017 @ 9:51am

Fixed a small error when the player is virtual zeus

Update: 5 Jun, 2017 @ 2:22am

v1.3
- Added: Support for Croatian Military Mod
- Some Code optimizations