安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Error in static constructor of YieldPatch.SettingsInit: System.TypeInitializationException: The type initializer for 'YieldPatch.SettingsInit' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object
[Ref B5376FDF]
YieldPatch.SettingsInit..cctor()
--- End of inner exception stack trace ---
i used the above mod in the past, to help me get at least 1 or more resources, when deconstructing things, such as pavements or buildings
dninemfive something "return"
So, the function can only be requested to be added under the mod with the most similar function. Of course, it would be better if someone could help me find the original mod.
Bless u for u work Brother
This mod is throwing acceptions unforunately. It is from the patch I believe
Both mods contain file 1SettingsHelper.dll, and it looks like "Numbers Trait AddOn" uses the version from this mod instead of it's own, which results in the following error in log:
Exception filling window for ColourPicker.Dialog_ColourPicker: System.MissingMethodException: void Verse.Widgets.DrawBox(UnityEngine.Rect,int)
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001ce] in <d243303f714d4dc48680ccaecd2f594e>:0
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
Going by the error message, 1SettingsHelper.dll in this mod contains class ColourPicker.Dialog_ColourPicker, which tries to call Verse.Widgets.DrawBox(UnityEngine.Rect,int). But in 1.3 DrawBox has 3 parameters - (UnityEngine.Rect, int, UnityEngine.Texture2D), so I guess your version was compiled for an older version of RimWorld
@Caz, RIMMSqol might help you. It allows to set plant yield through mod configuration menu.