Skip to content

Releases: DoctorBearPhD/ScriptViz

ScriptViz 0.2

06 Mar 00:59

Choose a tag to compare

v0.2.4

  • All editors' columns are ordered intuitively!
  • ScriptBox hidden by default
  • "Show Unknowns" option only applies to HitboxEffects and General Properties editors.

As of this release, it can corrupt jsons by adding "BACVERint: null".
If they are corrupted, use Tools > RemoveBACVERint, then open the json in Notepad and copy the text from the ScriptBox (save in Notepad).

v0.2.3

  • Fully implemented HitboxEffectses Editor.
    • Tooltips
    • Type1s/2s editing
    • More readable column names (eg. Index17 --> KnockdownTime)
  • Rearranged layout

v0.2.2.1

  • Scroll wheel to change frames
    • Scroll Up -> Next Frame
    • Scroll Down -> Previous Frame
    • Shift+Scroll Up -> Skip 10 frames forward
    • Shift+Scroll Down -> Skip 10 frames back

v0.2.2

  • Menu option to Save with/without BACVERint
  • Added HitboxEffectses Tab
  • Did some restructuring
  • Re-added numberOfTypes indicator to bottom (improved!)
  • Bugfixes

v0.2.1

  • Files are rebuilt with the original order of properties.

v0.2.0

  • Commit Changes
    • This updates the Script Box - and the temporary version of the script - to show the changes you've made.
  • Save
    • This saves to the file.

You may want to use RemoveBACVERint before saving, to reduce file size.

ScriptViz 0.1.6

02 Mar 02:06

Choose a tag to compare

  • Added ability to view list-based properties (Types)
  • Added keyboard shortcut for Open BAC (Ctrl+O)
  • Added more dark styles

ScriptViz 0.1.4

24 Feb 21:00

Choose a tag to compare

  • Added Tabs (MoveList tabs)
    • Visualize any Move in the MoveList! (no projectile support)
  • New layout; slight color changes

ScriptViz 0.1.3

21 Feb 15:37

Choose a tag to compare

ScriptViz 0.1.3


  • Text editor added for script (can't save yet)
  • Loads script index 602 (aka 5HP) of whatever BAC file you open
  • Fully ported to MVVM software architecture pattern (mostly pure)

ScriptViz 0.1.2

14 Feb 22:01

Choose a tag to compare

  • Position data implemented
  • Easier frame change

ScriptViz 0.1.1

14 Feb 16:38

Choose a tag to compare

Remove BACVERint only removes those with a value of 0.

ScriptViz 0.1.0

13 Feb 13:11

Choose a tag to compare

  • Added Menu bar
  • Integrated removeBACVerInt tool