Skip to content

EN Patch v.0.2

Choose a tag to compare

@kokomif kokomif released this 18 Apr 16:43
· 13 commits to main since this release
5f11583

Update Translated Main Story up to CASE02

  • BRSun_EN_Patch_v0.2.zip Contains patch and partially translated content into English.
  • BRSun_Translation_Text_Only_v0.2 Contains only translated file
  • BRSun_EN_Necessary_Patch_Only.zip Contains only the necessary patch files. available here

Note:
How to Make the Main Character's Name Show Up in the Story

To make the game story display your main character's name correctly, you need to modify the _Substitutions.txt file.

File Location
YourGameFolder\BepInEx\Translation\en\Text\_Substitutions.txt

Inside the _Substitutions.txt file, you’ll see a placeholder like this:

Asahina=Asahina

This placeholder controls how the name appears in the story.

If you want to use a different name for the protagonist, just replace it with your preferred name.
For example, to change the protagonist’s name to Firis, you can write:

Firis=Firis

⚠️ Make sure the left and right sides are the same — this tells the game to replace the original name with your chosen name wherever it appears.