From 2648a543c870d8a7d70072c9b3162cbef69bc01f Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 9 Apr 2021 14:52:30 -0400 Subject: [PATCH] Adheer to better naming conventions. --- .../{radar.kerbin.mission.ks => radar_kerbin_mission.ks} | 0 RadarrSeries/{radarr.kerbin.ks => radarr_kerbin.ks} | 0 boot/{RadarrBoot.ks => radarr_boot.ks} | 4 ++-- boot/{TutorialBoot.ks => tutorial_boot.ks} | 0 proto.proto1.ks => proto_proto1.ks | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename RadarrSeries/{radar.kerbin.mission.ks => radar_kerbin_mission.ks} (100%) rename RadarrSeries/{radarr.kerbin.ks => radarr_kerbin.ks} (100%) rename boot/{RadarrBoot.ks => radarr_boot.ks} (89%) rename boot/{TutorialBoot.ks => tutorial_boot.ks} (100%) rename proto.proto1.ks => proto_proto1.ks (100%) 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