Skip to content

Releases: regzo2/loadout_config

Loadout Config 0.1.14

Choose a tag to compare

@regzo2 regzo2 released this 03 Jul 19:38
70769d2

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

Full Changelog: 0.1.13...0.1.14

Loadout Config 0.1.13

Choose a tag to compare

@regzo2 regzo2 released this 27 Sep 12:15

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

Choose a tag to compare

@regzo2 regzo2 released this 07 Dec 01:07

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_multiplier nil CTD; animates.
  • Added Chinese (Simplified) localization by @deluxghost in #1

New Contributors

Loadout Config 0.1.11

Choose a tag to compare

@regzo2 regzo2 released this 17 Nov 07:00

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

Choose a tag to compare

@regzo2 regzo2 released this 02 Nov 07:11

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

Choose a tag to compare

@regzo2 regzo2 released this 21 Oct 18:37

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

Choose a tag to compare

@regzo2 regzo2 released this 19 Oct 19:27

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