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.
The text was updated successfully, but these errors were encountered:
If no one is interested in taking on this task, I am very willing to do this myself and do a pull request if anyone can point me to where presets are currently handled.
Custom presets have been planned for a while, but have had several levels of prerequisites that delayed them to the point where now I have to focus on other things, and I'm kind of hoping the settings framework comes along in the mean time. I was also planning more than just individual custom presets for only enhancements and rando settings (such as tracker settings and positions/sizes), as well as superpresets that combine individual section presets.
In the meantime, though, you can create settings files you can drag and drop on the game window by removing everything but the stuff you want to change (gRandomizer section stays for rando "presets", gSettings and gEnhancements stay for enhancements "presets").
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:
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.
The text was updated successfully, but these errors were encountered: