From 2a291df57c12d17e374e975c774ce21c19b96063 Mon Sep 17 00:00:00 2001 From: Qazerowl Date: Tue, 29 Aug 2023 18:31:44 -0400 Subject: [PATCH 1/2] Update RP-1-ExpressInstall.netkan --- RP-1-ExpressInstall.netkan | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/RP-1-ExpressInstall.netkan b/RP-1-ExpressInstall.netkan index e8bd47e..999c543 100644 --- a/RP-1-ExpressInstall.netkan +++ b/RP-1-ExpressInstall.netkan @@ -13,12 +13,50 @@ resources: bugtracker: https://github.com/KSP-RO/RP-0/issues manual: https://github.com/KSP-RO/RP-0/wiki depends: + - any_of: + - name: RP-1 + - name: RP-0 + choice_help_text: Choose either the current version of RP-1 or the legacy version for continuing old saves - name: RP-1-ExpressInstall-Graphics choice_help_text: Select your graphics level. Low graphics will function on 8GB of RAM and requires the least powerful computer. Medium graphics looks better, but needs 16GB of RAM and a GTX 970/R9 390 or better. High graphics is best with 24GB+ (but might function on 16GB) and needs more modern graphics hardware (GTX 1070+/RX 5600+). - name: ModuleManager + - name: KSPCommunityFixes + - name: KSPBurst-Full + - name: ReStock + - name: ReStockPlus + - name: RSSDateTimeFormatter + - name: ROEngines + - name: ROHeatshields + - name: ROTanks + - name: ROCapsules + - name: ROSolar + - name: B9-PWings-Fork + - name: KSPWheel + - name: KerbalRenamer + - name: KSCSwitcher + - name: AtmosphereAutopilot + - name: ProceduralFairings + - name: ProceduralParts + - name: RCSBuildAid + - name: RealAntennas + - name: TestFlight + - name: TextureReplacer + - name: MechJeb2 + - name: Waterfall + - name: HangerExtenderExtended + - name: ModularLaunchPads + - name: RealSolarSystem + - name: ConformalDecals + - name: Shabby recommends: - name: ROLoadingImages - name: EditorExtensionsRedux - name: KerbalAlarmClock - name: TransferWindowPlannerFork - name: LunarTransferPlanner +conflicts: + - name: SmokeScreen-RO + - name: CustomBarnKit-RO + - name: SCANsat + - name: StageRecovery + - name: KerbalEngineerRedux \ No newline at end of file From c732835229e58ac88bdca84141f243def6ad2a80 Mon Sep 17 00:00:00 2001 From: Qazerowl Date: Wed, 30 Aug 2023 20:42:00 -0400 Subject: [PATCH 2/2] fixed dependency order and liscense --- RP-1-ExpressInstall.netkan | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RP-1-ExpressInstall.netkan b/RP-1-ExpressInstall.netkan index 999c543..435ba13 100644 --- a/RP-1-ExpressInstall.netkan +++ b/RP-1-ExpressInstall.netkan @@ -13,12 +13,6 @@ resources: bugtracker: https://github.com/KSP-RO/RP-0/issues manual: https://github.com/KSP-RO/RP-0/wiki depends: - - any_of: - - name: RP-1 - - name: RP-0 - choice_help_text: Choose either the current version of RP-1 or the legacy version for continuing old saves - - name: RP-1-ExpressInstall-Graphics - choice_help_text: Select your graphics level. Low graphics will function on 8GB of RAM and requires the least powerful computer. Medium graphics looks better, but needs 16GB of RAM and a GTX 970/R9 390 or better. High graphics is best with 24GB+ (but might function on 16GB) and needs more modern graphics hardware (GTX 1070+/RX 5600+). - name: ModuleManager - name: KSPCommunityFixes - name: KSPBurst-Full @@ -45,9 +39,15 @@ depends: - name: Waterfall - name: HangerExtenderExtended - name: ModularLaunchPads - - name: RealSolarSystem - name: ConformalDecals - name: Shabby + - name: RP-1-ExpressInstall-Graphics + choice_help_text: Select your graphics level. Low graphics will function on 8GB of RAM and requires the least powerful computer. Medium graphics looks better, but needs 16GB of RAM and a GTX 970/R9 390 or better. High graphics is best with 24GB+ (but might function on 16GB) and needs more modern graphics hardware (GTX 1070+/RX 5600+). + - any_of: + - name: RP-1 + - name: RP-0 + choice_help_text: Choose either the current version of RP-1 or the legacy version for continuing old saves + - name: RealSolarSystem recommends: - name: ROLoadingImages - name: EditorExtensionsRedux