Bustle
Bustle is a modding tool for the game Your Only Move Is Hustle.
It's a command-line tool that helps you build and distribute your mod.
You run it from the terminal:
$ bustle --help
bustle <subcommand>
> A build tool for YOMI Hustle mods
where <subcommand> can be one of:
- dev - Build a development zip
- release - Build a release zip
- link - Link your mod to your Godot project
- gather - Gather resource imports
- zip - Zip a directory
- workshop - Steam Workshop commands
For more help, try running `bustle <subcommand> --help`
What can it do?
Bustle has many features. Here are some highlights:
Mod Development
- Build your dev and release zips
- Put those zips in your Godot and Steam mod folders
- Link your mod code to your Godot project
- Gather your .import files
- Let's you use
class_namein your scripts!
Mod Distribution
- Validate your workshop config
- Upload your mod to the Steam Workshop
Workshop Integration
- Search and sort mods
- Get detailed info on mods
- Subscribe and unsubscribe to mods
- Subscribe and unsubscribe to community mod lists
Check out the screenshots for a look.