安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








https://gist.github.com/HugsLibRecordKeeper/1607904c7c0279ba3e37430d61b44a91
The vanilla bulk goods trader has clothing defined using StockGenerator_MarketValue instead of StockGenerator_Clothes.
<li Class="StockGenerator_MarketValue">
<tradeTag>BasicClothing</tradeTag>
<countRange>7~15</countRange>
</li>
It effectively just means that the LT traders won't have clothes to sell. Nothing too terrible.
Here's a copy of the fixed version.
Removed
Sorry for the late reply I wasn't watching the thread. To answer your question though, no sorry I won't upload it to the workshop. I have no intentions of maintaining this mod, more importantly the author is still around, although somewhat busy at the moment it seems. Providing a simple manual download to fix the current issues is as far as I'm willing to go.
That's fair. Much appreciated, thank you.
disregard - one of my pawns had a negotiating ability error. worked fine for other pawns
Soyuz caught this error. Please don't report this to the RocketMan team unless you're certain RocketMan caused this error. with error System.NullReferenceException: Object reference not set to an instance of an object
at (wrapper dynamic-method) Verse.ThingMaker.Verse.ThingMaker.MakeThing_Patch1(Verse.ThingDef,Verse.ThingDef)
at AdvancedCultivation.AC_CompFermenter.DoTicks (System.Int32 ticks) [0x000d4] in <12a1426948a040e8bcdb310c4d37db17>:0
at AdvancedCultivation.AC_CompFermenter.CompTick () [0x00000] in <12a1426948a040e8bcdb310c4d37db17>:0
at Verse.ThingWithComps.Tick () [0x00024] in <cd7169108ea74757aa50c5b33d275c15>:0
at Verse.ThingOwner.ThingOwnerTick (System.Boolean removeIfDestroyed) [0x00021] in <cd7169108ea74757aa50c5b33d275c15>:0
at Verse.Pawn_InventoryTracker.InventoryTrackerTick () [0x00000] in <cd7169108ea74757aa50c5b33d275c15>:0
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch2(Verse.Pawn)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string)
RocketMan.Logger:Debug (string,System.Exception,string)
Soyuz.Patches.Pawn_Tick_Patch:Finalizer (Verse.Pawn,System.Exception)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
(wrapper dynamic-method) RimWorld.Planet.WorldPawns:RimWorld.Planet.WorldPawns.WorldPawnsTick_Patch2 (RimWorld.Planet.WorldPawns)
RimWorld.Planet.World:WorldTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch5 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()