bui / taiko3-discord-rpc

Discord rich presence integration for Wii U 太鼓の達人 (Taiko no Tatsujin) titles
MIT License
16 stars 0 forks source link

wiiu is annoying #9

Open bui opened 6 years ago

bui commented 6 years ago

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 commented 6 years ago

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

but still no fix for auto mode 😕

bui commented 6 years ago

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?