Skip to content

Gibbed.MadMax-1.5.2

Choose a tag to compare

@gigaHours gigaHours released this 18 Feb 18:30

What's New

Bug Fixes

  • Fixed stitem (StoreItem) stack order in both decompiler and compiler — the XVM stack convention for indexed assignment (obj[index] = value) was incorrectly handled, causing decompilation of scripts with array/list indexing operations (e.g. lib_vehicleupgrades.xvmc) to produce invalid code that could not be recompiled

New Features

  • Batch directory mode for XvmDecompile and XvmCompile — drag a folder onto the .exe or pass a directory path to recursively process all .xvmc / .xvm files. Reports success/failure counts on completion

Documentation

  • Fixed stitem stack order documentation across all XVM reference docs and assembly guides
  • Added batch mode usage instructions
  • Updated tool descriptions in README (EN/RU) and project documentation

Full Changelog: updated-1.5.1...1.5.2