Releases: regzo2/loadout_config
Releases · regzo2/loadout_config
Release list
Loadout Config 0.1.14
Added Russian localization and fixed saved loadout crash condition.
What's Changed
- Fixed crash related to unchecked nil table entries in saved loadouts
- Russian localization by @xsSplater in #2
New Contributors
- @xsSplater made their first contribution in #2
Full Changelog: 0.1.13...0.1.14
Loadout Config 0.1.13
Updated some UI resource package directory to allow the mod to load again!
What's Changed
- Updated extra package destination requirement for the view to the updated destination.
Loadout Config 0.1.12
Added blend transition to config view, and Chinese (Simplified) localization, and further cleanup.
What's Changed
- Added a fade-in transition to the config view (looks pretty!)
- This is a 'proper' fix for the original
alpha_multipliernil CTD; animates.
- This is a 'proper' fix for the original
- Added Chinese (Simplified) localization by @deluxghost in #1
New Contributors
- @deluxghost made their first contribution in #1
Loadout Config 0.1.11
Improved weapon card view and added new weapon naming and layout selections.
Changes
- Rebuilt weapon selector view, it is now scrollable (and further organized with the Remixed menu layout).
- Added 'Weapon Naming Style' setting for adjusting weapon names.
- 'Simplified' - Shows weapon pattern and mark only.
- 'Modern' - Shows weapon pattern, family, and mark akin to Unlocked and Loaded renamed items.
- 'Classic' - Shows weapon pattern, family, and mark akin to the old names of weapons
- Added Menu Layout setting.
- 'Classic' - Old menu layout with tiled weapon cards and selected weapon directly below the cards.
- 'Remixed' - Menu layout with weapon cards organized by pattern with selected weapon and stats beside it.
- Added 'Weapon Stat Adjuster Size' setting.
- Controls the size of the triangle buttons on the stat adjustment sliders.
Fixes
- Further optimized mod settings caching.
- Removed Ogryn weapons from human-type Operatives regardless of 'Enforce Class Restrictions' to avoid crashes, since they are now accessible with the scrolling card selection.
Loadout Config 0.1.10
Reworked weapon fetching to account for some missing weapons.
Changes
- Reworked item fetching; This will completely fix instances where some items were not available for selection depending on the class.
- Added new Enforce Class Restrictions setting.
- WARNING: Using Ogryn weapons on Human classes WILL result in a crash. Use this at your own discretion.
- This will allow you to use every class specific weapon with any class.
- Currently the weapon selection UI does not fully display weapons when disabling Enforce Class Restrictions. The weapon cards will be updated to allow scrolling in the future.
- Optimized mod settings fetching.
- Removed unused logging functions.
Loadout Config 0.1.9
Updated to remove logging and dumps from Mastery handling.
Changes
- Removed table dump logs after selecting perks
- Removed some extra logs that included state information.
Loadout Config 0.1.8
Loadout Config patched for Unlocked and Loaded!
Changes
- Implemented reworked perk view that has all perks available using the new Mastery backend
Fixes
- Fixed alpha_multiplier being uninitialized causing a multiply by nil error