-
Notifications
You must be signed in to change notification settings - Fork 288
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
Make Uncertain Resolver X the default version #3408
base: master
Are you sure you want to change the base?
Conversation
On the principle i like it, it'll also reduce risks of epilepsy for some players. |
was blocked last time, by colen I think? |
I found this ticket GTNewHorizons/GT-New-Horizons-Modpack#10374 about this change, but other than that I couldn't find where it was blocked, either on discord or github |
hmm maybe not a hard block but only decided against yea. I was in favor as you can see and still am but if something was already considered and decided against then discussion is certainly productive instead of just PRing :P |
blocked or not, it clearly is helping readability of the puzzle, and makes it way more clear about what the player must do. It's not making the puzzle easier to solve, but it now is more accessible. It's plain dumb to have two different things doing the same exact thing, but with different skins. |
I don't recall having an opinion on this topic @chochem |
perfect |
I like the idea of deprecating the "blinking speed" for the minigame, but I also like having several tiers to the uncertainty resolver. I suppose an alternate solution is to make the basic uncertainty resolver similar to the uncertainty resolver X but have more shades/hues to make it slightly more difficult. For example:
|
I agree with this. Even as somebody who doesn't suffer from visual sensitivity, the rapid blinking is just obnoxious to look at. Maybe if it was blinking 1-2 times per second it would be fine, but the current frequency is too much. If we still want multiple tiers, maybe make the first tier have color shades, and the second specific numbers or symbols? |
Uncertainty is a minigame that you have to solve to make Quantum Computers actually produce computation.
In that minigame, you have to balance around 16 squares.
The way you have to balance it is by making the values very similar, the symmetry depends on the mode it gives you.
Uncertainty Resolver comes in 3 versions:
Where the values are shown by blinking rate
Where the values are shown by brightness
Where it solves it for you, no input required
The issue is that the way the first version of uncertainty resolver represents the values makes it very difficult to see the differences, causes players to usually just randomly click the buttons until it gets solved instead of doing the minigame normally.
This replaces the resolver X recipe to the regular one,
Removes the recipe for basic resolver,
And adds deprecation warning to it.
This also makes basic resolver acts like the X version, so it shows the values by brightness level.
Closes GTNewHorizons/GT-New-Horizons-Modpack#10374