Space Engineers

Space Engineers

The Khurakan System
 This topic has been pinned, so it's probably important
Rezun  [developer] 4 Dec, 2022 @ 8:18am
Frequently Asked Questions
I'm stuck on the infinite loading screen.
  1. remove Mora planet in game
  2. save the game
  3. go to save settings
  4. remove Mora mod

What ores can I find on planets?
  • go to the planet's mod page and read
  • you may find some info on the Khuracan Economy Description topic

Where can I find asteroids?
  • with SEWorldGenPluginV2 they are on Jovan ring, Aphus ring, around Celaeno, on Lost Hope Cluster, on New Lagune Cluster
  • without SEWorldGenPluginV2 they should be everywhere in space, just like in vanilla

Asteroids aren't spawning - I want to use SEWorldGenPluginV2
  1. go to the Plugin Loader
  2. learn how to properly install plugin loader
  3. go to the SEWorldGenPluginV2
  4. learn how to use SEWorldGenPluginV2
  5. go to the %%\Save\<number>\The Khurakan System\Storage\SEWorldGenPlugin location
  6. check if .xml and .roid files are there

Asteroids aren't spawning - I don't want to use SEWorldGenPluginV2
  1. shut down the game/server
  2. edit Sandbox.sbc and Sandbox_config.sbc as follows
  3. find the following item from each file:
    <SpawnShipTimeMultiplier>0</SpawnShipTimeMultiplier> <DestructibleBlocks>true</DestructibleBlocks>
  4. change it to:
    <SpawnShipTimeMultiplier>0</SpawnShipTimeMultiplier> <ProceduralDensity>0.5</ProceduralDensity> <ProceduralSeed>1234567890</ProceduralSeed> <DestructibleBlocks>true</DestructibleBlocks>
  5. save files
    source[forum.nitrado.net]
Last edited by Rezun; 4 Dec, 2022 @ 8:22am