Tutorial: Command Line Arguments

Tutorial:  Command Line Arguments

  Ever wanted to just start you own world without having to go through all the steps to load it up?  Well, now you can.


Here are the startup arguments that can be used:  See Fig. 1

1. Do not use "-" prefixes, just separate them with <spaces>
2. world="{world name}"
3. scene="{Scene name}"
4. design <-- no need for arguments, this turns on Architect at startup

Example Command Line Arguments:
world="Tech Demos" scene="RobotWar" design



Fig. 1