diff --git a/RadarrSeries/radar.kerbin.mission.ks b/RadarrSeries/radar_kerbin_mission.ks similarity index 100% rename from RadarrSeries/radar.kerbin.mission.ks rename to RadarrSeries/radar_kerbin_mission.ks diff --git a/RadarrSeries/radarr.kerbin.ks b/RadarrSeries/radarr_kerbin.ks similarity index 100% rename from RadarrSeries/radarr.kerbin.ks rename to RadarrSeries/radarr_kerbin.ks diff --git a/boot/RadarrBoot.ks b/boot/radarr_boot.ks similarity index 89% rename from boot/RadarrBoot.ks rename to boot/radarr_boot.ks index 38379d7..7a1ec45 100644 --- a/boot/RadarrBoot.ks +++ b/boot/radarr_boot.ks @@ -25,9 +25,9 @@ core:part:getmodule("kOSProcessor"):doevent("Open Terminal"). // Open the termin NOTIFY("Boot sequence complete, prepare to load and compile the flight scripts."). IF true { // Set this to false to avoid compiling ascent code. - COMPILE "0:/RadarrSeries/radarr.kerbin.ks" TO "1:/ascent.ksm". // Compile the flight code into a ksm object. + COMPILE "0:/RadarrSeries/radarr_kerbin.ks" TO "1:/ascent.ksm". // Compile the flight code into a ksm object. } ELSE { - COPYPATH("0:/RadarrSeries/radarr.kerbin.ks", "1:/ascent.ks"). // Copy over our launch script from the archive at ksc + COPYPATH("0:/RadarrSeries/radarr_kerbin.ks", "1:/ascent.ks"). // Copy over our launch script from the archive at ksc } NOTIFY("Program compiled and ready to run."). diff --git a/boot/TutorialBoot.ks b/boot/tutorial_boot.ks similarity index 100% rename from boot/TutorialBoot.ks rename to boot/tutorial_boot.ks diff --git a/proto.proto1.ks b/proto_proto1.ks similarity index 100% rename from proto.proto1.ks rename to proto_proto1.ks