Universe Sandbox

Universe Sandbox Legacy => Universe Sandbox 2008 | Help => Topic started by: witold on August 18, 2009, 01:17:13 PM

Title: XML Question
Post by: witold on August 18, 2009, 01:17:13 PM
How to put "orbit all" command/script into XML file???
Title: Re: XML Question
Post by: Dan Dixon on August 18, 2009, 01:22:50 PM
I don't think I've added support for that command in XML.

You can add an individual action for each body that would duplicate the result:
Code: [Select]
<Action>orbit=parent</Action>
When Universe Sandbox loads it automatically figures out the parent-child relationships (which is what Orbit All does) and then sets the orbits for each body with that action command.