• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How to Create a Blank Map?

ErrorNull

Refugee
Hello everyone, I just want to make small flat map that has no decorations. Just flat dirt. I experimented with the in-game world editor staring with pine forest map, but not having much luck with removing all the decorations all at once. also tried messing with modding the biomes.xml file. i zero out all the decoration probabilities, but for some reason some grass and trees still remain. any ideas?

biomes.xml

<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'tree')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'plant')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'cnt')]/@prob">0</set>




A19-6-2021-09-15-22-58-29.jpg


 
If it's just to test things and what not, go into the POI editor, make a flat patch and save it. Then playtest it. From then on you can go to Continue Game and load that.

But if it's a whole map, I think maybe KG or Nitro can do that.

 
Back
Top