• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

How to generate flat world

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