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

Update zh_CN.ini #14934

Merged
merged 4 commits into from
Sep 26, 2021
Merged

Update zh_CN.ini #14934

merged 4 commits into from
Sep 26, 2021

Conversation

Narugakuruga
Copy link
Contributor

@Narugakuruga Narugakuruga commented Sep 26, 2021

make description more accurate.
UMD delay is need for some game like MHFU demo version, so it's "slow but least bugs"
host "might cause bugs" instead of "cause bug", so user will try different settings to make game runs better
Software Skinning make some games run slower, so do not hint user it will most likely to improve speed.
Lazy texture caching "might cause font rendering bugs" , user can try if it really occurs, then decide to use it.

I observed user's settings in forum. If the tips are "it will make most game runs faster", they instantly enable it even it's actually slower for their game. So a more neutral word would be better?
eg "it will make some games faster"

make description more accurate.
UMD delay is need for some game like MHFU demo version, so it's "slow but least bugs"
host "might cause bugs" instead of "cause bug", so user will try different settings to make game runs better
Software Skinning make some games run slower, so do not hint user it will most likely to improve speed.
Lazy texture caching "might cause font rendering bugs" , user can try if it really occurs, then decide to use it
@unknownbrackets
Copy link
Collaborator

unknownbrackets commented Sep 26, 2021

It's tempting to assume that "simulate UMD delays" is more accurate, but currently that is not true. See here:
#9213 (comment)

The problem with Host is not only that it may cause bugs, but especially that it is non-deterministic. For example, if you start a game with "Fast" or "Simulate UMD delays" mode 100 times, then each of those 100 times it'll behave the same way (either working perfectly or crashing or whatever.) In contrast, if you use "Host" and start that same game 100 times, some of those times it'll work, and other times it won't. It'll also behave differently on different devices: it might prevent a crash on a desktop but cause a crash on mobile (or the opposite.)

-[Unknown]

@Narugakuruga
Copy link
Contributor Author

Thank you for the advice! Now I remain the original IO tips.

@Narugakuruga
Copy link
Contributor Author

Addressed comment

@hrydgard hrydgard merged commit 000e9c6 into hrydgard:master Sep 26, 2021
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

Successfully merging this pull request may close these issues.

3 participants