Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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