beat4sprite is a library to create scripted animations in the StepMania 5 engine. It's inspired by the retro gameplay animations of the Playstation 1.
beat4sprite is tested mainly on OutFox.
- Install tapLua.
- Run the next commands in the game directory:
curl -o beat4sprite.sh https://raw.githubusercontent.com/EngineMachiner/beat4sprite/refs/heads/master/beat4sprite.sh
./beat4sprite.sh; rm beat4sprite.sh
Or it can be installed manually:
- Clone the repository in the modules folder.
- Load it after tapLua.
LoadModule("beat4sprite/beat4sprite.lua") -- After loading tapLua...
If you want create your own animations you can check the wiki.
You can also check out examples in:
Thank you to everyone who contributed to the development of this project!