Releases: scaryghost/ServerAchievements
Releases · scaryghost/ServerAchievements
ServerPerks Compatibility and New Features
Version 1.3 fixes a compatibility issue with ServerPerks V7 and adds new UI features. There are now 6 places on screen the achievement popup can appear from. Users can configure the position by adding the following lines to the User.ini file:
[ServerAchievements.SAInteraction]
ppPosition=PP_BOTTOM_CENTER
The ppPosition value can be one of:
PP_TOP_LEFT,
PP_TOP_CENTER,
PP_TOP_RIGHT,
PP_BOTTOM_LEFT,
PP_BOTTOM_CENTER,
PP_BOTTOM_RIGHT
Changes
- Fixed compatibility issue with ServerPerks V7
- The achievements tab will not show up when ServerPerks V7 is active
- Added extra popup positions and ability to configure the position from User.ini file
- Replaced background and check images with content available in the vanilla textures file
- This removes the dependence on the separate ServerAchievements.utx file
- Deprecated the localHostSteamID64 config variable
- Config variable is no longer needed by the mutator
- Changed SAReplicationInfo to be derived from LinkedReplicationInfo
KF 1056
Updated mutator to accommodate KF 1056