Running the server with a flat height generator
#6
The entire generator is initialized in cChunkGenerator::Start() in $/src/Generating/ChunkGenerator.cpp. It chooses the main engine (which is Composable in 99.9% of the cases) and hands the individual initialization to it.

The Composable generator (which you want for this) reads the INI file in cComposableGenerator::Initialize() in $/src/Generating/ComposableGenerator.cpp. That's probably the best place to start digging around.
Reply
Thanks given by:


Messages In This Thread
RE: Running the server with a flat height generator - by xoft - 02-14-2015, 08:27 AM



Users browsing this thread: 2 Guest(s)