安裝 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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3014915404
I'm not sure when (patch #) the last time this worked, but I know it worked in the B18 version. I did take a look at the xml file for the Bar Cabinet--it looks fine. I'm not sure the issue that is causing the Bar Cabinet to not have storage of any kind.
I've tried it multiple times with fresh installs and run into the same issue so it might be an issue with this mods CE patch?
That error message says nothing about why it happened but as you can see you have some other mod that patches the Pawn Tick-method and at least 11 mods that changes the DoSingleTick-method so start by removing those.
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch2(Verse.Pawn)
at (wrapper dynamic-method) Verse.TickList.Verse.TickList.Tick_Patch2(Verse.TickList)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.TickList:Verse.TickList.Tick_Patch2 (Verse.TickList)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch11 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
got an issue where a donkey on the map is randomly ruined the game by causing the game to run out of memory
C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2236973780\Textures\Things\Building\Furniture\Piano
Small poker table + piano code [products.groupdocs.app]
New Bar Cabinet code [products.groupdocs.app]
If for some reason, those links do not stay live, let me know Mlie and I can send you code directly.
I've also set up a reddit thread if you want to contact me there there and/or chat.
I fixed the texture/missing item issue
XML Verse.ResearchProjectDef defines the same field twice: tags.
Field contents: WesteradoStart.
Whole XML:
<ResearchProjectDef><defName>Smithing</defName><label>smithing</label><description>Build smithies for crafting metal weapons like knives, gladii, and maces. Work metal into clean, beautiful floor tiles.</description><baseCost>700</baseCost><techLevel>Medieval</techLevel><researchViewX>1.00</researchViewX><researchViewY>3.50</researchViewY><tags><li>VFEM_MedievalStart</li></tags><prerequisites><li>VBY_PrimitiveProductionAdvanced</li></prerequisites><tags><li>WesteradoStart</li></tags></ResearchProjectDef>
...
(System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()