You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The Enhancements tab and the Randomizer settings each have a presets option. However, there are a set number of presets which can not be manipulated in any way. This makes it difficult to swap between different run styles, to share settings with friends for identical runs, or to switch between practice and attempts for speedrunners.
Solution:
Add "randomizer-presets" and "enhancement-presets" folders to the SoH directory (or something like that).
Below the preset selector, add a name field and "save preset" button.
When a user names and saves a preset, create a file in the appropriate folder with the chosen settings.
If the name given already exists, overwrite the existing file.
Take the presets that currently exist and convert them into preset files.
Reasoning:
This would allow users like me to easily switch between settings depending on the run, and it would also allow players to easily share their settings with other players simply by sending a preset file.