EngineMachiner / mind-box

Debug and display tool for OutFox and StepMania 5+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ko-fi

mind$box

mind$box is a tool and library to debug and display / print in-game. Check mind$box.lua for more.

mind$box has been tested through from StepMania 5.0.12 to 5.3 / OutFox.

YjOMY0a.mp4

Usage

  1. Make sure you have tapLua.

OutFox

  1. Copy the mind$box folder to fallback Modules folder.

  2. Load mind$box.lua using LoadModule() to fallback's first screen.

    For example in ScreenInit overlay's script:

StepMania

  1. Copy the beat4sprite folder in your "Stepmania/Scripts" folder.
  2. Reload scripts once at first screen if something goes wrong.

  1. Add mindbox.spawn() as an additional actor in the script you want for the console to show up (beware actors draw order).
  2. Run functions like mindbox.spawn(), mindbox.print() or mindbox.quickPrint() in your Lua scripts.

Credits

  • AwfulRanger
  • Project Moondance developers.

About

Debug and display tool for OutFox and StepMania 5+.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%