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

Multi-lingual splash text #52

Open
xan1242 opened this issue Feb 4, 2023 · 2 comments
Open

Multi-lingual splash text #52

xan1242 opened this issue Feb 4, 2023 · 2 comments

Comments

@xan1242
Copy link
Owner

xan1242 commented Feb 4, 2023

If possible, it'd be a nice little touch to localize the splash text blurb ("Press START button" string).

They do exist already within language files, but it'd be easier to just include them all in the INI file or something similar...

@AeroWidescreen
Copy link
Contributor

You might be already aware of this, but these console strings can be used on PC by changing a hash. The game itself should then automatically adjust the text based on the language selected. Widescreen Fix does this for the ImproveGamepadSupport feature.

ThirteenAG/WidescreenFixesPack#542

An example for Carbon:

Carbon
8E7ACDFE = CLICK to continue (PC)
186AAECC = Press START to begin (Xbox)
703A92CC = Press START button (PS)

008577AB push XXXXXXXX // start text hash

@xan1242
Copy link
Owner Author

xan1242 commented Feb 4, 2023

The reason why I decided for an override is specifically because of lack of strings in the ingame language file. It doesn't contain strings for Xbox One, PS4/5, Nintendo, etc.

That's why the strings will have to be put somewhere else.

My swapping code specifically addresses that part of code anyway and I've even used WS fix as a reference point.

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

2 participants