Fastmenu update

Fastmenu is now a variable menu speed setting instead of an on/off toggle. This update reflects that and gives the player a lot of options for the particular setting (normal, instant, double, triple, quadruple, half). A smaller change in this update is removing quickswap and fastmenu from the output file name of the randomizer (reflective of how the adjuster allows them to be shifted freely anyway) and shortening the verbiage for when progressive settings are changed (quality of life change there).
This commit is contained in:
AmazingAmpharos
2018-01-05 16:53:29 -06:00
committed by GitHub
parent 971c7b9365
commit 398de826f8
8 changed files with 55 additions and 22 deletions

View File

@@ -239,6 +239,10 @@ The dungeon variants only mix up dungeons and keep the rest of the overworld van
Select frequency of beeps when on low health. Can completely disable them.
## Menu Speed
A setting that lets the player set the rate at which the menu opens and closes.
## Create Spoiler Log
Output a Spoiler File.
@@ -252,10 +256,6 @@ generate spoilers for statistical analysis.
Use to enable quick item swap with L/R buttons
## Instant Menu
As an alternative to quickswap, opens menu instantly.
## Keysanity
This setting allows dungeon specific items (Small Key, Big Key, Map, Compass) to be distributed anywhere in the world and not just
@@ -378,10 +378,10 @@ Set the count option (default: None)
Use to enable quick item swap with L/R buttons. (default: False)
```
--fastmenu
--fastmenu [{normal,instant,double,triple,quadruple,half}]
```
As an alternative to quickswap, opens menu instantly. (default: False)
Alters the rate at which the menu opens and closes. (default: normal)
```