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
You are right that the problem is in my world. I went into Sandbox_config.sbc and moved ur mod to the top of the list, so it will load first (I assume). And that made the double field problem go away. The weird thing is that if I now move it back to the bottom, it doesn't double up anymore.
Thanks for pointing me in the right direction
Can you send your world?
I do get the issue with controls not adding but that is from a lack of realtime refresh, which is a new game bug in 205 (was reported by other modders that have the same problem on their mods).
You can force a refresh by clicking the block again on the left terminal list.
And I found a workaround to fix it. It's weird, game is triggering some terminal code on removed blocks.
The way to get it off the screen is for me to fix it.
And to fix it I need the error details which are in the file that the error asks you to send :P
Use any text sharing service, like pastebin.com for example.
Normally any error in mod code would crash the game, but I opted for this handler that replaces them with red messages to not be as disruptive as a crash while still letting people know there's something wrong... also catching errors is bad for performance and it can leave the code in an unknown state, so I can't just ignore the error.
I dont think ive ever even used control module...so not sure whats causing it or how to get this off screen.