• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Resource icon

Plugins + Scripts Appearance Preset Extractor

Download [<1 MB]
Disable ensure_ascii
Refactors the code and adds an optional outfit extractor. Use with --outfit to enable.
  • Improved duplicate detection and appearance simplification logic
  • Internal "noclobber" behaviour applied to .var archives since appearances aren't expected to change within same-versioned var files.
  • Fixed python idempotence glitch
  • Fixed regression in 1.1 where SELF:/ values were no longer correctly replaced in var archives
  • Always use utf-8 textfile encoding
Removes dependency on tqdm. Adds some usage instructions and checks around extraction logic. Fix indentation error causing huge performance hit.
Back
Top Bottom