forked from Roman971/OoT-Randomizer
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI does not check for conflicting settings #1
Labels
bug
Something isn't working
Comments
fenhl
pushed a commit
that referenced
this issue
Aug 19, 2022
Don't check for conflicting settings in preset unit tests
NeunEinser
pushed a commit
to NeunEinser/OoT-Randomizer
that referenced
this issue
Dec 17, 2022
Add inverted music note model for warp songs
fenhl
pushed a commit
that referenced
this issue
Jan 30, 2023
Allow shuffled items on dungeon reward locations
fenhl
pushed a commit
that referenced
this issue
Sep 17, 2023
Make fanfare fix compatible with ROMs that don't support custom banks
fenhl
pushed a commit
that referenced
this issue
Jul 15, 2024
fenhl
pushed a commit
that referenced
this issue
Oct 1, 2024
Reorder SettingsList.py to match GUI changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With OoTRandomizer#1531 and OoTRandomizer#1536, the forest settings now rely on the
disable
relations in the settings list rather than silently changing. This works fine with plando and the GUI, but when specifying settings through the CLI (or the ootrandomizer.com API, which I believe uses the CLI internally), no such check is performed, resulting in some settings missing from the spoiler log.The text was updated successfully, but these errors were encountered: