Arma 3
KP Ranks
13件中 1-10 を表示
< 1  2 >
更新:2018年8月24日 @ 23時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日 @ 14時44分

更新:2018年7月21日 @ 14時36分

更新:2018年7月21日 @ 13時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