Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamcommunity.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://steamcommunity.com/sharedfiles/filedetails/?id=2006605356
So, I've uploaded a performance-focused version based on CrashM's version.
https://steamcommunity.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>