安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Here's a log showing the error that is generated on game startup.
https://gist.github.com/HugsLibRecordKeeper/01fd19871304b5c78b68d926a36a6486
The mod that I had which was already adding exclusionTags to that def was Integrated Genes.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2884115974
Edit: Okay so after looking at the included source I can see that it's the Harmony patch used to support the Chemical Susceptibility gene which is patching the return value of Pawn.BodySize.
This does have the desired effect of making them far less capable of handling drugs and alcohol, however it also has tons of undesirable side effects since a pawn's body size is used in calculations of several other stats, such as meat and leather amounts when butchered, nutrition required to fill their hunger need, carrying capacity, and probably others I'm not even aware of.
https://www.dropbox.com/scl/fi/di2c26mdbe22k26kcomjd/Gene_Patch.xml?rlkey=9mqnoonxm3la1knsrjy6a280e&dl=0
good news: genes already have method to do stuff on drug ingestion, you can put the multiplier there instead
https://gist.github.com/HugsLibRecordKeeper/bea4c6664e596dba7920a3a57e9bdf47
file: D:\SteamLibrary\steamapps\workshop\content\294100\3028702598\1.5\Patches\Gene_Patch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch6 (string)
Verse.PatchOperation:Complete (string)
Verse.PatchOperationSequence:Complete (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.LoadedModManager.ClearCachedPatches_Patch3 ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
https://gist.github.com/HugsLibRecordKeeper/167a843c14e218425aa2d5e1ff74293b
Red error on startup:
Config error in RE_Elven_Archer: Cheapest weapon with one of my weaponTags costs 250 but weaponMoney min is 105, so could end up weaponless.
Full error:
Config error in RE_Elven_Archer: Cheapest weapon with one of my weaponTags costs 250 but weaponMoney min is 105, so could end up weaponless.
https://pastebin.com/PTNuSWRi