安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
— http://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/761315214/154644787622990414/
Great modification, by the way. I hope it could be easily fixed.
But will add a safety catch into qualitybuilder:)
Type ModInitializer probably needs a StaticConstructorOnStartup attribute, because it has a field obj of type GameObject. All assets must be loaded in the main thread.
Verse.Log:Warning(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:36)
Verse.StaticConstructorOnStartupUtility:ReportProbablyMissingAttributes() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\StaticConstructorOnStartup.cs:58)
Verse.PlayDataLoader:<DoPlayLoad>m__6F8() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Defs\Databases\PlayDataLoader.cs:256)
Verse.LongEventHandler:ExecuteToExecuteWhenFinished() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:351)
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:268)
Verse.LongEventHandler:LongEventsUpdate(Boolean&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:181)
Verse.Root:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root.cs:96)
It doesn't make sense that I set the quality on a set of stools to "normal", then nobody but my level 20 builder will do it.
"QualityBuilder: ÊVT0
Verse.Log:Error(String, Boolean)"
"ÊVT0"? It's always nice to have undefind log messages. Anyway i post this as constructive criticism, because i'd like this mod to work and some people have it in use. I'dont use a lot of mods (like around 15, mostly gui conviniences) but whatever combination, this thing just throws exceptions. I think this mod is heavily vulnerable to side-effects by other mods..
At one point, RimWorld claimed it should use some static constructor to be loaded from a different thread. Without QualityBuilder, everything works in any combination and doesn't throw any exception.
Anyway, keep up the good work!
Still looking.
I am testing with a freshly made mini map for testing from the current R19 build.
At them moment i narrowed it down to *not* loading Replace Stuff, Fences & Floors, Cleaning Area, Coloured Mood Bar and Conduit Deconstruct. Then it sems to work for a bit.
how does it handle pre-existing stuff, before the mod is used?
I see the quality marker only on new stuff.
Strange.
Can it be that the mod has a problem when it has already seen a savegame? the message "quality settings addwed to 75 items" vs "quality settings added to 0 items" could point to that.
I added every other mod one by one, to see when the point came it breaks. My last candidates where "Replace Stuff" and "Conduit Deconstruct".
It seems to work rather randomly..
Maybe it's the load order?