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
For interesting gameplay u should have progress and motivation.
Each planet or moon should have:
main resources (more then 50% veins), 1-2 mid rare resources 15-30%, rare resource 2-10%
T0 resources - Fe,Ni, Si, Co
T1 resources - Mg, Ag
T2 resources - Au
T3 resources - U, Pt
T0 planets - Earthlike + Moon*
T1 planets - Mars + Europa*
T2 planets - Pertram, Triton
T3 planets - Alien + Titan*
*-moons less
Asteroids - As rare resource, as less chance to spawn. For example 50%,20%, 5%, 0.5%. Or less mined ore rate
And for my opinion it could looks like:
Earthlike. Main resource - Si. mid rare - Fe,Co. rare - Ni, Mg
Moon. Main - Ni. mid rare - Ag, Mg, rare - Au, Fe
Mars. Main - Fe, Co. mid rare - Au, Ag. rare - Mg, Si
Europa. Main - Ag,Co. mid rare - Ni, Fe. rare - Au
Pertram. main - Au. mid rare - Ag, Fe. rare - Pt, U
Triton. main - Co,Au. mid rare - Mg, Fe. rare - Pt
Alien - main - U etc
Titan. main - Mg etc
To make the changes you suggested, you only need to modify some values in the XML files. No programming skills required.
It's not difficult to do, but it takes a long time to start up the game and test the changes in creative to make sure got the desired result on each planet, and them modify the files and try again if something wasn't right.
C:\Program Files (x86)\Steam\steamapps\workshop\content\244850\831739660
Copy the 831739660 folder to %appdata%\SpaceEngineers\Mods, rename the 831739660 folder to sometimes else.
It should then appear in the game as a locally installed mod.
The following files are relevant to modify:
PlanetGeneratorDefinitions.sbc - Contains all ore distribution for planets(Except Pertam and Triton)
Pertam.sbc - Ore distribution of Pertam
Triton.sbc - Ore distribution for Triton
VoxelMaterials_asteroids.sbc - Asteroid ore
VoxelMaterialChanges.sbc - Ores in surface rocks
Each ore have a line such as:
<Ore Value="1" Type="Iron_02" Start="10" Depth="3" TargetColor="#616c83" ColorInfluence="15"/>
"Start" is the starting depth of the layer
"Depth" is the layer thickness
In the example above, there will be an Iron layer 10m down, 3m thick, so it will stop at 13m.