Cubeset generator
#1
I'm currently working on a generic structure generator, where the admin would specify .cubeset files that the generator would use, and it would construct structures out of those files. If I do it right, it would be possible to have various custom structures with very little effort, and no custom code needed. We could then move the various testing and weird generators, such as POCPieces and TestRails, into those, out of the main code. Also the other generators, such as RainbowRoad and UnderwaterBase, could be removed in favor of the new system.

The only problem with this is that all the structures will have to be generated together in a single step, whereas currently one could set one of the structures to generate before the caves, the other one after the caves, etc. But I don't think that it's a big issue.

This is what I want the configuration to look like in world.ini:
Code:
[Generator]
Finishers=PieceStructures
PieceStructures=UnderwaterBase, RainbowRoad, BigCity
The generator would read the files from the Prefabs/Structures/*.cubeset files, where * is the name of the structure given in the INI file.
Reply
Thanks given by:


Messages In This Thread
Cubeset generator - by xoft - 08-10-2015, 02:22 AM
RE: Cubeset generator - by worktycho - 08-10-2015, 03:00 AM
RE: Cubeset generator - by xoft - 08-10-2015, 04:33 AM
RE: Cubeset generator - by NiLSPACE - 08-10-2015, 05:49 AM
RE: Cubeset generator - by xoft - 08-10-2015, 06:53 AM
RE: Cubeset generator - by NiLSPACE - 11-06-2015, 07:46 PM
RE: Cubeset generator - by xoft - 11-06-2015, 10:58 PM
RE: Cubeset generator - by xoft - 11-06-2015, 11:01 PM



Users browsing this thread: 1 Guest(s)