This mod displays Romaji hints for spells and items in-game, helping players unfamiliar with Kana to memorize and input commands quickly.
BepInEx/plugins/RomajiDisplay folder in your game directory:
RomajiDisplay.dllromaji_mapping.txtThe configuration file is located at BepInEx/config/romaji_mapping.txt.
plugins directory to the config directory (if it doesn't exist).You can directly edit BepInEx/config/romaji_mapping.txt to customize the displayed Romaji.
Format:
Key = Value format.Key: Internal voice command key (e.g., SPELL_ARC_FIRE_1).Value: The text you want to display (e.g., [FA-I-YA]).# are comments.Example:
# This is a comment
SPELL_ARC_FIRE_1 = [FA-I-YA]
SPELL_BAS_JUMP_1 = [JUMP]
BepInEx/config and press F9 to refresh.
此 Mod 可以在游戏中显示咒语和物品的罗马音提示,帮助不熟悉假名的玩家快速记忆和输入。
BepInEx/plugins/RomajiDisplay 文件夹中:
RomajiDisplay.dllromaji_mapping.txt配置文件位于 BepInEx/config/romaji_mapping.txt。
plugins 目录下的默认配置文件复制到 config 目录(如果 config 目录下不存在该文件)。你可以直接编辑 BepInEx/config/romaji_mapping.txt 文件来自定义显示的罗马音。
格式说明:
Key = Value 的格式。Key: 游戏内部的语音指令键名(如 SPELL_ARC_FIRE_1)。Value: 你想要显示的文本(如 [FA-I-YA])。# 开头的注释行。示例:
# 这是一个注释
SPELL_ARC_FIRE_1 = [FA-I-YA]
SPELL_BAS_JUMP_1 = [JUMP]
BepInEx/config 目录下的文件,并按 F9 刷新。