diff --git a/RadarrSeries/radar.kerbin.mission.ks b/RadarrSeries/radar.kerbin.mission.ks new file mode 100644 index 0000000..c3a7bc3 --- /dev/null +++ b/RadarrSeries/radar.kerbin.mission.ks @@ -0,0 +1,5 @@ +// This file is the 'mission' or 'payload' script +// When excecuted, it should do the 'mission' whatever +// that means in the context of the craft. +// Specificly for this craft, it means activate the radar, solar +// and steer to face the planet. \ No newline at end of file diff --git a/boot/RadarrBoot.ks b/boot/RadarrBoot.ks index a4a1bb5..38379d7 100644 --- a/boot/RadarrBoot.ks +++ b/boot/RadarrBoot.ks @@ -19,6 +19,9 @@ FUNCTION NOTIFY { WAIT UNTIL ship:unpacked. CLEARSCREEN. +// This line from CheersKevin on youtube +core:part:getmodule("kOSProcessor"):doevent("Open Terminal"). // Open the terminal on boot! + NOTIFY("Boot sequence complete, prepare to load and compile the flight scripts."). IF true { // Set this to false to avoid compiling ascent code.