Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 946 Bytes

File metadata and controls

23 lines (12 loc) · 946 Bytes

Command-line utility for organizing Rivals of Aether's order/category files.

Rivals of Aether includes built-in tools to re-order your character list and add groupings, but it is bad.

GUI Usage

reroader.exe is a graphical interface for character/stage/buddy/skin organization.

Character view

stage view

CLI Usage

The main.py tool synchronizes a local yaml file with the current Rivals of Aether installation.

The YAML file represents a mapping between character category names and the characters included in them. Running the tool synchronizes the YAML file to your local binary files.

On first run, it will generate a yaml file based on your current installation.

Also, it will alphabetize characters within their groupings, as well as your stages and skins.

With --interactive, starts an interactive session in between cleaning up the yaml file and saving the final product.