How to change the Universe

starbound

In Starbounds files, there are 2 files:

Starbound\starbound.config

and

Starbound\assets\default_configuration.config

In both files this entry exists:

"rootKey" :
"MIICCgKCAgEAuuxHOxa47eCix12TeI1KiDuSvu6Yculxl3yOzXDGG3OfS3A1sUioUy5wM8YZwoI0jpiVxsyZgsFZtzbO948H/v47I6YXwfGJ0ciw0RrHfxgPpeoTEEBOckWYJAFYWmF0xh5tN7RxMkVwFcGSFImgsA83h4xNvC9m+eiLs741sCfs36qD5Ka0ApI2RzeruKbGDZ/lBy/E/3HfLWOituTu37WZEbkFSruc0zu6aNAeEJB7vV4pun4BaEX7MtMzIokvGfzxRYJNlp6+T7McMAcNHQShkWx7cVd8TPzEUe7oafmrw0EM77Ja5PIil0w0Zr3Z1ITKI+G1zGSeAvjdO6N4hMUEthcT5H7YDuVZVb/pSPGAojIjh7lhoFZBI+2k9mOFMV+D6ysWbfScfaczRW9W6Gs5Kt/Gqa+iLGR6P4Xa9pOfjVz/mIW1HzYjPcjXqhC4rsiur1wlkqljowcK5dyufb79eeULUgq9j7g2lBDkEuvzm83plrwvSKKRFToB8D4nFW01c+HAbpNZdEW1r+J+NdV8Meoo4sB9+8wEfnQadS/eGEqNwh6CPVIXTubpzqgXiLCowFjRQ0O9m5GjrsnC8vGbNZOxvxp/gM6uhoYEVm2QvZPFRjsBiOEWi6/Z5YXs3fa2528JPBe/bGOb+QA8NUiyIFfPl/c4muFoR81yixkCAwEAAQ==",

When I change this to a value like

"rootKey" : "KimJongIlIsOurGroriousLeader"

Starbound crashes.

So how do I change the universe seed correctly?

Best Answer

The rootKey that you are changing is, to the best of my knowledge, Starbound's root certificate, which identifies Starbound's certificate authority (CA). This is all fancy computer speak for knowing where your computer's photo ID comes from. Not being able to identify the CA results in a failed authentication, which makes the game crash.

There is no way to change the universe as a whole, but coordinates to planets are like Minecraft seeds. If you want to go to the same planet as someone, you can use their coordinates. Unfortunately due to the way planets generate, using coordinates only changes the planet's biome, and does not affect dungeon and/or ore spawns.

Source: Reddit and testing myself.