- Joined
- Jul 19, 2022
- Messages
- 97
- Reaction score
- 73
- First Language
- English
- Primarily Uses
- RMMV
RPGMania v1.0
Stepmania/DDR style rhythm mini-game with .SM chart support and pseudo-3d background visuals.
Source Code
Demo Project (Updated: v1.0.1)
Stepmania/DDR style rhythm mini-game with .SM chart support and pseudo-3d background visuals.
Source Code
Demo Project (Updated: v1.0.1)
Features
- Support for most .SM chart features with correct note timings
- Background visuals with character sprite that moves to the music (using data from chart)
- Menu to load and select all charts in folder and display song art and submenu for difficulty selection
- Note timing and ranking + combo scoring
- Optional note "hit" sounds
- Setup pixi projection plugin
- Copy plugin file into your js/libs folder (Copy from demo project or download src and follow build instructions here: https://github.com/pixijs/pixi-projection)
- Add the following line to your index.html in the body with the other script tags:
Code:<script type="text/javascript" src="js/libs/pixi-projection.js"></script>
- Copy the example assets from the demo project img/rpgmania folder into a folder of the same name in your project (list of required assets in plugin help).
Hopefully this is useful or interesting to a few people out there.
Currently there are only a few config plugin options but if people ask I can add more customization.
Last edited: