From 5a4d126940da96f6c63d3fb9cdb5d6c81b263609 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:29:03 -0600 Subject: [PATCH 1/7] Automatic update of _Sidebar.md from github-wiki-sidebar --- SimpleConstruction.version | 2 +- docs/options.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/options.json diff --git a/SimpleConstruction.version b/SimpleConstruction.version index 9ec2dbb9..65af118e 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -2,7 +2,7 @@ "NAME" : "SimpleConstruction! (SCON!)", "URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/SimpleConstruction.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/SimpleConstruction/releases/latest", - "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg", + "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/changelog.md", "GITHUB" : { "USERNAME" : "zer0Kerbal", diff --git a/docs/options.json b/docs/options.json new file mode 100644 index 00000000..8d64b7c4 --- /dev/null +++ b/docs/options.json @@ -0,0 +1,20 @@ +{ + "menu": { + "item": "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n", + "category": "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}", + "category-1": "{{{subitems}}}\n" + }, + "rules": { + "exclude": [ + "404.md" + ], + "order": [ + "Attribution.md" + ] + }, + "separator": "a", + "linkTemplate": "./%s", + "menuFile": "_Sidebar.md", + "multilang": false, + "menuOnly": true +} \ No newline at end of file From 14048b7c5e28843de3947efe105b94d92451da35 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:50:11 -0600 Subject: [PATCH 2/7] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d33e5c0b..f89a7465 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa/* graphics/Thumbs.db *.old +docs/options.json From a9863b69ea7397c9d39b0018d57c90306a2d04e1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:54:37 -0600 Subject: [PATCH 3/7] Delete options.json --- docs/options.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/options.json diff --git a/docs/options.json b/docs/options.json deleted file mode 100644 index 8d64b7c4..00000000 --- a/docs/options.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "menu": { - "item": "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n", - "category": "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}", - "category-1": "{{{subitems}}}\n" - }, - "rules": { - "exclude": [ - "404.md" - ], - "order": [ - "Attribution.md" - ] - }, - "separator": "a", - "linkTemplate": "./%s", - "menuFile": "_Sidebar.md", - "multilang": false, - "menuOnly": true -} \ No newline at end of file From 2320e9775ba29bc770a5a1a7bc2e1a3eeba26f1e Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:38:01 -0600 Subject: [PATCH 4/7] Update Tanks.cfg * [Tanks.cfg] * blame: Version 4.0.9.9.1-prerelease * was accidentally changing [name] of stock tanks. spanked patch. all better now. * was supposed to be only changing the [title] * include [ghostparts.cfg] to try to prevent further damage to game saves. * thank you to [Kaa253](https://forum.kerbalspaceprogram.com/index.php?/profile/68628-kaa253/) for reporting this --- .../Compatibility/SimpleConstruction/Tanks.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg index 51aa7f70..076af2be 100644 --- a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg @@ -1,7 +1,7 @@ -// Tanks.cfg v1.0.1.0 +// Tanks.cfg v1.0.2.0 // SimpleConstruction! (SCON!) // created: 2020 03 27 -// updated: 23 Nov 2021 +// updated: 26 Feb 2022 // *************************** Resource Reference // name = Ore @@ -58,9 +58,8 @@ @PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] { - @name ^= :$:-ore: + // @name ^= :$:-ore: @title ^= :$: (Ore): } -// GPLv2 -// zer0Kerbal \ No newline at end of file +// GPLv2 BY zer0Kerbal \ No newline at end of file From 8632d76347e1df132063f286e8b2f20d8ba7a3b7 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:39:06 -0600 Subject: [PATCH 5/7] Create ghostparts.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ghostparts.cfg] v1.0.0.0 * has a shelf life and will go away * creates hidden parts that should not show in editor, but available for in flight craft. * closes #57 - [Bug 🐞]: [Tanks.cfg] changing stock part name --- .../SimpleConstruction/ghostparts.cfg | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 GameData/SimpleConstruction/Compatibility/SimpleConstruction/ghostparts.cfg diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ghostparts.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ghostparts.cfg new file mode 100644 index 00000000..584a13f3 --- /dev/null +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ghostparts.cfg @@ -0,0 +1,22 @@ +// ghostparts.cfg v1.0.0.0 +// SimpleConstruction! (SCON) +// created: 26 Feb 2022 +// updated: + +// creates hidden parts that should not show in editor, but available for in flight craft. +// has a shelf life and will go away ++PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] +{ + @name ^= :$:-ore: + !TechRequired = DELETE + !entryCost = DELETE + @category = -1 + %TechHidden = True + %entryCost = 0 + @title ^= :$: (Ore): + @title ^= :^:Kindly use new part numbers : + @description = This part has been depreciated, kindly use new part. +} +} + +// CC BY-NC-ND 3.0 Unported by zer0Kerbal \ No newline at end of file From ded2f78517cec785911bed220a0d8e25138e6292 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 27 Feb 2022 00:49:32 -0600 Subject: [PATCH 6/7] [ISRU.cfg] v1.1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ISRU.cfg] v1.1.0.0 * Add Localization * [ORE to METAL] * convert +MODULE to MODULE (adds entire module instead of patching a copy * [ORE to Karbonite] * convert +MODULE to MODULE (adds entire module instead of patching a copy * adjust [Karbonite] to [metal] conversion from 5:1 to 3:1 * closes #58 - [Bug 🐞]: [ISRU.cfg] --- .../Compatibility/SimpleConstruction/ISRU.cfg | 128 ++++++++++++++---- .../SimpleConstruction/Localization/en-us.cfg | 20 ++- 2 files changed, 120 insertions(+), 28 deletions(-) diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg index a36dd472..64f34ccb 100644 --- a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg @@ -1,46 +1,121 @@ -// ISRU.cfg v1.0.1.0 +// ISRU.cfg v1.1.0.0 // SimpleConstruction! (SCON!)! // created: 2020 Apr 20 -// updated: 06 Sep 2021 +// updated: 26 Feb 2022 @PART[*ISRU*,Smelter*]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] { - +MODULE[ModuleResourceConverter]:HAS[#ConverterName[Monoprop]] + MODULE { - @ConverterName = Metal - @StartActionName = Start Metal Refining - @StopActionName = Stop Metal Refining - @INPUT_RESOURCE:HAS[#ResourceName[ElectricCharge]] + name = ModuleResourceConverter + ConverterName = #SCON-Metal-ConverterName // Metal + StartActionName = #SCON-Metal-StartActionName // Start Metal Refining + StopActionName = #SCON-Metal-StopActionName // Stop Metal Refining + + AutoShutdown = true + TemperatureModifier { - @Ratio *= 2 + key = 0 50000 + key = 750 25000 + key = 1000 5000 + key = 1250 2500 + key = 2000 2500 + key = 4000 0 + } + GeneratesHeat = true + DefaultShutoffTemp = .8 + ThermalEfficiency + { + key = 0 0 0 0 + key = 500 0.9 0 0 + key = 1000 1.0 0 0 + key = 1250 0.9 0 0 + key = 1500 0.5 0 0 + key = 3000 0.0 0 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = ConverterSkill + EfficiencyBonus = 1 + resourceOutputName = #SimpleConstruction_Metal_displayname // Metal + + INPUT_RESOURCE + { + ResourceName = Ore + Ratio = 2.5 + FlowMode = STAGE_PRIORITY_FLOW + } + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 60 // 30 (MP is 30) } - @OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]] + OUTPUT_RESOURCE { - @ResourceName = Metal - @Ratio /= 4 - %FlowMode = STAGE_PRIORITY_FLOW + ResourceName = Metal + Ratio = 0.125 + DumpExcess = false + FlowMode = STAGE_PRIORITY_FLOW } } - +MODULE[ModuleResourceConverter]:HAS[#ConverterName[Mono*]]:NEEDS[Karbonite,SimpleConstruction]:FOR[SimpleConstruction] + MODULE:NEEDS[Karbonite] { - @ConverterName = Karbonite - @StartActionName = Karbonite Refining: Start - @StopActionName = Karbonite Refining: Stop - @INPUT_RESOURCE + name = ModuleResourceConverter + ConverterName = #SCON-Karbonite-ConverterName // Karbonite + StartActionName = #SCON-Karbonite-StartActionName // Karbonite Refining: Start + StopActionName = #SCON-Karbonite-StopActionName // Karbonite Refining: Stop + + AutoShutdown = true + TemperatureModifier + { + key = 0 50000 + key = 750 25000 + key = 1000 5000 + key = 1250 2500 + key = 2000 2500 + key = 4000 0 + } + GeneratesHeat = true + DefaultShutoffTemp = .8 + ThermalEfficiency + { + key = 0 0 0 0 + key = 500 0.9 0 0 + key = 1000 1.0 0 0 + key = 1250 0.9 0 0 + key = 1500 0.5 0 0 + key = 3000 0.0 0 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = ConverterSkill + EfficiencyBonus = 1 + resourceOutputName = #SimpleConstruction_Metal_displayname // Metal + + INPUT_RESOURCE { - @ResourceName = Karbonite - @Ratio *= 2 + ResourceName = Karbonite + Ratio = 3 + FlowMode = STAGE_PRIORITY_FLOW } - @INPUT_RESOURCE:HAS[#ResourceName[ElectricCharge]] + INPUT_RESOURCE { - @Ratio *= 2 + ResourceName = ElectricCharge + Ratio = 60 // 30 (MP is 30) } - @OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]] + OUTPUT_RESOURCE { - @ResourceName = Metal - @Ratio /= 4 - %FlowMode = STAGE_PRIORITY_FLOW + ResourceName = Metal + Ratio = 0.125 + DumpExcess = false + FlowMode = STAGE_PRIORITY_FLOW } } @@ -81,5 +156,4 @@ } } -// GPLv2 -// zer0Kerbal \ No newline at end of file +// GPLv2 BY zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Localization/en-us.cfg b/GameData/SimpleConstruction/Localization/en-us.cfg index f84c1ca5..0f2e9ec1 100644 --- a/GameData/SimpleConstruction/Localization/en-us.cfg +++ b/GameData/SimpleConstruction/Localization/en-us.cfg @@ -1,3 +1,8 @@ +// en-us.cfg v1.1.0.0 +// SimpleConstruction! (SCON!)! +// created: 2020 Apr 20 +// updated: 26 Feb 2022 + Localization { en-us @@ -8,5 +13,18 @@ Localization #SimpleConstruction_Metal_displayname = Metal #SimpleConstruction_Metal_abbv = MTL + // ISRU + #SCON-Metal-ConverterName = Metal + #SCON-Metal-StartActionName = Start Metal Refining + #SCON-Metal-StopActionName = Stop Metal Refining + + // seems USI hasn't localized Karbonite/KarbonitePlus + #SCON-Karbonite-ConverterName = Karbonite + #SCON-Karbonite-StartActionName = Karbonite Refining: Start + #SCON-Karbonite-StopActionName = Karbonite Refining: Stop + + #SCON_Karbonite_displayname = Karbonite } -} \ No newline at end of file +} + +// CC BY-NC-ND 3.0 Unported by zer0Kerbal \ No newline at end of file From 35a5e6fa7bfb8a28a1fdf772dc45cd7dd74bdde9 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 27 Feb 2022 01:38:58 -0600 Subject: [PATCH 7/7] Version 4.0.99.1 - A tiny Hammer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version 4.0.99.1 - A tiny Hammer * 26 Feb 2022 * Release for Kerbal Space Program [KSP 1.12.3] ### Updated * [Tanks.cfg] * blame: Version 4.0.9.9.1-prerelease * was accidentally changing [name] of stock tanks. spanked patch. all better now. * was supposed to be only changing the [title] * include [ghostparts.cfg] to try to prevent further damage to game saves. * thank you to [Kaa253](https://forum.kerbalspaceprogram.com/index.php?/profile/68628-kaa253/) for reporting this * [ISRU.cfg] v1.1.0.0 * Add Localization * [ORE to METAL] * convert +MODULE to MODULE (adds entire module instead of patching a copy * [ORE to Karbonite] * convert +MODULE to MODULE (adds entire module instead of patching a copy * adjust [Karbonite] to [metal] conversion from 5:1 to 3:1 * thank you to [Kaa253](https://forum.kerbalspaceprogram.com/index.php?/profile/68628-kaa253/) for reporting this * closes #58 - [Bug 🐞]: [ISRU.cfg] * [en-us.cfg] v1.1.0.0 * add ISRU localizations * add header/footer * seems USI hasn't localized Karbonite/KarbonitePlus * [#SCON-Karbonite-ConverterName] = Karbonite * [#SCON-Karbonite-StartActionName] = Karbonite Refining: Start * [#SCON-Karbonite-StopActionName] = Karbonite Refining: Stop * [#SCON_Karbonite_displayname] = Karbonite * Spawn Location * no reports of further bad behavior * closes #38 - Correct Spawn location ### Created * [ghostparts.cfg] v1.0.0.0 * has a shelf life and will go away * creates hidden parts that should not show in editor, but available for in flight craft. * closes #57 - [Bug 🐞]: [Tanks.cfg] changing stock part name ### Backend * folder maintenance * moved Patches --> Compatibility * update automation to latest version * convert _release.json to schema 1.0.2.1 ### Kerbal Changelog * convert [Changelog.kcl] * from Kerbal Changelog format to GitHub flavored markdown * closes #59 - Convert Changelog.cfg ### Docs/ * update [readme.md] v1.6.5.6 * update [changelog.md] v1.4.1.0 * add [Attribution.md] v1.1.0.0 * /Localization * [LegalMumboJumbo] * [Part-Invoice] * ReleaseNotes/ * [4.0.2.4] * [4.0.2.5] * [4.0.2.6] * [4.0.2.7] * [4.0.9.9] * [4.0.9.9.1] * [4.0.99.1] ### Status * Issues/Milestones * closes #56 - 4.0.99.1 Social Media * closes #55 - 4.0.99.1 Update documentation * closes #54 - 4.0.99.1 Verify Legal MumboJumbo * closes #53 - Release 4.0.99.1-prerelease * closes #50 - (Short List) SimpleConstruction Version 4.0.99.1-prerelease due to new version of EL: 6.99.1 * Pull Requests * closes #48 - 4.0.9.9.1 prerelease - A Bigger Hammer * [ELWorkshop] * newly discovered KSPFields * bool FullyEquipped; * bool - IgnoreCrewCapacity = true; * float - ProductivityFactor = 1f; * float - UnmannedProductivity; --- Attribution.md | 16 +- GameData/SimpleConstruction/Attribution.md | 16 +- .../Parts/microstrutpad.cfg | 4 +- .../SimpleConstruction/Plugins/EL.version | 13 +- GameData/SimpleConstruction/Readme.htm | 642 +++++++++++------- .../SimpleConstruction.version | 10 +- GameData/SimpleConstruction/changelog.kcl | 503 -------------- GameData/SimpleConstruction/changelog.md | 548 +++++++++++++++ SimpleConstruction.version | 8 +- changelog.kcl | 503 -------------- changelog.md | 548 +++++++++++++++ docs/Attribution.md | 16 +- docs/ReleaseNotes/4.0.99.1.html | 609 +++++++++++++++++ docs/ReleaseNotes/4.0.99.1.md | 215 ++++++ json/ksp.json | 2 +- json/mod.json | 2 +- readme.htm | 514 ++++++++++++++ readme.md | 389 ++++------- 18 files changed, 3025 insertions(+), 1533 deletions(-) delete mode 100644 GameData/SimpleConstruction/changelog.kcl create mode 100644 GameData/SimpleConstruction/changelog.md delete mode 100644 changelog.kcl create mode 100644 changelog.md create mode 100644 docs/ReleaseNotes/4.0.99.1.html create mode 100644 docs/ReleaseNotes/4.0.99.1.md create mode 100644 readme.htm diff --git a/Attribution.md b/Attribution.md index 786b2171..17a3f48b 100644 --- a/Attribution.md +++ b/Attribution.md @@ -10,6 +10,8 @@ created: 01 Feb 2022 updated: 01 Feb 2022 --> +[Home](https://zer0kerbal.github.io/SimpleConstruction) + # Attribution ## Flag @@ -25,9 +27,7 @@ updated: 01 Feb 2022 **Thanks to everyone who gave feedback! It's very important for me and highly appreciated.** - - -### Special Thanks: +### Special Thanks * [@RealGecko](https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/), [@Ericwi](https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/), @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions. * [@MatterBeam](https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/) for creating this cool mod. @@ -36,12 +36,10 @@ updated: 01 Feb 2022 * Everyone else who made modding tutorials. - - ### Testing and Support - + - \ No newline at end of file + diff --git a/GameData/SimpleConstruction/Attribution.md b/GameData/SimpleConstruction/Attribution.md index 786b2171..17a3f48b 100644 --- a/GameData/SimpleConstruction/Attribution.md +++ b/GameData/SimpleConstruction/Attribution.md @@ -10,6 +10,8 @@ created: 01 Feb 2022 updated: 01 Feb 2022 --> +[Home](https://zer0kerbal.github.io/SimpleConstruction) + # Attribution ## Flag @@ -25,9 +27,7 @@ updated: 01 Feb 2022 **Thanks to everyone who gave feedback! It's very important for me and highly appreciated.** - - -### Special Thanks: +### Special Thanks * [@RealGecko](https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/), [@Ericwi](https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/), @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions. * [@MatterBeam](https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/) for creating this cool mod. @@ -36,12 +36,10 @@ updated: 01 Feb 2022 * Everyone else who made modding tutorials. - - ### Testing and Support - + - \ No newline at end of file + diff --git a/GameData/SimpleConstruction/Parts/microstrutpad.cfg b/GameData/SimpleConstruction/Parts/microstrutpad.cfg index 016e2d6a..63ecaa80 100644 --- a/GameData/SimpleConstruction/Parts/microstrutpad.cfg +++ b/GameData/SimpleConstruction/Parts/microstrutpad.cfg @@ -22,8 +22,8 @@ PART attachRules = 1,1,1,1,0 TechRequired = advConstruction - entryCost = 5800 // 2400 - cost = 185 // 16 + entryCost = 5800 + cost = 185 category = Utility subcategory = 0 diff --git a/GameData/SimpleConstruction/Plugins/EL.version b/GameData/SimpleConstruction/Plugins/EL.version index ea48bf40..d2d39c81 100644 --- a/GameData/SimpleConstruction/Plugins/EL.version +++ b/GameData/SimpleConstruction/Plugins/EL.version @@ -1,16 +1,21 @@ { "NAME": "ExtraplanetaryLaunchpads", "URL": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads.version", - "DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.0.zip", + "DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.1.zip", "VERSION": { "MAJOR": 6, "MINOR": 99, - "PATCH": 0, + "PATCH": 1, "BUILD": 0 }, - "KSP_VERSION": { + "KSP_VERSION_MIN": { "MAJOR": 1, - "MINOR": 9, + "MINOR": 8, "PATCH": 1 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 12, + "PATCH": 99 } } \ No newline at end of file diff --git a/GameData/SimpleConstruction/Readme.htm b/GameData/SimpleConstruction/Readme.htm index a6b8eed3..06c59369 100644 --- a/GameData/SimpleConstruction/Readme.htm +++ b/GameData/SimpleConstruction/Readme.htm @@ -1,36 +1,93 @@ - +uupdated: 24 Feb 2022 --> -

Download on Curseforge or Github or SpaceDock.

-
Available on CKAN as SimpleConstruction.
-

KerbalSimpleCo

-

Brings you:

-

SimpleConstruction! (SCON!)

-

This mod aims to provide simple craft building capability in flight mode with stock parts and streamlined IRSU mining for Kerbal Space Program.

-

Author @zer0Kerbal, adopted from @EricWi, then previously from @RealGecko; originally by MatterBeam

-

Mod Version KSP version License Expat-MIT
-Curseforge CKAN GitHub SpaceDock

-

Code KSP-AVC Validate AVC .version files

-
brought to you by KGEx
+ + +

KSP version License Curseforge CKAN GitHub SpaceDock

+

GitHub Pages

+

SimpleConstruction! (SCON)

+

KerbalSimpleCo

+

This mod aims to provide simple craft building capability in flight +mode with stock parts and streamlined IRSU mining for Kerbal Space +Program.

+

Author +@zer0Kerbal, adopted from @EricWi, then previously from @RealGecko; originally by MatterBeam


-

SC FLag
-SimpleConstruction!

+

SC Flag SimpleConstruction!

Description

-

After testing out Extraplanetary Launchpads and Roverdude's MK/OKS, @MatterBeam had the idea of creating a simple, user friendly mod that would allow you to build rockets without taking a 200MB hit to RAM or having to juggle multitudes of resource pathways. If you know how to set up a drill, ISRU and a fuel tank for an Ore to Fuel conversion, then you should know how to build rockets.

+

After testing out Extraplanetary Launchpads and Roverdude's MK/OKS, +@MatterBeam had the idea of creating +a simple, user friendly mod that would allow you to build rockets +without taking a 200MB hit to RAM or having to juggle multitudes of +resource pathways. If you know how to set up a drill, ISRU and a fuel +tank for an Ore to Fuel conversion, then you should know how to build +rockets.

Features


-

Kottabo Talks SimpleConstruction!

+

Kottabo Talks +SimpleConstruction! (SCON!)

Embedded Kottabo Youtube Video @@ -43,269 +100,372 @@

Cabin notes

  • WIP - work in progress
  • Am open to adding more features, great project for someone!
  • I have not personally tested the patches
  • -
  • Have a request? Glad to have them, kindly submit through GitHub.
  • +
  • Have a request? Glad to have them, kindly submit through +GitHub.
  • Known issue(s)


    Localizations

    -

    SimpleConstruction!

    +

    SimpleConstruction! (SCON!)

    -
    -

    Extraplanetary Launchpads

    +

    Extraplanetary +Launchpads

    -

    -

    How to support this and other great mods by zer0Kerbal

    -

    Support Github Sponsor Patreon Buy zer0Kerbal a snack

    +

    How to +support this and other great mods by zer0Kerbal

    +

    Support Github Sponsor Patreon Buy zer0Kerbal a snack


    See More


    Installation Directions

    - +

    Use CurseForge/OverWolf App (currently does +not install dependencies) 1

    + + CurseForge/OverWolf App + + +

    or CKAN 2

    Dependencies

    -