Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enginemachiner/mind-box
Debug and display tool for OutFox and StepMania 5+.
https://github.com/enginemachiner/mind-box
debug lua outfox print stepmania tool
Last synced: about 2 months ago
JSON representation
Debug and display tool for OutFox and StepMania 5+.
- Host: GitHub
- URL: https://github.com/enginemachiner/mind-box
- Owner: EngineMachiner
- License: gpl-3.0
- Created: 2021-10-10T21:45:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T20:48:57.000Z (over 1 year ago)
- Last Synced: 2023-06-28T21:23:41.441Z (over 1 year ago)
- Topics: debug, lua, outfox, print, stepmania, tool
- Language: Lua
- Homepage:
- Size: 954 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W32691S)
# 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.
https://user-images.githubusercontent.com/15896027/137427034-f411f697-c420-409d-8e56-a170546f9b0e.mp4
## Usage
0. Make sure you have [tapLua](https://github.com/EngineMachiner/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.---
3. Add mindbox.spawn() as an additional actor in the script you want for the console to show up (beware actors draw order).
4. Run functions like mindbox.spawn(), mindbox.print() or mindbox.quickPrint() in your Lua scripts.## Credits
- AwfulRanger
- Project Moondance developers.