Arma 3
KP Ranks
13개 중 1~10개 표시 중
< 1  2 >
업데이트: 2018년 8월 24일 오후 11시 20분

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

업데이트: 2018년 8월 2일 오전 4시 22분

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

업데이트: 2018년 7월 21일 오후 2시 44분

업데이트: 2018년 7월 21일 오후 2시 36분

업데이트: 2018년 7월 21일 오후 1시 13분

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

업데이트: 2017년 7월 17일 오전 3시 58분

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

업데이트: 2017년 6월 19일 오전 11시 59분

업데이트: 2017년 6월 19일 오전 11시 38분

* Added: Croatian ranksigns. Many thanks to [Degman](http://gtm.steamproxy.vip/id/degman)
* Tweaked: Brighten up the german "Tropentarn" ranksigns a little bit

업데이트: 2017년 6월 5일 오전 9시 51분

Fixed a small error when the player is virtual zeus

업데이트: 2017년 6월 5일 오전 2시 22분

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