付费内容默认启动为英文版
带参数启动器快捷方式lnk -language=zh_hans 为简体中文版 解压后复制到游戏目录下运行就是简体中文版
hashihime_hans_start.zip
🔻hashihime_hans_start.zip🚧SSL下载🔻
(2.34 KB, 下载次数: 1207)
带参数启动器快捷方式lnk -language=zh_hant 为繁体中文版 解压后复制到游戏目录下运行就是繁体中文版
hashihime_hant_start.zip
🔻hashihime_hant_start.zip🚧SSL下载🔻
(2.34 KB, 下载次数: 238)
直接运行任意EXE就是英文版
存档目录位置
C:\Users\计算机用户名\AppData\Roaming\mangagamer\hashihime of the old book town
- var language = System.getArgument("-language");
- if (language === void && Steam !== void) {
- language = Steam.getLanguage();
- }
-
- System.setArgument("-datapath", "$(appdatapath)\\MangaGamer\\Hashihime of the Old Book Town");
-
- if (language == "schinese" || language == "zh_hans" || language == "zh") {
- language = "zh_hans";
- } else if (language == "tchinese" || language == "zh_hant") {
- language = "zh_hant";
- } else {
- language = "en";
- }
复制代码
|
|