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:
12
README.md
12
README.md
@@ -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)
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user