forked from AmazingAmpharos/OoT-Randomizer
-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
Component: GUI/WebsiteSpecifically affects the OoTR GUISpecifically affects the OoTR GUIType: BugSomething isn't workingSomething isn't working
Description
I'm trying to implement #2408. I tried adding the following field to the definition of the world_count
setting (which is of type Numberinput
), but it doesn't do anything:
disable = {
1: {'settings': ['cross_world_songs', 'cross_world_rewards']},
},
It seems that the functionality for Numberinput
settings to disable other settings is not yet implemented. I tried implementing this myself on the cross-world-shuffle-setting
branch but it didn't work and I'm not familiar enough with the GUI code to figure out why.
Metadata
Metadata
Assignees
Labels
Component: GUI/WebsiteSpecifically affects the OoTR GUISpecifically affects the OoTR GUIType: BugSomething isn't workingSomething isn't working