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

Ignore keyboard restrictions from games on OSK input #10512

Open
asferot opened this issue Jan 6, 2018 · 6 comments
Open

Ignore keyboard restrictions from games on OSK input #10512

asferot opened this issue Jan 6, 2018 · 6 comments

Comments

@asferot
Copy link

asferot commented Jan 6, 2018

Just noticed that text input in MHP3rd had only Japanese and English full-width input sets. What happened to the other? I remember there was half-width/normal English and Russian too.

Affected version is latest stable 1.5.4. It worked in 1.4.2.

@unknownbrackets
Copy link
Collaborator

When asking for a keyboard to be shown, games can specify what characters they support. Previously, we were ignoring this, but now we respect it (although we're still not quite as restrictive as the PSP.)

One reason this matters is for passwords, because games will support the password only with the exact right characters (since that was all you were able to type on a real PSP.)

It was also causing bugs in some games when you typed characters that the game didn't expect or properly support.

So - this is a feature, not a bug. It now acts more like it did on a PSP.

-[Unknown]

@asferot
Copy link
Author

asferot commented Jan 6, 2018

Im guessing there is no way to enable all character sets manually for certain games? A .ini tweak or something?

@unknownbrackets
Copy link
Collaborator

There's no option currently - did Russian even properly render? It wouldn't be shocking if the game didn't have the font handling for it.

-[Unknown]

@asferot
Copy link
Author

asferot commented Jan 7, 2018

Russian rendered fine, just looked like full-width font. Korean did not render at all, it just showed <?> symbols, but normal English looks way better than full-width. and I never had any problems with it.

@Abbanon
Copy link
Contributor

Abbanon commented Mar 10, 2018

Having a way to re-enable the "half-width" English font would be amazing, either by PPSSPP settings or modifying a file. Hoping this gets re-implemented either way.

@unknownbrackets
Copy link
Collaborator

Can this just be solved by cwcheat?

PPSSPP's job is to do things like a PSP would, and it's doing it. I think a setting for this would be confusing and bring back issues with other games because people wouldn't understand it.

Seems more appropriate to patch the game that is incorrectly saying it doesn't support half-width characters, Japanese characters, or etc.

-[Unknown]

@unknownbrackets unknownbrackets changed the title Text input in Japnese games missing? Ignore keyboard restrictions from games on OSK input Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants