ABMX Versions Save

Adds more character customization settings to games by Illusion

v5.2

2 months ago

What's Changed

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.1...v5.2

v5.1

5 months ago

What's Changed

  • Add wildcard search to the advanced window by @RikkiBalboa in https://github.com/ManlyMarco/ABMX/pull/48
  • e5508a9f31a691ab68dabac3dcafe7520ca7492a @ManlyMarco Add config setting to hide all yellow sliders in maker
  • 90a03dbf51a59689e4650076fd68777414331987 @ManlyMarco Fix pasted modifier data not being adjusted for other side bone

New Contributors

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.6...v5.1

v5.0.6

9 months ago

What's Changed

  • Use custom comparer for SortedDictionary to avoid allocation by @mosirnik in https://github.com/ManlyMarco/ABMX/pull/45
  • Save allocation by keeping empty lists in _effectsToUpdate by @mosirnik in https://github.com/ManlyMarco/ABMX/pull/47
  • 7c643f99bb89443d96276d39214162ca415a1493 @ManlyMarco Fix advanced UI not showing chara object name if name translation fails. Fixes duplicate characters being unselectable in dropdown

New Contributors

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.5...v5.0.6

v5.0.5

1 year ago

Download

What's Changed

  • 61a1bb1bba693e9b27a4770e0c7c84804d440d90 @ManlyMarco Fixed Copy and Remove buttons not affecting other side bone in advanced window
  • f42c519dfc3da05659079a2e328bd5b3e32e67ff @ManlyMarco Fixed loading coordinate cards causing body deformation in some cases
  • 520383a784d455af7be51482b8abb298b856c398 @ManlyMarco [AIS/HS2] Fixed changing hair in maker breaking hair bones in advanced window
  • 260a0bdc6c2546e2e679e9252ddff9b96169a39e @ManlyMarco Do a more aggressive update when switching coordinates, fixing some bugs

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.4...v5.0.5

v5.0.4

1 year ago

Download

What's Changed

  • a7abe5366934768516760f9ee5ab5ef0ec88cfb6 @ManlyMarco Update bone cache on body and head changes, supports UncensorSelector
  • 1fbf9fd805f81cd667bee2f26ba0c3adbfb409d6 @ManlyMarco Tweak baseline updates, update bone cache more often

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.3...v5.0.4

v5.0.3

1 year ago

Download

What's Changed

  • 838e182a6f7b6f45feb17a0d524da4f5a47d4bec @ManlyMarco [KK/KKS/EC] Added "d_bust00" to dodgy bone list
  • 2d1b3e176daf8d83decca195d4bdf2ac2beadcb2 @ManlyMarco [EC,KKS] Fixed losing modifiers in KK character card import
  • e2fda9300fbe11c70db4eb3f8b2abb74c0a9e139 @ManlyMarco [KKS] Fixed KK card import putting nulls in coord data in some cases
  • f5308bb9df59c371679b58be2497bfe9481451c9 @ManlyMarco Added more parameter checks for CoordinateModifiers
  • 9cf9af61095d512e7e73e6d8751dfd59495efeb5 @ManlyMarco Fixed unnecessary refreshes when scrolling in advanced window

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.2...v5.0.3

v5.0.2

1 year ago

Warning: This release needs at least BepInEx 5.4.19 and KKSAPI v1.34 to work properly.

Download

What's Changed

  • 35200e12a0dd8ed7ad1fd672ebe54ec12178cd0a @ManlyMarco Fixed accessory modifiers not being applied when changing coordinates and not being saved in some cases
  • 992651f0468e7103719fe8e343bfd8208daa4a01 @ManlyMarco Accessory modifiers are now per-coordinate by default; Fixed "Only New" toggle not working correctly

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0.1...v5.0.2

v5.0.1

1 year ago

Warning: This release needs at least BepInEx 5.4.19 and KKSAPI v1.34 to work properly.

Download

What's Changed

  • 8dcdbd156cfbd599280272169d217328731c0340 @ManlyMarco Fixed failing to find some body bones when loading characters with pre-v5 ABMX data
  • ab706decf6a9076f5f7fb7e39d2386acb7d9a5f0 @ManlyMarco Fixed partial baseline update not working after first time
  • de58cdebf57dd600ad28d6d99323e81c85225d5d @ManlyMarco Clean up nuget package dependencies

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v5.0...v5.0.1

v5.0

1 year ago

This is a major update to many parts of ABMX, most notably the advanced UI and bone controller. Because of the large scope of this update it's likely to have some new bugs, so use with caution.

Save data is still backwards-compatible but going back to older versions will lose accessory bone modifiers.

Warning: This release needs at least BepInEx 5.4.19 and KKSAPI v1.34 to work properly.

What's Changed

  • Added completely new advanced interface
    • Added support for modifying accessory bones (for now only possible in advanced UI)
    • Added gizmos for bones currently edited in advanced UI
    • Added help tooltips (press the ? button and hover over different buttons to see explanations)
    • It's now possible to selecting character in advanced UI; Advanced UI can now always be opened if there is any character in existence
    • Show if length slider has no effect; Show warnings about bones known to cause issues
    • Better opposite side bone name finding logic (better L/R bone links)
    • Favorites, searching and filtering, copy/paste, export/import, and much more...
  • Added "Reset button restores saved card value" setting
  • Added new APIs and obsolete some old APIs; Updated xmldocs
  • Use objHeadBone instead of cf_j_head as start of head bones (affects partial loading of body/head)
  • Fixed inconsistencies between how length and position sliders affect bones
  • Fixed head modifiers not working on custom heads

Full Changelog: https://github.com/ManlyMarco/ABMX/compare/v4.4.6...v5.0

v4.4.6

2 years ago

Warning: This release needs at least BepInEx 5.4.15 and KKSAPI v1.25 to work properly.

Download

Changelog

  • 7cd58d4d3b5f979b7298659c9548a42e8911c1ae @ManlyMarco [KK] Revert 'Toggle ABMX Bone Controllers when NPCs are Paused and Unpaused (#27)' (It caused effects to get applied multiple times in story mode when entering and exiting talk scenes; No fix was found so it had to be reverted)