Releases: KillahPotatoes/KP-Ranks
Releases · KillahPotatoes/KP-Ranks
v2.0.2
- Added: Portuguese localization. Thanks to AngusDLX
- Added: Spanish localization. Thanks to Jettfiremachine
- Added: Some more functions which could become handy for mission creators:
- 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.
v2.0.1
- Added: Getter/Setter and helpful functions, so content/mission creators can easily access the KP Ranks data.
- 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
- 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.
v2.0.0
- 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.
v2.0.0 Release Candidate 1
First RC of the new version.
The default values of the CBA settings are set to display all debug messages and already enabled automatic leveling system (in the release this will be disabled by default). Just that you'll have all necessary log output in a serverlog, if you encounter issues.
So if you would like to test this version with some friends I would really appreciate any feedback (preferably via Discord) concerning found bugs (with a corresponding server rpt), problems with the usability, etc.
If at least no bugs are found until sunday, I'll push this RC as release on GitHub, Workshop and the BI Forum.
An overview about all the features and the changelog can be seen here:
https://github.com/KillahPotatoes/KP-Ranks/tree/v2.0#description
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
KP Ranks v1.4
- Added: Croatian ranksigns. Many thanks to Degman
- Tweaked: Brighten up the german "Tropentarn" ranksigns a little bit
KP Ranks v1.3
- Added support for D-Man's Croatian Military mod
- Some Code optimizations