mirror of
https://github.com/OatmealDome/Rotationator.git
synced 2026-03-21 17:34:16 -05:00
Generates rotation schedules for Splatoon 1 on the Wii U.
| Rotationator | ||
| .dockerignore | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| Rotationator.sln | ||
Rotationator
Generates a new VSSetting.byaml file for Splatoon 1.
Usage
$ dotnet Rotationator.dll --help
Description:
Generates a new VSSetting BYAMl file.
Usage:
Rotationator <lastByaml> <outputByaml> [options]
Arguments:
<lastByaml> The last VSSetting BYAML file.
<outputByaml> The output VSSetting BYAML file.
Options:
--phaseLength <phaseLength> The length of each phase in hours. [default: 4]
--scheduleLength <scheduleLength> How long the schedule should be in days. [default: 30]
--version Show version information
-?, -h, --help Show help and usage information