安装 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 are my log files , hopefully it helps someone looking over it.
https://gist.github.com/HugsLibRecordKeeper/d0e034b97193225d536f01b13f34a8c6
I am also wondering how effective this mod is working right now. It seems like only sometimes pawns will put things in their inventory. The mechs seem to be working more consistently.
For all that simular errors - theres the solution from my case
1) Read the error message:
A = Thing_Leather_Light4022633 -> item participated in error
B = (192, 0, 142) -> coordinates of destination
2) Turn on dev mode in options
3) Open inspector from top panel - magnifying glass icon, 4th from right
this will show window named Debug Inspector
there will be tile coordinates, as you move cursor around
4) Find coordinates from your error in world
most likely that will be shelf or something which can store items
5) In my case I had FlickableStorage mod, and shelf was set to "Extract only";
Everything began to work fine in "enabled" or "import only"
Errors back in "disabled" or "export only" states