-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Comments
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. |
First off, thanks for looking into this! The save games are stored in The game settings are in 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. |
ResidentEvilRevelations2.FusionFix.zip Try this build. |
Seems to work fine, thanks! |
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
The text was updated successfully, but these errors were encountered: