R.E.P.O.のゲーム内テキストを日本語に翻訳するModです。
5.4.2305+Thunderstore Mod Managerまたはr2modmanで REPOJapaneseTranslation と検索してインストールしてください。
前提Modも自動でインストールされます。
(ゲームルート)\BepInEx\plugins\REPOJapaneseTranslation\
├── REPOJapaneseTranslation.dll
└── NotoSansJP-Regular-subset.ttf
ゲームルートの例:
C:\Program Files (x86)\Steam\steamapps\common\REPO\
Thunderstore Mod Managerは通常のゲームフォルダとは別に、プロファイルごとに独立したBepInExフォルダが存在するので、そのフォルダに配置してください。
%APPDATA%\Thunderstore Mod Manager\DataFolder\REPO\profiles\<プロファイル名>\BepInEx\plugins\REPOJapaneseTranslation\
├── REPOJapaneseTranslation.dll
└── NotoSansJP-Regular-subset.ttf
パスの例:
C:\Users\<ユーザー名>\AppData\Roaming\Thunderstore Mod Manager\DataFolder\REPO\profiles\Default\BepInEx\plugins\REPOJapaneseTranslation\
(%APPDATA%はC:\Users\<ユーザー名>\AppData\Roamingのショートカットです)
確認方法:
Thunderstore Mod Managerの左サイドバーからSettings → Browse data folderから正確なパスを確認できます。
BepInEx\config\REPOJapaneseTranslation.cfg で以下の設定が可能です:
| 設定キー | デフォルト | 説明 |
|---|---|---|
EnableTranslation |
true |
テキスト翻訳を有効にするか |
EnableJapaneseFont |
true |
日本語フォントフォールバックを有効にするか |
LogUntranslated |
false |
未翻訳テキストをログ出力するか(開発者向け) |
不具合や未翻訳の報告は、GitHub Issuesからお願いします。可能であれば、以下の情報をあわせて記載してください。
bash build.sh
# -> src/bin/Release/netstandard2.1/REPOJapaneseTranslation.dll
MIT License