I'm trying to use AstroSynthesis for help in mapping a space RPG I'm running. What I am having problems with is adding the systems that are already described in the game as they do not contain enough information. For example, it will give the star name, position, spectral class, and number of planets, then only describe the one planet that is inhabited. I have looked at some of the sample scripts for generating new system bodies, but the function "RandomSystem" is a bit too random. Is there any way to tell it how many objects to create? I have tried writing my plugin so that if there are less than X number of children it calls the function again, but anything higher than eight children is difficult to get (I have it quit after 1000 tries).
Is there another function to use other than RandomSystem, or are there additional arguments that can be passed other than parent body and generate population true/false?
Thanks for any help.
Comments