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
I had a look through the other mod's DLL and it does appear they it also make a harmony patch towards "OpinionOf" that seems to conflict and causes my mod's patch to be nullified as well. I was hoping that it might be solvable with some load order adjustments but I haven't had any luck on my end with either arrangement (No matter where I put it, it seems my mod patches first unfortunately).
The conflict comes from the Kyulen mod re-clamping the values back between -100 and 100 (Line: __result = Mathf.Clamp(num, -100, 100);), and it seems my detection method for changing those values was not robust enough to catch that.
I might see if I can wriggle it around and find a way for the two mods to work, but for now it I'll add it as a known incompatibility. Thank you for letting me know!