Ticket #67 (closed enhancement: fixed)
Argument to run createSystems at start
| Reported by: | gsweeney | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Game Data | Version: | |
| Keywords: | Cc: |
Description
(suggestion from Matthew)
Create a command line option to run the lua script createSystems ( in Resources/Scripts?/universe.lua) rather than using the pre-defined Planets.xml file. (or possibly as well.) You can uncomment the line "--registerInit(createSystems)" to see this function in action.
Change History
Note: See
TracTickets for help on using
tickets.
I added a "random-universe" option to the xml. (Changeset f93531f8f6c0e7448750e50fed6eee7ad6c73adf)
Implementing this ticket is now only hooking up the option to the ArgParser?.