First draft of station building mission
This commit is contained in:
16
mission/station_build.py
Normal file
16
mission/station_build.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from . import Mission
|
||||
|
||||
|
||||
class StationBuildMission(Mission):
|
||||
pass
|
||||
|
||||
|
||||
# Ship part package to LKO
|
||||
# if destination not Kerbin:
|
||||
# Transfer part package to Right orbit
|
||||
# if station core not in package:
|
||||
# Rendez-vous with station (if station core not in package)
|
||||
# separate package
|
||||
# for each part:
|
||||
# Determine connection ports and angle
|
||||
# Start docking
|
||||
Reference in New Issue
Block a user