安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2006605356
Don't want to steal away from this mod bc I've loved it in my playtime but this one seems to work fine and does the same thing
at MoodBarPatch.Main..cctor () [0x001fb] in <951345c5270c4a4485dda2321a56eae2>:0
Check here: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2006605356
So, I've uploaded a performance-focused version based on CrashM's version.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2226681065
@minuq Unfortunately that didn't work due to the changes in how the Harmony library is loaded. It used to be an included library, but now it's loaded externally through the Harmony mod. I looked into using a LoadFolders.xml to get it to load the library for 1.0 but not 1.1. Unfortunately that caused it to crash the game if you were running 1.1, didn't have the Harmony mod installed, and tried to load this mod. I wanted to avoid that, so I left it as a manual install for anyone who still wants to run 1.0.
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>mod</name>
<author>author</author>
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
</supportedVersions>
<!--<packageId>foo</packageId>-->
<description>description</description>
</ModMetaData>