RimWorld
[Worldbuilder] Terraformed Mars
Garfield 7 月 31 日 下午 3:22
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?
< >
目前顯示第 1-1 則留言,共 1
AllyJamy  [開發人員] 7 月 31 日 下午 11:20 
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.
< >
目前顯示第 1-1 則留言,共 1
每頁顯示: 1530 50