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

How to generate flat world

Pentax

New member
How to generate flat world.

I want to generate mega city but I can't generate flat world to do that.

 
For flat terrain, use this as terrain_generators which is in rwgmixer.xml. Find and replace from <terrain_generators> to </terrain_generators>.

(In case you wanna know much more information about terrain, use my guide)

Code:
	<terrain_generators>
	<terrain_generator>
		<module name="constant" type="Constant">
			<property name="constant" value="20"/>
		</module>

		<output module="constant"/>
	</terrain_generator>
</terrain_generators>
However, I can't guarantee that megacity is generated only this. Hub generation may also need some tweak.

 
Back
Top