RimWorld

RimWorld

[Worldbuilder] Terraformed Mars
How did you make the planet smaller?
I wanna try my hand at making my own world, but I don't want the default planet size to make it more manageable as I experiment. I see you managed this, and I'm wondering exactly how you did this?
< >
Showing 1-1 of 1 comments
AllyJamy  [developer] 31 Jul @ 11:20pm 
Make a .xml in yourmodfolder/Defs/Misc/WorldLayerSettingsDefs/PlanetLayerSettings.xml


Put this code in there:

<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<PlanetLayerSettingsDef>
<defName>Surface</defName>
<label>Yourplanetlabelnamegoeshere</label>
<settings>
<radius>80</radius>
<subdivisions>8</subdivisions>
<useSurfaceViewAngle>true</useSurfaceViewAngle>
</settings>
</PlanetLayerSettingsDef>

</Defs>


Change the radius and subdivsions like 50, 5. 60, 6. Ect.
< >
Showing 1-1 of 1 comments
Per page: 1530 50