P Pentax New member Mar 3, 2018 #1 How to generate flat world. I want to generate mega city but I can't generate flat world to do that.
Alphado-Jaki New member Mar 3, 2018 #2 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.
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.