Last active
October 10, 2023 17:04
-
-
Save marengohue/ea36792cbab9bab3878142cd9c2745b8 to your computer and use it in GitHub Desktop.
Space Engineers - Poinen (0.6) Ore and Planet Generator Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Star Chart | |
# Generator Config | |
/ssg clearvoxels | |
/ssg radius 2000 | |
# Ore Config | |
/ore world depth max 200 | |
/ore world depth min 40 | |
/ore world usedetector off | |
/ore world size max 1000 | |
/ore world size min 700 | |
# Poinen I (Barren): 60km | |
/ssg addplanet titan 60g | |
/ore titan clear | |
/ore titan stone rarity 1 | |
/ore titan add iron 35 | |
/ore titan add silicon 35 | |
/ore titan add nickel 35 | |
/ore titan add magnesium 60 | |
/ore titan add ice 20 | |
/ore titan ice depth min 1 | |
/ore titan ice depth max 10 | |
/ore titan ice size min 1 | |
/ore titan ice size max 10 | |
/ore titan add cobalt 50 | |
/ore titan cobalt size min 1 | |
/ore titan cobalt size max 5 | |
/ore titan cobalt depth min 1 | |
/ore titan cobalt depth max 10 | |
# Poinen I - Moon 1 (Luna, 14km) | |
/ssg addmoon moon 14 titan | |
/ore moon clear | |
/ore moon stone rarity 1 | |
/ore moon add silver 40 | |
/ore moon add cobalt 40 | |
# Poinen II (Storm): 120km | |
/ssg addplanet okue 120 | |
/ore okue clear | |
/ore okue stone rarity 1 | |
/ore okue add platinum 50 | |
/ore okue add silver 50 | |
/ore okue add gold 50 | |
/ore okue add uranium 60 | |
# Poinen II - Moon 1 (Desert, 49km) | |
/ssg addmoon mars 49 okue | |
/ore mars clear | |
/ore mars stone rarity 1 | |
/ore mars add uranium 20 | |
/ore mars add iron 5 | |
/ore mars add silicon 5 | |
/ore mars add ice 5 | |
# Poinen III (Gas): 240km | |
/ssg addplanet aphus 240 | |
# Poinen III - Asteroid Belt | |
/ssg addbelt 0.1 aphus | |
/ssg addbelt 0.7 aphus | |
/ssg addbelt 1 aphus | |
/ssg addbelt 0.7 aphus | |
/ssg addbelt 0.1 aphus | |
# Poinen III - Moon 1 (Ice, 45km) | |
/ssg addmoon europa 45 aphus | |
/ore europa clear | |
/ore europa ice rarity 1 | |
/ore europa silver 40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment