Skip to content
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

wiiu is annoying #9

Open
bui opened this issue Mar 27, 2018 · 2 comments
Open

wiiu is annoying #9

bui opened this issue Mar 27, 2018 · 2 comments

Comments

@bui
Copy link
Owner

bui commented Mar 27, 2018

this is only an issue for wiiu

the location for song/difficulty seems to change depending on unknown factors

so far I've determined that having auto enabled causes the location to shift

@bui
Copy link
Owner Author

bui commented Mar 31, 2018

ok this is partially fixed in 4154e9b due to a silly mistake

but still no fix for auto mode 😕

@bui
Copy link
Owner Author

bui commented Mar 31, 2018

I've found out that if auto is enabled, the difficulty is set lower than it is normally, so like this

"levels": {
    "108": "Easy (auto)",
    "110": "Normal (auto)",
    "112": "Hard (auto)",
    "114": "Extreme (auto)",
    "116": "Easy",
    "118": "Normal",
    "120": "Hard",
    "122": "Extreme"
},

there must be a better way to do it though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant