Skip to content

Instantly share code, notes, and snippets.

@Marqin
Created August 5, 2025 19:28
Show Gist options
  • Save Marqin/f4cda93fa700e9fda49d5bb72065b315 to your computer and use it in GitHub Desktop.
Save Marqin/f4cda93fa700e9fda49d5bb72065b315 to your computer and use it in GitHub Desktop.
How start start on Asteroid in Rimworld 1.6 with Odyssey DLC

Create copy of Gravship scenario (feel free to disable pursuing mechanoids if you want) and save it.

Go to %userprofile%\appdata\locallow\Ludeon Studios\RimWorld by Ludeon Studios\Scenarios in explorer and open your saved scenario file with prefered text editor (eg. VScode).

Find part that looks like this:

            <li Class="ScenPart_ForcedMap">
                <def>ForcedMap</def>
                <mapGenerator>OrbitalRelay</mapGenerator>
                <layerDef>Orbit</layerDef>
            </li>

and replace OrbitalRelay with AsteroidBasic.

Save your file, then go into Rimworld, and now if you Load your saved scenario when creating new game it will start you on an Asteroid :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment