mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2025-12-12 15:49:59 -08:00
Added default duration limit to other systems.
This commit is contained in:
@@ -62,6 +62,7 @@ editor:
|
||||
defaultOrigin: 3 # default origin body on start (index of Kerbin in the selector)
|
||||
defaultDest: 0 # default destination body on start (index of Moho in the selector)
|
||||
defaultAltitude: 150 # default altitude from the default body (in km above surface)
|
||||
defaultMaxDuration: 500 # default duration limit for a trajectory (in number of days)
|
||||
|
||||
workers:
|
||||
progressStep: 250 # number of inputs processed per chunk before progress callback
|
||||
|
||||
@@ -61,6 +61,7 @@ editor:
|
||||
defaultOrigin: 4 # default origin body on start (index of Kerbin in the selector)
|
||||
defaultDest: 0 # default destination body on start (index of Moho in the selector)
|
||||
defaultAltitude: 100 # default altitude from the default body (in km above surface)
|
||||
defaultMaxDuration: 500 # default duration limit for a trajectory (in number of days)
|
||||
|
||||
workers:
|
||||
progressStep: 250 # number of inputs processed per chunk before progress callback
|
||||
|
||||
@@ -61,6 +61,7 @@ editor:
|
||||
defaultOrigin: 3 # default origin body on start (index of Kerbin in the selector)
|
||||
defaultDest: 0 # default destination body on start (index of Moho in the selector)
|
||||
defaultAltitude: 100 # default altitude from the default body (in km above surface)
|
||||
defaultMaxDuration: 500 # default duration limit for a trajectory (in number of days)
|
||||
|
||||
workers:
|
||||
progressStep: 250 # number of inputs processed per chunk before progress callback
|
||||
|
||||
@@ -60,6 +60,7 @@ editor:
|
||||
defaultOrigin: 2 # default origin body on start (index of Kerbin in the selector)
|
||||
defaultDest: 0 # default destination body on start (index of Moho in the selector)
|
||||
defaultAltitude: 300 # default altitude from the default body (in km above surface)
|
||||
defaultMaxDuration: 500 # default duration limit for a trajectory (in number of days)
|
||||
|
||||
workers:
|
||||
progressStep: 250 # number of inputs processed per chunk before progress callback
|
||||
|
||||
Reference in New Issue
Block a user