Generates rotation schedules for Splatoon 1 on the Wii U.
Go to file
2024-08-11 13:48:57 -04:00
Rotationator Program: Fix an issue where PickGachiRule can end up in a state where no rules in the pool are valid 2024-08-11 13:48:57 -04:00
.dockerignore Initial commit 2024-04-23 22:44:35 -04:00
.gitignore Initial commit 2024-04-23 22:44:35 -04:00
LICENSE LICENSE: Use MIT license 2024-05-28 17:21:01 -04:00
README.md Program: Implement the ability to override specific phases 2024-08-11 01:34:16 -04:00
Rotationator.sln Initial commit 2024-04-23 22:44:35 -04:00

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]
  --overridePhases <overridePhases>  The override phases file. []
  --version                          Show version information
  -?, -h, --help                     Show help and usage information