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
there will be one block for each player that played in your save, make sure that it says <Active>true</Active> if it says false replace the false with true
i found that this is my main issue with unknown signals not spawning on my server and this causes it. should be the same thing for singleplayer.
but i have one problem. i have eat. drink. sleep repeat but not the industrial overhaul so that version is not suitible for me. would it be possible to add a version that has the items from EDSR and all the standard items?
Saves can be found in %AppData%\SpaceEngineers\Saves\
Go into the relevant Sandbox.sbc save file
Find the <PlayerContainerData> entries
Set any <Active>false</Active> flags (in that section) to <Active>true</Active>
And if anyone knows a way to not have the pistol mags show for missing items in the loot table I would really appricate it!
You have accidently forgot to remove the first empty space in line 1 directly before the opening of the xml.
" <?xml" instead of "<?xml"
This leads to a Game and Server crash on start/connect.
For all who have the problem.
go to: :\SteamLibrary\steamapps\workshop\content\244850\2814647993\Data
open the "ContainerTypes.sbc" and remove the first empty space withing the file.
should look like this without the quotes: "<?xml version="1.0"?>"