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

[Resident Evil Revelations 2] "Biohazard" title screen #1692

Open
iriyap opened this issue Dec 28, 2024 · 2 comments
Open

[Resident Evil Revelations 2] "Biohazard" title screen #1692

iriyap opened this issue Dec 28, 2024 · 2 comments

Comments

@iriyap
Copy link

iriyap commented Dec 28, 2024

This is a vanilla bug, not related to the mod, but it'd be awesome if you could fix it.

Basically, unlike the other RE games, there's only one build for all regions, and the game does an IP address check on boot to decide whether to display "Resident Evil" or "Biohazard" (Japanese title) on the title screen. But this check is very buggy and the game ends up showing "Biohazard" in the majority of regions.

There is a mod that simply overwrites some graphics files, but it'd be nice to have a more "clean" solution as part of the Fusion Fix. Maybe just scrap the check altogether and add an INI option where users could choose between "Resident Evil" and "Biohazard"?

Dev response on Steam: https://steamcommunity.com/app/287290/discussions/0/610573567804518565/?ctp=2#c611702631231068707

@ThirteenAG
Copy link
Owner

There's seemingly 4 possible options for the game region, 3 of which will show RE, and 1 - BH. But, additional things are affected by those, like save game location. Not sure if it's worth it patching that code.

@iriyap
Copy link
Author

iriyap commented Jan 15, 2025

First off, thanks for looking into this!

The save games are stored in <Steam-folder>\userdata\<user-id>\287290\remote\, this is a generic Steam save folder, so it shouldn't be affected by the region.

The game settings are in %LOCALAPPDATA%\capcom\RESIDENT EVIL REVELATIONS2\config.ini. The game shows BIOHAZARD on my end, but the config path is still RESIDENT EVIL, so that also shouldn't be an issue.

In any case, you can include a region override as an INI option. If there are any potential issues, the user can just turn it off.

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