From b800c03c618cf04cbaf9dfa35fe92e4b27c3bfcf Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:02 -0500 Subject: [PATCH 001/138] Update changelog.md --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index 535e3070..639143f0 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,17 @@ | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.31-prerelease `` edition + +### Kerbalism + +* Compatibility + * v4.1.1.0 + * v1.0.6.0 + * v1.0.4.0 + +--- + ## Version 4.0.99.30-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves From e7f5e9edfb1d4ea757f0063bac5e565dd3c0a1f5 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:04 -0500 Subject: [PATCH 002/138] Update Recipes.cfg --- GameData/SimpleConstruction/Config/Recipes.cfg | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/Config/Recipes.cfg b/GameData/SimpleConstruction/Config/Recipes.cfg index 8d07f3bd..535179c4 100644 --- a/GameData/SimpleConstruction/Config/Recipes.cfg +++ b/GameData/SimpleConstruction/Config/Recipes.cfg @@ -1,7 +1,7 @@ -// Recipes.cfg v4.1.0.0 +// Recipes.cfg v4.1.1.0 // SimpleConstruction! (SCON) // created: 2013 -// updated: 07 Aug 2022 +// updated: 01 Sep 2022 // this file: CC BY-SA 4.0 by zer0Kerbal @@ -158,4 +158,16 @@ EL_ResourceLink name = RocketFuel resource = LiquidFuel resource = Oxidizer +} + +// Kerbalism +// allow production of Shielding + +EL_ResourceRecipe:NEEDS[FeatureShielding] +{ + name = Shielding + Resources + { + Ore = 1 + } } \ No newline at end of file From d99375bd8c1880c9f87dac1c56a8a2039e1ad994 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:05 -0500 Subject: [PATCH 003/138] Update Resources.cfg --- .../SimpleConstruction/Config/Resources.cfg | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/GameData/SimpleConstruction/Config/Resources.cfg b/GameData/SimpleConstruction/Config/Resources.cfg index 62fa793c..9c54618c 100644 --- a/GameData/SimpleConstruction/Config/Resources.cfg +++ b/GameData/SimpleConstruction/Config/Resources.cfg @@ -1,7 +1,7 @@ -// Resources.cfg v1.0.5.0 +// Resources.cfg v1.0.6.0 // SimpleConstruction! (SCON) -// created: -// updated: 07 Aug 2022 +// created: 2013 +// updated: 01 Sep 2022 // *********** REFERENCE // name = Ore @@ -26,27 +26,6 @@ ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Ore } -// if CommunityResourcePack is installed, update Resources -// @RESOURCE_DEFINITION[RocketParts]:NEEDS[CommunityResourcePack,Launchpad,SimpleConstruction] -// { -// !displayName {} -// displayName = #EL_RocketParts-name -// !abbreviation {} -// abbreviation = #SCON-RocketParts-abbv - -// // Add missing items -// %hsp = 450 -// %color = 192,192,192 -// %RESOURCE_DRAIN_DEFINITION -// { -// %isDrainable = true -// %showDrainFX = true -// %drainFXPriority = 9 -// %drainForceISP = 5 -// %drainFXDefinition = particlesDraining -// } -// @ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts -// } /// installed only if CommunityResourcePack not installed // RESOURCE_DEFINITION:NEEDS[Launchpad,SimpleConstruction,!CommunityResourcePack] From 0cca8d6085d4a18b646185c60979014070b2261b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:06 -0500 Subject: [PATCH 004/138] Update ScienceLabs.cfg --- .../Config/SimpleConstruction/ScienceLabs.cfg | 68 +++++++++++++++++-- 1 file changed, 64 insertions(+), 4 deletions(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg index 43f786c6..eb2e69a3 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg @@ -1,9 +1,11 @@ -// ScienceLabs.cfg v1.0.3.0 +// ScienceLabs.cfg v1.0.4.0 // SimpleConstruction! (SCON) // created: 01 Dec 2019 -// updated: 15 Jul 2022 +// updated: 01 Sep 2022 -@PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] +// GPL-3.0 by zer0Kerbal + +@PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[LaunchPad,SimpleConstruction,!KerbalismDefault]:FOR[SimpleConstruction] { MODULE { @@ -63,4 +65,62 @@ } } -// GPL-3.0 by zer0Kerbal +@PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[LaunchPad,SimpleConstruction,KerbalismDefault]:AFTER[KerbalismDefault] +{ + MODULE + { + name = ModuleResourceConverter + ConverterName = #EL_RocketParts-name // RocketParts + StartActionName = #EL_EventGUIName_StartPartProduction // Start Part Production + StopActionName = #EL_EventGUIName_StopPartProduction // Stop Part Production + + AutoShutdown = false + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Engineer + EfficiencyBonus = 1 + + INPUT_RESOURCE + { + ResourceName = Metal + Ratio = 0.25 + FlowMode = STAGE_PRIORITY_FLOW + } + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 30 + } + + OUTPUT_RESOURCE + { + ResourceName = RocketParts + Ratio = 0.25 + DumpExcess = false + FlowMode = STAGE_PRIORITY_FLOW + } + } + + MODULE + { + name = ELWorkshop + ProductivityFactor = 7 + FullyEquipped = true + } + + RESOURCE + { + name = Metal + amount = 0 + maxAmount = 10 + } + + RESOURCE + { + name = RocketParts + amount = 0 + maxAmount = 10 + } +} \ No newline at end of file From 2f31391586db22cd4ab9e1b35b455b98d8141cee Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:07 -0500 Subject: [PATCH 005/138] Update mod.json --- json/mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/mod.json b/json/mod.json index c8828550..3d9ebcf9 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "SimpleConstruction!", "labelColor": "BADA55", - "message": "4.0.99.30", + "message": "4.0.99.31", "color": "darkgreen", "style": "plastic" } From bd744816f0600e579cb30afabdcbf6766b62edb5 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:51:09 -0500 Subject: [PATCH 006/138] Update SimpleConstruction.version --- SimpleConstruction.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleConstruction.version b/SimpleConstruction.version index 5cc82788..ab57e447 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 99, - "BUILD" : 30 + "BUILD" : 31 }, "KSP_VERSION" : { From a0655adb33a27c7487a07309099eba34e931a971 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:02 -0500 Subject: [PATCH 007/138] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 639143f0..134febb6 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,10 @@ ## Version 4.0.99.31-prerelease `` edition +### Summary + +* Kerbalism Compatibility + ### Kerbalism * Compatibility From d493fa9f8f4d108d13a022f342189b8cd31547d2 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:03 -0500 Subject: [PATCH 008/138] Update changelog.md --- docs/changelog.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5e95edc9..26177e07 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,18 +13,11 @@ created: 13 May 2022 updated: CC BY-ND 4.0 by zer0Kerbal --> - - -# Changelog +# Changelog | modName | SimpleConstruction! (SCON) | | ---------- | ----------------------------------------------------------------- | -| license | GPL-3.0 | +| license | GPL-3.0 | | author | RealGecko, EricWi and zer0Kerbal | | forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/) | | github | (https://github.com/zer0Kerbal/zer0Kerbal/SimpleConstruction) | @@ -32,6 +25,21 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.31-prerelease `` edition + +### Summary + +* Kerbalism Compatibility + +### Kerbalism + +* Compatibility + * v4.1.1.0 + * v1.0.6.0 + * v1.0.4.0 + +--- + ## Version 4.0.99.30-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves From a0f00d81d9110cf2a65d47e593e8cd666f170c75 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:04 -0500 Subject: [PATCH 009/138] Create 4.0.99.31.md --- docs/ReleaseNotes/4.0.99.31.md | 135 +++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 docs/ReleaseNotes/4.0.99.31.md diff --git a/docs/ReleaseNotes/4.0.99.31.md b/docs/ReleaseNotes/4.0.99.31.md new file mode 100644 index 00000000..2eee8c90 --- /dev/null +++ b/docs/ReleaseNotes/4.0.99.31.md @@ -0,0 +1,135 @@ +--- +permalink: /4.0.99.31.html +title: Release Notes - version 4.0.99.31 +description: Version Release Notes +tags: SimpleConstruction!,scon,launchpad,extraplanetary,release-notes,kerbal,ksp,zer0Kerbal,zedK,taniwha +layout: page +--- + + + +[![SimpleConstruction! Version][MOD:shd:stat]][MOD:forum] +[![KSP version][KSP:shd:stat]][KSP:url] [![License][LIC:shd]][LIC:url] +![AVC .version files][AVCVAL:shd] [![Pages][MOD:pages:shd]][MOD:pages] + +# Version 4.0.99.31-prerelease `` edition + +## This is PRE-RELEASE - and WILL break saves + +meaning things have changed, including file names - so delete `GameData/ExtraplanetaryLaunchpads` and `GameData/SimpleConstruction` folders - THEN install new version + +* 07 Aug 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +### Summary + +* Kerbalism Compatibility + +### Kerbalism + +* Compatibility + * v4.1.1.0 + * v1.0.6.0 + * v1.0.4.0 + +--- + +## See More + +* Changelog Summary for more details of changes: See [ChangeLog][MOD:chlog] +* Discussions and news on this mod : See [Discussions][MOD:discu] or [KSP Forums][MOD:forum] +* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:issue] +* GitHub Pages : See [Pages][MOD:pages] + +### Localization + +#### SimpleConstruction! (SCON) + +>* ![English][EN] English +>* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] +>* ![Français][FR] French (Français) - courtesy of GitHub user: [izeau (Jean Dupouy)][izeau]! +>* ![German][DE] German (Deutsch) +>* ![Chinese][CN] Chinese (简体中文) +>* ***your translation here*** +> +> HELP WANTED - See the [README in the Localization folder][lreadme] or the [Quickstart Guide][qstart] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!* + +#### [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads) + +>* ![English][EN] English +>* ![Chinese][CN] Chinese (简体中文) +>* ***your translation here*** +> +>Kindly help out [`taniwha`][taniwha] and help translate? See above for instructions. [Github Repo](https://github.com/taniwha/Extraplanetary-Launchpads) + +
+

red box below is a link to forum post on how to get support

+ +

How to get support

+

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

+
+ +--- + +### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal] + +[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/SimpleConstruction/discussions "Discussions" +[MOD:issue]: https://github.com/zer0Kerbal/SimpleConstruction/issues "GitHub Issues" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/ "SimpleConstruction! forum thread" +[MOD:licns]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE +[MOD:pages]: https://zer0kerbal.github.io/SimpleConstruction "GitHub.io Pages" +[MOD:pages:shd]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO" + +[MOD:shd:stat]: https://img.shields.io/badge/SimpleConstruction!%20(SCON)-4.0.99.31--prerelease-BADA55.svg?style=plastic&labelColor=darkgreen "4.0.99.31-prerelease" + +[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/sc/files/ "Curseforge" +[GITHUB:url]: https://github.com/zer0Kerbal/SimpleConstruction/ "GitHub" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.3-blue.svg?style=plastic&logo=data:image/webp;base64,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hm³AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+kIw0BgtRgL1DKJeuNZdQ9f5RAGGfOQfZxexj7t37RkjNp4rPDIHOJVyPBF+XHKsnQk4SWRBl8Wot74WtkBqidQggbyj2vW1WEFG6JfUZ8UxhVzOmAUdKTYZ3yxR2QwIIAQdA9YgiRBZWyCguiOER9y9IauiyGqR0EayVLiEVwmXmF5+Z2jfohj8i1q8ybRahCBAXZBCBUqLgAACQFzp5M/o5wzCDcCJZEOF9EzggM7NEd18c1Q85gPBldtg6mwB1N+hzyTSFp5jWM+WpCRBEBAjIaUxJI80o3s6vDYJ7gNXuAUfOacvsLvLhNIMaMwh8GccsXjtuiK+wkxZ/kVdOCzoCeAOn+N7H1rU1YT35MgAWY9yD5wMWI7j7G976bSh8LxDx2jI3IJRAnJ+RQQIU7gABnLd3vKSyMAd71mq7HgV3AJ+Sxh5Bz5O0z/gbTiNT8DxQssrrv7Uyx9Y7q6BQVUoIGonF/FfoC/RqwVHlviCRSABDvLaCUfZlz1cNENn6adNTz+AF8v8KWQAFL+QMkpCthFkpvvq7+2/to6AIBhyvPdrUr3g1XwBEJPMeP/98SxWWvs3nHIhgNnsY1RWVyw+Guh5IZLgj9WzPi/iEk9gPPGLAni3aRlsqlGQ9jP4z9Q/s/xi3dw486abm6Bqi2l3qu9e9tQsdVMdG4zbVYqp5wJcBSA2W6sNmkwxuNk+nw3r4MFi/4EkTAhiRFk70jkqNDiWbDK65OLIn0s0wD/ucAp3XwVSsSNBAqjFUIXwFE0MihZQ6utQYV2oR+tShO7Ad6bswY3xd7qe0VrVxK9ZjueQy4TPnF8MCQGjoxSugSFgFMV4LiVwgsn/i+gXZ2FzplAduxnn0/OlW0uqf+M64MRPqzwrl+PnpKQSaXS49Ui7n2/ctFtHtAtiprzxq6WniwESvW5yUG1Xx6/8Hx8NKELwKZK15pV/EvXvm9ZMlx0aKUO98iUPaWvst/n8ZbOmkvGhcOQRWf5zj9dk9cfpad5oHN3Rns/wsuvy2puxz1Ziu96Q7/SOWoROzvNzFo5Z5+1BDej3OjQ/XymEkW9jr0em5g5SdX8VC2gf9xJb/RWCC5bIKWDgWcYf+K9Kje3zbQBh/F448wMLoICeUyJ330nXlPmawiRT/sblG4vWrbErgQaMzYbZcwbhSaNrwH+Tqa04jqrd3JZTvwbFxHFSVMAv5UZdEq+tQUupcis/5+MZNsxk9b8TPa7cMqdzzrh9FtD5v+vPACvJy7nDT69IP/Yx6EywGdTFsD5iU7bqkovJogzTjQm³iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ=&labelColor=black/ "Kerbal Space Program" +[LIC:url]: https://www.gnu.org/licenses/gpl-3.0-standalone.html "GPL-3.0" +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json "GPL-3.0" +[AVCVAL:shd]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-Ore-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal" +[PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-FF424D?style=for-the-badge&logo=patreon "Patreon" +[PATREON:url]: https://www.patreon.com/bePatron?u=23390503 "Patreon" +[GSPONS:img]: https://img.shields.io/badge/Github%20-Sponsor-EA4AAA?style=for-the-badge&logo=githubsponsors "Github Sponsors" +[GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors" +[BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack" +[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack" +[lreadme]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md "Localization Readme" +[qstart]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md "Quickstart" +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/EN.png "English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/BR.png "Português Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/CH.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/ES.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/FR.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/JA.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/KO.png "한국어" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/MX.png "Mexicano Español" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "Türk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/TW.png "国语" + +[taniwha]: https://forum.kerbalspaceprogram.com/index.php?/profile/57176-*/ "Taniwha" +[x13x54]: https://github.com/x13x54 "GitHub: x13x54" +[izeau]: https://github.com/izeau "GitHub: izeau" +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + \ No newline at end of file From 0c5f2fa61dde7eb8f2779a8a6d76c27949e8a4c5 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:05 -0500 Subject: [PATCH 010/138] Delete 4.0.99.30.htm --- GameData/SimpleConstruction/4.0.99.30.htm | 286 ---------------------- 1 file changed, 286 deletions(-) delete mode 100644 GameData/SimpleConstruction/4.0.99.30.htm diff --git a/GameData/SimpleConstruction/4.0.99.30.htm b/GameData/SimpleConstruction/4.0.99.30.htm deleted file mode 100644 index 159752b0..00000000 --- a/GameData/SimpleConstruction/4.0.99.30.htm +++ /dev/null @@ -1,286 +0,0 @@ - - -


-KSP version License
- Pages

-

Version -4.0.99.30-prerelease <Launchpad 30> edition

-

This is PRE-RELEASE -- and WILL break saves

-

meaning things have changed, including file names - so delete -GameData/ExtraplanetaryLaunchpads and -GameData/SimpleConstruction folders - THEN install new -version

-
    -
  • 07 Aug 2022
  • -
  • Release for Kerbal Space Program [KSP 1.12.x]
  • -
-

-DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

- -

Summary

-
    -
  • [Launchpad.dll] 6.99.3 -
      -
    • minimum KSP version: 1.12.x
    • -
  • -
  • Compatibility patches updated -
      -
    • Interstellar
    • -
    • InterstellarFuelSwitch
    • -
  • -
-

Extraplanetary Launchpads -0.6.99.3

-
    -
  • Update

    -
      -
    • [Launchpad.dll] 6.99.3 -
        -
      • minimum KSP version: 1.12.x
      • -
      • closes #144 - Update [Launchpad.dll] to v0.6.99.3
      • -
    • -
  • -
  • Combine ExtraplanetaryLaunchpads/ with SimpleConstruction/

    -
      -
    • only leaves the toolbar button icons in -ExtraplanetaryLaunchpads/
    • -
  • -
  • closes #156 - Update [Launchpad.dll] to 0.6.99.3

  • -
  • Changes from 6.99.2 from taniwha's -changelog for Extraplanetary -Launchpads:

    -
      -
    • Minimum KSP version is now 1.12 (might be able to use in 1.11).
    • -
    • As always, feedback and bug reports are welcome. Preferably github -for the bug reports, and logs (KSP.log, make sure LOG_INSTANT_FLUSH in -settings.cfg is True. Player.log accepted only if KSP actually crashes -as it is normally an unreadable mess (and doesn't have timestamps)) or -it didn't happen.
    • -
    • While this is still in the .99 series, I would say that EL is pretty -stable and can be considered late beta or even final pre-release. It's -more I have a few more things I want to get in before going to 7.0. Many -many thanks to everyone who as given feedback and bug reports, and for -putting up with my absence.
    • -
    • Fix hiding EL's launch clamp (Louis Bach)
    • -
    • Fix incorrect vertical offset (5m) for survey builds
    • -
    • Fix inconsistent directory tree indentation
    • -
    • Japanese translation (Yark-Aki). Only partial due to the PR being -before I did a release with the UI localization.
    • -
    • Survey stake CoM put underground (@zer0Kerbal, @Robin Patenall), and -some tweaks to make it have the correct height offset for the build. -Thanks to @Rodger for initial testing of the PR.
    • -
    • Allow survey station when KIS is not installed.
    • -
    • Patch Kerbal inventory mass limit to include the Kerbal's mass -(ModuleInventoryPart massLimit is TOTAL mass, not just inventory mass), -allowing kerbals to pick up stakes after they've been placed.
    • -
  • -
-

EXPERIMENTAL

-
    -
  • download only from GitHub here -
      -
    • updates will be in same discussion as the download link
    • -
  • -
  • NEW: -
      -
    • Added recycler to "The Klaw" [GrapplingDevice]
    • -
    • updates #40 - Stock Recycler
    • -
    • adds a separate mesh for the recycler
    • -
    • mesh needs some placement and size tweaks
    • -
  • -
-

Compatibility 4.0.99.30

-
    -
  • Update -
      -
    • <Interstellar.cfg> v1.0.1.0 -
        -
      • localize
      • -
      • update patch
      • -
    • -
    • <InterstellarFuelSwitch.cfg> v1.0.4.0 -
        -
      • localize
      • -
      • update patch
      • -
    • -
    • <Recipes.cfg> v4.1.0.0 -
        -
      • add -
          -
        • recycler recipes
        • -
        • transfer recipes
        • -
        • header
        • -
      • -
    • -
    • <CommunityCategoryKit.cfg> v1.0.1.0 -
        -
      • update locations -
          -
        • from ExtraplanetaryLaunchpads/Texture to SimpleConstruction/Texture -folders
        • -
        • icon_filter_n
        • -
        • icon_filter_s
        • -
      • -
    • -
  • -
-

Localization

-
    -
  • Localization -
      -
    • updated: -
        -
      • <en-us.cfg> v1.2.3.0
      • -
      • <pt-br.cfg> v1.0.2.0
      • -
      • <de.cfg> v1.0.2.0
      • -
      • <nl-nl.cfg> v1.0.2.0
      • -
      • <zh-cn.cfg> v1.0.2.0
      • -
    • -
  • -
  • corrected long standing typo: -
      -
    • #SCON_Karbonite-name -> #SCON-Karbonite-name
    • -
  • -
  • closes #24 - Localization - Brazil Portuguese (Português Brasil) -<pt-br.cfg>
  • -
  • closes #39 - Adjust Localization to represent -SimpleConstruction!
  • -
  • updates #19 - Localization - Master
  • -
-

Status

-
    -
  • Issues -
      -
    • closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease -<Launchpad 30> edition
    • -
    • closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo
    • -
    • closes #152 - 4.0.99.30 Update Documentation
    • -
    • closes #153 - 4.0.99.30 Update Social Media
    • -
  • -
-
-

See More

-
    -
  • Changelog Summary for more details of changes : See ChangeLog
  • -
  • Discussions and news on this mod : See Discussions or KSP Forums
  • -
  • Known Issues for more details of feature requests and known issues : -See Known Issues
  • -
  • GitHub Pages : See Pages
  • -
-

Localization

-

SimpleConstruction! (SCON)

-
-
    -
  • English English
  • -
  • Dutch Dutch - courtesy of GitHub user: x13x54
  • -
  • Français French (Français) - courtesy of -GitHub user: izeau (Jean Dupouy)!
  • -
  • German German (Deutsch)
  • -
  • Chinese Chinese (简体中文)
  • -
  • your translation here
  • -
-

HELP WANTED - See the README in the Localization folder or the -Quickstart Guide for instructions for adding or -improving translations. GitHub push is the best way to contribute. -Additions and corrections welcome!

-
-

Extraplanetary -Launchpads

-
-
    -
  • English English
  • -
  • Chinese Chinese (简体中文)
  • -
  • your translation here
  • -
-

Kindly help out taniwha and help translate? See above -for instructions. Github -Repo

-
-
-

red box below is a link to forum post on how to get support

- -

How to get support

-

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

-
- -
-

How to -support this and other great mods by zer0Kerbal

-

Support Patreon Github Sponsor Buy zer0Kerbal a snack

- From 4aa197da5ec01cf980263d7b8f491e7924d481d1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:06 -0500 Subject: [PATCH 011/138] Create 4.0.99.31.htm --- GameData/SimpleConstruction/4.0.99.31.htm | 151 ++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 GameData/SimpleConstruction/4.0.99.31.htm diff --git a/GameData/SimpleConstruction/4.0.99.31.htm b/GameData/SimpleConstruction/4.0.99.31.htm new file mode 100644 index 00000000..4eb928f6 --- /dev/null +++ b/GameData/SimpleConstruction/4.0.99.31.htm @@ -0,0 +1,151 @@ + + +


+KSP version License
+ Pages

+

Version +4.0.99.31-prerelease <TheNamedOyster> edition

+

This is PRE-RELEASE +- and WILL break saves

+

meaning things have changed, including file names - so delete +GameData/ExtraplanetaryLaunchpads and +GameData/SimpleConstruction folders - THEN install new +version

+
    +
  • 07 Aug 2022
  • +
  • Release for Kerbal Space Program [KSP 1.12.x]
  • +
+

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +

Summary

+
    +
  • Kerbalism Compatibility
  • +
+

Kerbalism

+
    +
  • Compatibility +
      +
    • <Recipies.cfg> v4.1.1.0
    • +
    • <Resources.cfg> v1.0.6.0
    • +
    • <ScienceLabs.cfg> v1.0.4.0
    • +
  • +
+
+

See More

+
    +
  • Changelog Summary for more details of changes: See ChangeLog
  • +
  • Discussions and news on this mod : See Discussions or KSP Forums
  • +
  • Known Issues for more details of feature requests and known issues : +See Known Issues
  • +
  • GitHub Pages : See Pages
  • +
+

Localization

+

SimpleConstruction! (SCON)

+
+
    +
  • English English
  • +
  • Dutch Dutch - courtesy of GitHub user: x13x54
  • +
  • Français French (Français) - courtesy of +GitHub user: izeau (Jean Dupouy)!
  • +
  • German German (Deutsch)
  • +
  • Chinese Chinese (简体中文)
  • +
  • your translation here
  • +
+

HELP WANTED - See the README in the Localization folder or the +Quickstart Guide for instructions for adding or +improving translations. GitHub push is the best way to contribute. +Additions and corrections welcome!

+
+

Extraplanetary +Launchpads

+
+
    +
  • English English
  • +
  • Chinese Chinese (简体中文)
  • +
  • your translation here
  • +
+

Kindly help out taniwha and help translate? See above +for instructions. Github +Repo

+
+
+

red box below is a link to forum post on how to get support

+ +

How to get support

+

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

+
+ +
+

How to +support this and other great mods by zer0Kerbal

+

Support Patreon Github Sponsor Buy zer0Kerbal a snack

From 2acf59f98bd115408da1bb7f0031a824927c99b6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:07 -0500 Subject: [PATCH 012/138] Update changelog.md --- GameData/SimpleConstruction/changelog.md | 26 ++++++++++++++++-------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md index 78f856c5..134febb6 100644 --- a/GameData/SimpleConstruction/changelog.md +++ b/GameData/SimpleConstruction/changelog.md @@ -1,15 +1,8 @@ - - -# Changelog +# Changelog | modName | SimpleConstruction! (SCON) | | ---------- | ----------------------------------------------------------------- | -| license | GPL-3.0 | +| license | GPL-3.0 | | author | RealGecko, EricWi and zer0Kerbal | | forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/) | | github | (https://github.com/zer0Kerbal/zer0Kerbal/SimpleConstruction) | @@ -17,6 +10,21 @@ updated: 05 Mar 2022 | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | +## Version 4.0.99.31-prerelease `` edition + +### Summary + +* Kerbalism Compatibility + +### Kerbalism + +* Compatibility + * v4.1.1.0 + * v1.0.6.0 + * v1.0.4.0 + +--- + ## Version 4.0.99.30-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves From 6bb2d494bbf5bd4344995fa495f706b5e9888e92 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:08 -0500 Subject: [PATCH 013/138] Update readme.htm --- GameData/SimpleConstruction/readme.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/readme.htm b/GameData/SimpleConstruction/readme.htm index 35b64f1f..09c54852 100644 --- a/GameData/SimpleConstruction/readme.htm +++ b/GameData/SimpleConstruction/readme.htm @@ -106,7 +106,7 @@

See More

title="Discussions">Discussions or KSP Forums -
  • Changelog Summary for more details of changes : See Changelog Summary for more details of changes: See ChangeLog
  • Known Issues for more details of feature requests and known issues : From 0551e6c3fc3d6c5d1f859534a693e42144cb68c5 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 3 Sep 2022 00:00:09 -0500 Subject: [PATCH 014/138] Update SimpleConstruction.version --- GameData/SimpleConstruction/SimpleConstruction.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/SimpleConstruction.version b/GameData/SimpleConstruction/SimpleConstruction.version index 5cc82788..ab57e447 100644 --- a/GameData/SimpleConstruction/SimpleConstruction.version +++ b/GameData/SimpleConstruction/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 99, - "BUILD" : 30 + "BUILD" : 31 }, "KSP_VERSION" : { From a194573ca0a1d04b6f21c41517d31726e73b951d Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:26:00 -0500 Subject: [PATCH 015/138] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c9d53f95..11b5213a 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ adopted with *express* permission and brought to you by *KerbSimpleCo* ```mermaid + %%{init: {'theme': 'forest', 'themeVariables': { 'primaryColor': '#bada55'}}}%% graph LR id[Resource Flow]; Drill-->StoreOre((Ore Tank)) & ISRU From 874736d29e546b065b6a1d0cae1647f557a719dd Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:26:09 -0500 Subject: [PATCH 016/138] Update resourceFlow.md --- docs/resourceFlow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resourceFlow.md b/docs/resourceFlow.md index 32fc4e5f..88a9b20a 100644 --- a/docs/resourceFlow.md +++ b/docs/resourceFlow.md @@ -25,6 +25,7 @@ updated: 26 Feb 2022 ```mermaid + %%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bada55'}}}%% graph LR id[Resource Flow]; Drill-->StoreOre((Ore Tank)) & ISRU From 5df2b866f7ad674733e4120d73563e2115be74cb Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:26:26 -0500 Subject: [PATCH 017/138] Update resourceFlow.md --- docs/resourceFlow.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/resourceFlow.md b/docs/resourceFlow.md index 88a9b20a..4f10037e 100644 --- a/docs/resourceFlow.md +++ b/docs/resourceFlow.md @@ -11,7 +11,7 @@ SimpleConstruction! (SCON) created: 26 Feb 2022 updated: 26 Feb 2022 --> - + @@ -23,7 +23,6 @@ updated: 26 Feb 2022 ![Resource Flow](https://github.com/zer0Kerbal/SimpleConstruction/blob/master/img/SimpleConstruction-resourceFlow.png?raw=true) - ```mermaid %%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bada55'}}}%% graph LR From 17b56c6c3108879f4a4e1328432da4b2422f3615 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:17:19 -0500 Subject: [PATCH 018/138] Update changelog.md --- changelog.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 134febb6..0aca747f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,18 +1,16 @@ # Changelog -| modName | SimpleConstruction! (SCON) | +| modName | SimpleConstruction! (SC) | | ---------- | ----------------------------------------------------------------- | | license | GPL-3.0 | -| author | RealGecko, EricWi and zer0Kerbal | +| author | matterbeam, RealGecko, EricWi and zer0Kerbal | | forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/) | | github | (https://github.com/zer0Kerbal/zer0Kerbal/SimpleConstruction) | | curseforge | (https://www.curseforge.com/kerbal/ksp-mods/SC) | | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | -## Version 4.0.99.31-prerelease `` edition - -### Summary +## Version 4.0.99.32-prerelease `` edition * Kerbalism Compatibility @@ -25,6 +23,12 @@ --- +## Version 4.0.99.31-prerelease `` edition + +### Summary + +--- + ## Version 4.0.99.30-prerelease `` edition ### This is PRE-RELEASE - and WILL break saves From efda3c478e0240d3b76d24a2eec1d52fdf158ce8 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:17:21 -0500 Subject: [PATCH 019/138] Create GPL-3.0.txt --- GPL-3.0.txt | 674 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 674 insertions(+) create mode 100644 GPL-3.0.txt diff --git a/GPL-3.0.txt b/GPL-3.0.txt new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/GPL-3.0.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. From d7c24ddaf090e537ccfe6060c8ee0c2b2c884583 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:17:23 -0500 Subject: [PATCH 020/138] Delete GPLv3.txt --- GPLv3.txt | 674 ------------------------------------------------------ 1 file changed, 674 deletions(-) delete mode 100644 GPLv3.txt diff --git a/GPLv3.txt b/GPLv3.txt deleted file mode 100644 index 94a9ed02..00000000 --- a/GPLv3.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. From c0822afd8aad28a0ae4e3cdb4cdc2be2ec742ff8 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:21:10 -0500 Subject: [PATCH 021/138] Update SimpleConstruction.version --- SimpleConstruction.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleConstruction.version b/SimpleConstruction.version index ab57e447..4e44dace 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -1,5 +1,5 @@ { - "NAME" : "SimpleConstruction! (SCON)", + "NAME" : "SimpleConstruction! (SC)", "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.md", From f27f9d5c48a19562c666b552e33b417c652bfe3a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:39:54 -0500 Subject: [PATCH 022/138] Update changelog.md --- changelog.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 0aca747f..da50c96e 100644 --- a/changelog.md +++ b/changelog.md @@ -10,22 +10,25 @@ | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | -## Version 4.0.99.32-prerelease `` edition -* Kerbalism Compatibility -### Kerbalism +## Version 4.0.99.31-prerelease `` edition -* Compatibility - * v4.1.1.0 - * v1.0.6.0 - * v1.0.4.0 +### Summary ---- +* Updated Docking Port patch to prevent finalized builds from flying away when released +* This *may* have an impact on all docking ports not pushing away anything when released. +* closes #165 - [BUG 🐛 ] build 'flies; after releasing a finalizing project -## Version 4.0.99.31-prerelease `` edition +### Status 4.0.99.31 -### Summary +* Issues + * closes #161 - 4.0.99.31 Update Social Media + * closes #160 - 4.0.99.31 Update Documentation + * closes #159 - 4.0.99.31 Verify Legal Mumbo Jumbo + * closes #158 - SimpleConstruction! (SCON) 4.0.99.31-prerelease - `` edition +* Beta testing + * updates #40 - Stock Recycler - no feedback yet --- From 639c28ba67004d640a9b9aa669383761903bb60c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:39:57 -0500 Subject: [PATCH 023/138] Create DockingPorts-Exp.cfg --- .../SimpleConstruction/DockingPorts-Exp.cfg | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg new file mode 100644 index 00000000..496681d9 --- /dev/null +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg @@ -0,0 +1,36 @@ +// DockingPorts.cfg v1.0.3.0 +// SimpleConstruction! (SC) +// created: 01 Dec 2019 +// updated: 22 Sep 2022 + +// GPLv2 by zer0Kerbal + +@PART[*]:HAS[@MODULE[ModuleDockingNode]:HAS[!MODULE[ELLaunchPad]]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] +{ + @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : + @MODULE[ModuleDockingNode] + { + %undockEjectionForce = 0 + } + MODULE + { + name = ELTarget + SpawnTransform = LaunchPos + } + + MODULE + { + name = ELWorkshop + UnmannedProductivity = 0.25 + ProductivityFactor = 0 + } + + // Add Build Capability + MODULE + { + name = ELLaunchpad + SpawnTransform = LaunchPos + %PadName = #$../title$ + SpawnHeightOffset = 0.25 + } +} \ No newline at end of file From 8a80c45f26a2b468400accdfa7629d6b7cac9f22 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:07:49 -0500 Subject: [PATCH 024/138] Update changelog.md --- changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index da50c96e..e3b5f8c5 100644 --- a/changelog.md +++ b/changelog.md @@ -23,10 +23,11 @@ ### Status 4.0.99.31 * Issues - * closes #161 - 4.0.99.31 Update Social Media - * closes #160 - 4.0.99.31 Update Documentation - * closes #159 - 4.0.99.31 Verify Legal Mumbo Jumbo * closes #158 - SimpleConstruction! (SCON) 4.0.99.31-prerelease - `` edition + * closes #159 - 4.0.99.31 Verify Legal Mumbo Jumbo + * closes #160 - 4.0.99.31 Update Documentation + * closes #161 - 4.0.99.31 Update Social Media + * #162 - [ImgBot] Optimize images - contributed by imgbot[bot] * Beta testing * updates #40 - Stock Recycler - no feedback yet From 5672cedd98b8ab87f8c511eb1a3cedf9ca72587a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:07:51 -0500 Subject: [PATCH 025/138] Update LegalMumboJumbo.md --- docs/LegalMumboJumbo.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/LegalMumboJumbo.md b/docs/LegalMumboJumbo.md index 83340b50..76e87904 100644 --- a/docs/LegalMumboJumbo.md +++ b/docs/LegalMumboJumbo.md @@ -23,24 +23,24 @@ updated: 30 Apr 2022 ## Legal Mumbo Jumbo * Table of Contents - * [License](#License) - * [Forum Post #1](#Forum-I) - * [Forum Post #2](#Forum-II) + * [License](#license) + * [Forum Post #1](#forum-I) + * [Forum Post #2](#forum-II) ### License [License](./LegalMumboJumbo/License.md) -[top](#Legal-Mumbo-Jumbo) +[top](#legal-mumbo-jumbo) ### Forum I ![Forum](./LegalMumboJumbo/FORUM-01.png) -[top](#Legal-Mumbo-Jumbo) +[top](#legal-mumbo-jumbo) ### Forum II ![Forum](./LegalMumboJumbo/FORUM-02.png) -[top](#Legal-Mumbo-Jumbo) +[top](#legal-mumbo-jumbo) --- From b386a264ed87dc117b2d0c98b8cadbc7531e7606 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:09:53 -0500 Subject: [PATCH 026/138] Update changelog.md --- changelog.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index e3b5f8c5..d64d85d0 100644 --- a/changelog.md +++ b/changelog.md @@ -23,7 +23,7 @@ ### Status 4.0.99.31 * Issues - * closes #158 - SimpleConstruction! (SCON) 4.0.99.31-prerelease - `` edition + * closes #158 - SimpleConstruction! (SC) 4.0.99.31-prerelease - `` edition * closes #159 - 4.0.99.31 Verify Legal Mumbo Jumbo * closes #160 - 4.0.99.31 Update Documentation * closes #161 - 4.0.99.31 Update Social Media @@ -118,7 +118,7 @@ ### Status * Issues - * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #150 - SimpleConstruction! (SC) 4.0.99.30-prerelease `` edition * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo * closes #152 - 4.0.99.30 Update Documentation * closes #153 - 4.0.99.30 Update Social Media @@ -200,7 +200,7 @@ ### Status * Issues - * closes #139 - SimpleConstruction! (SCON) 4.0.99.20-prerelease `` edition + * closes #139 - SimpleConstruction! (SC) 4.0.99.20-prerelease `` edition * closes #140 - 4.0.99.20 Verify Legal Mumbo Jumbo * closes #141 - 4.0.99.20 Update Documentation * closes #142 - 4.0.99.20 Update Social Media @@ -244,7 +244,7 @@ * closes #133 - 4.0.99.9 Verify Legal Mumbo Jumbo * closes #134 - 4.0.99.9 Update Documentation * closes #135 - 4.0.99.9 Update Social Media - * closes #136 - SimpleConstruction! (SCON) 4.0.99.9-prerelease `` + * closes #136 - SimpleConstruction! (SC) 4.0.99.9-prerelease `` --- @@ -285,7 +285,7 @@ ### Status * Issues - * closes #124 - SimpleConstruction! (SCON) 4.0.99.8-prerelease `` + * closes #124 - SimpleConstruction! (SC) 4.0.99.8-prerelease `` * closes #125 - 4.0.99.8 Verify Legal Mumbo Jumbo * closes #126 - 4.0.99.8 Update Documentation * closes #127 - 4.0.99.8 Update Social Media @@ -317,7 +317,7 @@ ### Status * Issues - * closes #116 - SimpleConstruction! (SCON) 4.0.99.7-prerelease `` + * closes #116 - SimpleConstruction! (SC) 4.0.99.7-prerelease `` * closes #117 - 4.0.99.7 Verify Legal Mumbo Jumbo * closes #118 - 4.0.99.7 Update Documentation * closes #119 - 4.0.99.7 Update Social Media @@ -387,7 +387,7 @@ ### Status * Issues - * closes #107 - SimpleConstruction! (SCON) 4.0.99.6-prerelease `` + * closes #107 - SimpleConstruction! (SC) 4.0.99.6-prerelease `` * closes #108 - 4.0.99.6 Verify Legal Mumbo Jumbo * closes #109 - 4.0.99.6 Update Documentation * closes #110 - 4.0.99.6 Update Social Media @@ -441,7 +441,7 @@ ### Status * Issues/Milestones - * closes #93 - SimpleConstruction! (SCON) 4.0.99.5-prerelease `` + * closes #93 - SimpleConstruction! (SC) 4.0.99.5-prerelease `` * closes #94 - 4.0.99.5 Verify Legal Mumbo Jumbo * closes #95 - 4.0.99.5 Update Documentation * closes #96 - 4.0.99.5 Update Social Media @@ -469,14 +469,14 @@ ### Status * Issues/Milestones -* closed #86 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> +* closed #86 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> * closes #87 - 4.0.99.4 Verify Legal Mumbo Jumbo * closes #88 - 4.0.99.4 Update DocumentationUTC * closes #89 - 4.0.99.4 Social Media * Pull Requests * closes #85 - 84 bug elxxxskill log spam - contributed by zer0Kerbal - * closed #90 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> + * closed #90 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> --- @@ -564,7 +564,7 @@ ### Status * Issues/Milestones - * closes #72 - SimpleConstruction! (SCON) 4.0.99.3-prerelease - Bucketful of Sand + * closes #72 - SimpleConstruction! (SC) 4.0.99.3-prerelease - Bucketful of Sand * closes #73 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #74 - 4.0.99.2 Update Documentation * closes #75 - 4.0.99.2 Social Media @@ -713,7 +713,7 @@ * Issues/Milestones * closes #63 - [Bug ��]: KPBS Smelter not heating - * closes #64 - SimpleConstruction! (SCON) 4.0.99.2-prerelease A Little Too Spicy + * closes #64 - SimpleConstruction! (SC) 4.0.99.2-prerelease A Little Too Spicy * closes #65 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #66 - 4.0.99.2 Update Documentation * closes #67 - 4.0.99.2 Social Media From 03fd68e040dafd3d0524bcfbcef84a79f72958f6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:09:54 -0500 Subject: [PATCH 027/138] Update 404.md --- docs/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/404.md b/docs/404.md index 673a754b..84acb202 100644 --- a/docs/404.md +++ b/docs/404.md @@ -7,7 +7,7 @@ tags: error,page,kerbal,ksp,zer0Kerbal,zedK --- From 64eda89e532682617199412d23d40f39bcbeb050 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:09:56 -0500 Subject: [PATCH 028/138] Create ELMicroPadSC_icon.png --- docs/@thumbs/ELMicroPadSC_icon.png | Bin 0 -> 24965 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/@thumbs/ELMicroPadSC_icon.png diff --git a/docs/@thumbs/ELMicroPadSC_icon.png b/docs/@thumbs/ELMicroPadSC_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..18253f6556c35925f97724e8f07574061193faf6 GIT binary patch literal 24965 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 R|68~KP*c)+RrS&m`G3Z~ei{G( literal 0 HcmV?d00001 From 352c613834423be9c5114bb4590d124fd028d392 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:09:57 -0500 Subject: [PATCH 029/138] Update Attributions.md --- docs/Attributions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Attributions.md b/docs/Attributions.md index 77ddca0a..d87a9b19 100644 --- a/docs/Attributions.md +++ b/docs/Attributions.md @@ -8,7 +8,7 @@ tags: attributions,thank-you,directions,page,kerbal,ksp,zer0Kerbal,zedK @@ -16,7 +16,7 @@ updated: 01 May 2022 -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) @@ -64,7 +64,7 @@ updated: 01 May 2022 ### Translations -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) * ![English][EN] English * ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] @@ -93,7 +93,7 @@ Kindly help out [@`taniwha][taniwha] and help translate! [Github Repo](https://g [tb]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-*/ "Blizzy78's Toolbar" -[SCON]: https://forum.kerbalspaceprogram.com/threads/50884-*/ "SimpleConstruction! (SCON)" +[SCON]: https://forum.kerbalspaceprogram.com/threads/50884-*/ "SimpleConstruction! (SC)" [MatterBeam]: https://forum.kerbalspaceprogram.com/index.php?/profile/133334-*/ "MatterBeam" [realgecko]: https://forum.kerbalspaceprogram.com/index.php?/profile/162682-*/ "RealGecko" From 2afdc21f9d75865eb4fcc02f63fdab7bb81cd4af Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:20 -0500 Subject: [PATCH 030/138] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index d64d85d0..8c82ca36 100644 --- a/changelog.md +++ b/changelog.md @@ -20,6 +20,10 @@ * This *may* have an impact on all docking ports not pushing away anything when released. * closes #165 - [BUG 🐛 ] build 'flies; after releasing a finalizing project +* universally update abbreviation from SCON to SC +* imgbot +* move @thumbs (to prevent possible game crashes due to malformed thumbs) + ### Status 4.0.99.31 * Issues From c6611af1df0bd985ee00d1b57b3afb67352d4b81 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:23 -0500 Subject: [PATCH 031/138] Update changelog.md --- docs/changelog.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 26177e07..0c4fb1b2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,14 +8,14 @@ tags: changes,changelog,change-log,page,kerbal,ksp,zer0Kerbal,zedK # Changelog -| modName | SimpleConstruction! (SCON) | +| modName | SimpleConstruction! (SC) | | ---------- | ----------------------------------------------------------------- | | license | GPL-3.0 | | author | RealGecko, EricWi and zer0Kerbal | @@ -125,7 +125,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues - * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #150 - SimpleConstruction! (SC) 4.0.99.30-prerelease `` edition * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo * closes #152 - 4.0.99.30 Update Documentation * closes #153 - 4.0.99.30 Update Social Media @@ -207,7 +207,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues - * closes #139 - SimpleConstruction! (SCON) 4.0.99.20-prerelease `` edition + * closes #139 - SimpleConstruction! (SC) 4.0.99.20-prerelease `` edition * closes #140 - 4.0.99.20 Verify Legal Mumbo Jumbo * closes #141 - 4.0.99.20 Update Documentation * closes #142 - 4.0.99.20 Update Social Media @@ -251,7 +251,7 @@ CC BY-ND 4.0 by zer0Kerbal * closes #133 - 4.0.99.9 Verify Legal Mumbo Jumbo * closes #134 - 4.0.99.9 Update Documentation * closes #135 - 4.0.99.9 Update Social Media - * closes #136 - SimpleConstruction! (SCON) 4.0.99.9-prerelease `` + * closes #136 - SimpleConstruction! (SC) 4.0.99.9-prerelease `` --- @@ -292,7 +292,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues - * closes #124 - SimpleConstruction! (SCON) 4.0.99.8-prerelease `` + * closes #124 - SimpleConstruction! (SC) 4.0.99.8-prerelease `` * closes #125 - 4.0.99.8 Verify Legal Mumbo Jumbo * closes #126 - 4.0.99.8 Update Documentation * closes #127 - 4.0.99.8 Update Social Media @@ -324,7 +324,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues - * closes #116 - SimpleConstruction! (SCON) 4.0.99.7-prerelease `` + * closes #116 - SimpleConstruction! (SC) 4.0.99.7-prerelease `` * closes #117 - 4.0.99.7 Verify Legal Mumbo Jumbo * closes #118 - 4.0.99.7 Update Documentation * closes #119 - 4.0.99.7 Update Social Media @@ -394,7 +394,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues - * closes #107 - SimpleConstruction! (SCON) 4.0.99.6-prerelease `` + * closes #107 - SimpleConstruction! (SC) 4.0.99.6-prerelease `` * closes #108 - 4.0.99.6 Verify Legal Mumbo Jumbo * closes #109 - 4.0.99.6 Update Documentation * closes #110 - 4.0.99.6 Update Social Media @@ -448,7 +448,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues/Milestones - * closes #93 - SimpleConstruction! (SCON) 4.0.99.5-prerelease `` + * closes #93 - SimpleConstruction! (SC) 4.0.99.5-prerelease `` * closes #94 - 4.0.99.5 Verify Legal Mumbo Jumbo * closes #95 - 4.0.99.5 Update Documentation * closes #96 - 4.0.99.5 Update Social Media @@ -476,14 +476,14 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues/Milestones -* closed #86 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> +* closed #86 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> * closes #87 - 4.0.99.4 Verify Legal Mumbo Jumbo * closes #88 - 4.0.99.4 Update DocumentationUTC * closes #89 - 4.0.99.4 Social Media * Pull Requests * closes #85 - 84 bug elxxxskill log spam - contributed by zer0Kerbal - * closed #90 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> + * closed #90 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> --- @@ -571,7 +571,7 @@ CC BY-ND 4.0 by zer0Kerbal ### Status * Issues/Milestones - * closes #72 - SimpleConstruction! (SCON) 4.0.99.3-prerelease - Bucketful of Sand + * closes #72 - SimpleConstruction! (SC) 4.0.99.3-prerelease - Bucketful of Sand * closes #73 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #74 - 4.0.99.2 Update Documentation * closes #75 - 4.0.99.2 Social Media @@ -720,7 +720,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues/Milestones * closes #63 - [Bug ��]: KPBS Smelter not heating - * closes #64 - SimpleConstruction! (SCON) 4.0.99.2-prerelease A Little Too Spicy + * closes #64 - SimpleConstruction! (SC) 4.0.99.2-prerelease A Little Too Spicy * closes #65 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #66 - 4.0.99.2 Update Documentation * closes #67 - 4.0.99.2 Social Media From cddc66d64dd9f56f1a1dc02ffea1935940104f74 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:24 -0500 Subject: [PATCH 032/138] Update FAKQ.md --- docs/FAKQ/FAKQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAKQ/FAKQ.md b/docs/FAKQ/FAKQ.md index 745646c9..c85ff837 100644 --- a/docs/FAKQ/FAKQ.md +++ b/docs/FAKQ/FAKQ.md @@ -7,7 +7,7 @@ tags: error,page,kerbal,ksp,zer0Kerbal,zedK --- From ed9a5221625b92ffc5470522ad57294f5576045b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:26 -0500 Subject: [PATCH 033/138] Update MicroPad.md --- docs/FAKQ/MicroPad.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAKQ/MicroPad.md b/docs/FAKQ/MicroPad.md index ff6f68fe..9863884e 100644 --- a/docs/FAKQ/MicroPad.md +++ b/docs/FAKQ/MicroPad.md @@ -7,7 +7,7 @@ tags: Micropad,flow,page,kerbal,ksp,zer0Kerbal,zedK --- @@ -15,7 +15,7 @@ updated: -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) From a8fca4ebb2660325fc7c36e221e2e4f67c156aae Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:28 -0500 Subject: [PATCH 034/138] Update Runaway.md --- docs/FAKQ/Runaway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAKQ/Runaway.md b/docs/FAKQ/Runaway.md index fd7a88ff..8c0c30ad 100644 --- a/docs/FAKQ/Runaway.md +++ b/docs/FAKQ/Runaway.md @@ -7,7 +7,7 @@ tags: resource,flow,page,kerbal,ksp,zer0Kerbal,zedK --- @@ -15,7 +15,7 @@ updated: -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) From 196981390f61f04f4aa4a4b6e8f2fc5a024606bc Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:29 -0500 Subject: [PATCH 035/138] Update LegalMumboJumbo.md --- docs/LegalMumboJumbo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LegalMumboJumbo.md b/docs/LegalMumboJumbo.md index 76e87904..b96bdbb9 100644 --- a/docs/LegalMumboJumbo.md +++ b/docs/LegalMumboJumbo.md @@ -8,7 +8,7 @@ tags: legal,mumbo,jumbo,page,kerbal,ksp,zer0Kerbal,zedK @@ -16,7 +16,7 @@ updated: 30 Apr 2022 -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) From ad44df9c5764ed76c85aa279d396b4514c70b484 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:30 -0500 Subject: [PATCH 036/138] Update License.md --- docs/LegalMumboJumbo/License.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LegalMumboJumbo/License.md b/docs/LegalMumboJumbo/License.md index a95fd094..fcf5ee52 100644 --- a/docs/LegalMumboJumbo/License.md +++ b/docs/LegalMumboJumbo/License.md @@ -8,13 +8,13 @@ tags: licence,legal,mumbo,jumbo,page,kerbal,ksp,zer0Kerbal,zedK  [GPL-3.0 Logo] -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) * Copyright © (c) 2016 Alexandr Bezenkov * Copyright © (c) 2020, 2021, 2022 zer0Kerbal From 47ff5be614c9e315e30d817850a0ac3bfdcf2f92 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:31 -0500 Subject: [PATCH 037/138] Update Localizations.md --- docs/Localizations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Localizations.md b/docs/Localizations.md index 6671400e..e637948b 100644 --- a/docs/Localizations.md +++ b/docs/Localizations.md @@ -6,7 +6,7 @@ tags: translations,localizations,languages,page,kerbal,ksp,zer0Kerbal,zedK --- @@ -15,7 +15,7 @@ updated: 13 May 2022 --> -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](./index.md) From 2fc0c7a4128df91338886c2ae943c5cb4496499a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:32 -0500 Subject: [PATCH 038/138] Update ManualInstallation.md --- docs/ManualInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md index ced52b1b..bd07219d 100644 --- a/docs/ManualInstallation.md +++ b/docs/ManualInstallation.md @@ -7,13 +7,13 @@ tags: installation,directions,page,kerbal,ksp,zer0Kerbal,zedK --- -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](./index.md) From 5f195d7bc587f29419f4f57d5bc1530eddff6644 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:33 -0500 Subject: [PATCH 039/138] Update Marketing.md --- docs/Marketing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Marketing.md b/docs/Marketing.md index 6338491b..d96601ae 100644 --- a/docs/Marketing.md +++ b/docs/Marketing.md @@ -7,13 +7,13 @@ tags: marketing,pr,page,kerbal,ksp,zer0Kerbal,Lisias,zedK --- -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](./index.md) From 377a4e40dd8358264b66b4240916c5153c1a4c4e Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:34 -0500 Subject: [PATCH 040/138] Update Notices.md --- docs/Notices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Notices.md b/docs/Notices.md index 42613828..24720af6 100644 --- a/docs/Notices.md +++ b/docs/Notices.md @@ -8,13 +8,13 @@ tags: notices,legal,mumbo,jumbo,page,kerbal,ksp,zer0Kerbal,zedK -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](./index.md) From 0327f5193d4d44434e0ccb219d5e9c9615b87c14 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:36 -0500 Subject: [PATCH 041/138] Delete PartInvoice.md --- docs/PartInvoice.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docs/PartInvoice.md diff --git a/docs/PartInvoice.md b/docs/PartInvoice.md deleted file mode 100644 index e2512c6e..00000000 --- a/docs/PartInvoice.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -permalink: /PartInvoice.html -title: Parts Invoice -description: Bill, what are going to do tonight? Why Jeb, the same thing we do every night, Take over the world! -# layout: bare -tags: parts,invoice,parts-list,packing,page,kerbal,ksp,zer0Kerbal,zedK ---- - - - - - -# SimpleConstruction! (SCON) - -[Home](/index.md) - -## Part Invoice - -This add-on adds one part based upon stock models and textures - ---- - -* MicroPad - - Mallet ---- - -[top](#Part-Invoice) - - From d5c48115f749d7a34b8573dc9abd4e9943bc5a0b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:37 -0500 Subject: [PATCH 042/138] Create PartsCatalog.md --- docs/PartsCatalog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/PartsCatalog.md diff --git a/docs/PartsCatalog.md b/docs/PartsCatalog.md new file mode 100644 index 00000000..f361d19b --- /dev/null +++ b/docs/PartsCatalog.md @@ -0,0 +1,33 @@ +--- +permalink: /PartInvoice.html +title: Parts Catalog +description: Bill, what are going to do tonight? Why Jeb, the same thing we do every night, Take over the world! +# layout: bare +tags: parts,Catalog,parts-list,packing,page,kerbal,ksp,zer0Kerbal,zedK +--- + + + + + +# SimpleConstruction! (SC) + +[Home](/index.md) + +## Part Catalog + +This add-on adds one part using stock models and textures + +--- + +* MicroPad + + Micropad +--- + +[top](#part-catalog) + + From 96177bf68b542f909390dd57a2996b21a3d757a8 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:38 -0500 Subject: [PATCH 043/138] Update 4.0.9.9.1.md --- docs/ReleaseNotes/4.0.9.9.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes/4.0.9.9.1.md b/docs/ReleaseNotes/4.0.9.9.1.md index 3252f9ee..a5572833 100644 --- a/docs/ReleaseNotes/4.0.9.9.1.md +++ b/docs/ReleaseNotes/4.0.9.9.1.md @@ -7,7 +7,7 @@ layout: page --- From 54805f9626789fd60711363a7b836018c975cbe1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:39 -0500 Subject: [PATCH 044/138] Update 4.0.9.9.md --- docs/ReleaseNotes/4.0.9.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes/4.0.9.9.md b/docs/ReleaseNotes/4.0.9.9.md index adfdcf30..e6f6895b 100644 --- a/docs/ReleaseNotes/4.0.9.9.md +++ b/docs/ReleaseNotes/4.0.9.9.md @@ -114,7 +114,7 @@ updated: 31 Aug 2021 --> [MOD:license]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE [MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/issues [MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/204752-* "SimpleConstruction! (SCON) on the forums" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/204752-* "SimpleConstruction! (SC) on the forums" [MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg [LINK:localization]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/GameData/SimpleConstruction/Localization/readme.md "Localization" From 87dc4981cb45cc89b12dd7c94b91f78ef4bb4125 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:40 -0500 Subject: [PATCH 045/138] Update 4.0.99.1.md --- docs/ReleaseNotes/4.0.99.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.1.md b/docs/ReleaseNotes/4.0.99.1.md index 74d99c04..ff53596a 100644 --- a/docs/ReleaseNotes/4.0.99.1.md +++ b/docs/ReleaseNotes/4.0.99.1.md @@ -4,7 +4,7 @@ title: Release Notes: version 4.0.99.1 --- @@ -125,7 +125,7 @@ updated: 10 Jan 2022 --> ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* [x] ![][EN] English >* [x] ![][DE] German (Deutsch) From b26979f397ae0df1f9bc231b344b4567b5fb7e90 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:41 -0500 Subject: [PATCH 046/138] Update 4.0.99.2.md --- docs/ReleaseNotes/4.0.99.2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.2.md b/docs/ReleaseNotes/4.0.99.2.md index ff3b310c..0ab631a7 100644 --- a/docs/ReleaseNotes/4.0.99.2.md +++ b/docs/ReleaseNotes/4.0.99.2.md @@ -4,7 +4,7 @@ title: Release Notes: version 4.0.99.2 --- @@ -163,7 +163,7 @@ updated: 06 Mar 2022 --> ### Status * Issues/Milestones - * closes #64 - SimpleConstruction! (SCON) 4.0.99.2-prerelease A Little Too Spicy + * closes #64 - SimpleConstruction! (SC) 4.0.99.2-prerelease A Little Too Spicy * Pull Requests * closes #68 - 4.0.99.2-prerelease A Little Too Spicy @@ -185,7 +185,7 @@ updated: 06 Mar 2022 --> ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* [x] ![English][EN] English >* [x] ![German][DE] German (Deutsch) From 2bd4ba395316341bd113ce10d1af446cc6bc314e Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:42 -0500 Subject: [PATCH 047/138] Update 4.0.99.20.md --- docs/ReleaseNotes/4.0.99.20.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.20.md b/docs/ReleaseNotes/4.0.99.20.md index 3f73b079..2dd5c27f 100644 --- a/docs/ReleaseNotes/4.0.99.20.md +++ b/docs/ReleaseNotes/4.0.99.20.md @@ -7,7 +7,7 @@ layout: page --- @@ -97,7 +97,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues - * closes #139 - SimpleConstruction! (SCON) 4.0.99.20-prerelease `` edition + * closes #139 - SimpleConstruction! (SC) 4.0.99.20-prerelease `` edition * closes #140 - 4.0.99.20 Verify Legal Mumbo Jumbo * closes #141 - 4.0.99.20 Update Documentation * closes #142 - 4.0.99.20 Update Social Media @@ -113,7 +113,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From fcfe7d28b90602f4d8d0bc399941e141980469a6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:43 -0500 Subject: [PATCH 048/138] Update 4.0.99.3.md --- docs/ReleaseNotes/4.0.99.3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.3.md b/docs/ReleaseNotes/4.0.99.3.md index e02736c7..bf8bafb3 100644 --- a/docs/ReleaseNotes/4.0.99.3.md +++ b/docs/ReleaseNotes/4.0.99.3.md @@ -4,7 +4,7 @@ title: Release Notes - version 4.0.99.3 --- @@ -103,7 +103,7 @@ updated: 06 Mar 2022 --> ### Status * Issues/Milestones - * closes #72 - SimpleConstruction! (SCON) 4.0.99.3-prerelease - Bucketful of Sand + * closes #72 - SimpleConstruction! (SC) 4.0.99.3-prerelease - Bucketful of Sand * closes #73 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #74 - 4.0.99.2 Update Documentation * closes #75 - 4.0.99.2 Social Media @@ -130,7 +130,7 @@ updated: 06 Mar 2022 --> ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* [x] ![English][EN] English >* [x] ![German][DE] German (Deutsch) From 54508b347b515c17cbefd5c2a637d96075f30bfa Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:44 -0500 Subject: [PATCH 049/138] Update 4.0.99.30.md --- docs/ReleaseNotes/4.0.99.30.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.30.md b/docs/ReleaseNotes/4.0.99.30.md index 47cab1c4..553d6494 100644 --- a/docs/ReleaseNotes/4.0.99.30.md +++ b/docs/ReleaseNotes/4.0.99.30.md @@ -7,7 +7,7 @@ layout: page --- @@ -105,7 +105,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues - * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #150 - SimpleConstruction! (SC) 4.0.99.30-prerelease `` edition * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo * closes #152 - 4.0.99.30 Update Documentation * closes #153 - 4.0.99.30 Update Social Media @@ -121,7 +121,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From c92234346ab571d973ee87c059179d51f8fd65f0 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:45 -0500 Subject: [PATCH 050/138] Update 4.0.99.31.md --- docs/ReleaseNotes/4.0.99.31.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.31.md b/docs/ReleaseNotes/4.0.99.31.md index 2eee8c90..46b30e91 100644 --- a/docs/ReleaseNotes/4.0.99.31.md +++ b/docs/ReleaseNotes/4.0.99.31.md @@ -7,7 +7,7 @@ layout: page --- @@ -49,7 +49,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From 4c5d4d7d4071672f179a721126827e9f34652940 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:46 -0500 Subject: [PATCH 051/138] Update 4.0.99.4.md --- docs/ReleaseNotes/4.0.99.4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.4.md b/docs/ReleaseNotes/4.0.99.4.md index 2b120747..1f2ca4de 100644 --- a/docs/ReleaseNotes/4.0.99.4.md +++ b/docs/ReleaseNotes/4.0.99.4.md @@ -40,14 +40,14 @@ updated: 06 Mar 2022 --> ### Status * Issues/Milestones -* closed #86 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> +* closed #86 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> * closes #87 - 4.0.99.4 Verify Legal Mumbo Jumbo * closes #88 - 4.0.99.4 Update DocumentationUTC * closes #89 - 4.0.99.4 Social Media * Pull Requests * closes #85 - 84 bug elxxxskill log spam - contributed by zer0Kerbal - * closed #90 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> + * closed #90 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> --- From f6ad215337cf5f99cdc49ad89d1d9fb11286ddd6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:48 -0500 Subject: [PATCH 052/138] Update 4.0.99.5.md --- docs/ReleaseNotes/4.0.99.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.5.md b/docs/ReleaseNotes/4.0.99.5.md index 1704cbc5..4d1f14f7 100644 --- a/docs/ReleaseNotes/4.0.99.5.md +++ b/docs/ReleaseNotes/4.0.99.5.md @@ -7,7 +7,7 @@ layout: page --- @@ -71,7 +71,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues/Milestones - * closes #93 - SimpleConstruction! (SCON) 4.0.99.5-prerelease + * closes #93 - SimpleConstruction! (SC) 4.0.99.5-prerelease * closes #94 - 4.0.99.5 Verify Legal Mumbo Jumbo * closes #95 - 4.0.99.5 Update Documentation * closes #96 - 4.0.99.5 Update Social Media @@ -87,7 +87,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![German][DE] German (Deutsch) From c56af0f694572476eabbea352efef8710efe8ca1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:49 -0500 Subject: [PATCH 053/138] Update 4.0.99.6.md --- docs/ReleaseNotes/4.0.99.6.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.6.md b/docs/ReleaseNotes/4.0.99.6.md index c4b3eef7..02f02230 100644 --- a/docs/ReleaseNotes/4.0.99.6.md +++ b/docs/ReleaseNotes/4.0.99.6.md @@ -7,7 +7,7 @@ layout: page --- @@ -90,7 +90,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues - * closes #107 - SimpleConstruction! (SCON) 4.0.99.6-prerelease `` + * closes #107 - SimpleConstruction! (SC) 4.0.99.6-prerelease `` * closes #108 - 4.0.99.6 Verify Legal Mumbo Jumbo * closes #109 - 4.0.99.6 Update Documentation * closes #110 - 4.0.99.6 Update Social Media @@ -106,7 +106,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From e5ab4a8641afc2518e2a0d0265e90272ac329637 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:50 -0500 Subject: [PATCH 054/138] Update 4.0.99.7.md --- docs/ReleaseNotes/4.0.99.7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.7.md b/docs/ReleaseNotes/4.0.99.7.md index 26a6ab5a..ea6c38d4 100644 --- a/docs/ReleaseNotes/4.0.99.7.md +++ b/docs/ReleaseNotes/4.0.99.7.md @@ -7,7 +7,7 @@ layout: page --- @@ -54,7 +54,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues - * closes #116 - SimpleConstruction! (SCON) 4.0.99.7-prerelease `` + * closes #116 - SimpleConstruction! (SC) 4.0.99.7-prerelease `` * closes #117 - 4.0.99.7 Verify Legal Mumbo Jumbo * closes #118 - 4.0.99.7 Update Documentation * closes #119 - 4.0.99.7 Update Social Media @@ -72,7 +72,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From 8e8217076268079e7a1dbc2d5f2d9c58b4c1746a Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:51 -0500 Subject: [PATCH 055/138] Update 4.0.99.8.md --- docs/ReleaseNotes/4.0.99.8.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.8.md b/docs/ReleaseNotes/4.0.99.8.md index 4966c293..27f2fc0a 100644 --- a/docs/ReleaseNotes/4.0.99.8.md +++ b/docs/ReleaseNotes/4.0.99.8.md @@ -7,7 +7,7 @@ layout: page --- @@ -57,7 +57,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Status * Issues - * closes #124 - SimpleConstruction! (SCON) 4.0.99.8-prerelease `` + * closes #124 - SimpleConstruction! (SC) 4.0.99.8-prerelease `` * closes #125 - 4.0.99.8 Verify Legal Mumbo Jumbo * closes #126 - 4.0.99.8 Update Documentation * closes #127 - 4.0.99.8 Update Social Media @@ -73,7 +73,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From a53d74dcf30d2856a9c33197f58ac3d13c90da6b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:52 -0500 Subject: [PATCH 056/138] Update 4.0.99.9.md --- docs/ReleaseNotes/4.0.99.9.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes/4.0.99.9.md b/docs/ReleaseNotes/4.0.99.9.md index f392e3d8..b0794be1 100644 --- a/docs/ReleaseNotes/4.0.99.9.md +++ b/docs/ReleaseNotes/4.0.99.9.md @@ -7,7 +7,7 @@ layout: page --- @@ -59,7 +59,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla * closes #133 - 4.0.99.9 Verify Legal Mumbo Jumbo * closes #134 - 4.0.99.9 Update Documentation * closes #135 - 4.0.99.9 Update Social Media - * closes #136 - SimpleConstruction! (SCON) 4.0.99.9-prerelease `` + * closes #136 - SimpleConstruction! (SC) 4.0.99.9-prerelease `` --- @@ -72,7 +72,7 @@ meaning things have changed, including file names - so delete `GameData/Extrapla ### Localization -#### SimpleConstruction! (SCON) +#### SimpleConstruction! (SC) >* ![English][EN] English >* ![Dutch][NL] Dutch - courtesy of GitHub user: [x13x54][x13x54] From 9de1fd30504ebb7f781d1d586d4f681f14d76b22 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:54 -0500 Subject: [PATCH 057/138] Update resourceFlow.md --- docs/resourceFlow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resourceFlow.md b/docs/resourceFlow.md index 4f10037e..c0ec26e5 100644 --- a/docs/resourceFlow.md +++ b/docs/resourceFlow.md @@ -7,7 +7,7 @@ tags: resource,flow,page,kerbal,ksp,zer0Kerbal,zedK @@ -15,7 +15,7 @@ updated: 26 Feb 2022 -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) From 501422081c45e79964a6b637dc76018775a4a2fd Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:56 -0500 Subject: [PATCH 058/138] Update Why.md --- docs/Why.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Why.md b/docs/Why.md index 0b443fbf..66b3bbe0 100644 --- a/docs/Why.md +++ b/docs/Why.md @@ -7,12 +7,12 @@ tags: fourty-two,42,6x7,6times7,6*7,why,why-not,page,kerbal,ksp,zer0Kerbal,zedK --- -# SimpleConstruction! (SCON) +# SimpleConstruction! (SC) [Home](/index.md) From 5f4634128f324ae5b52b62ecd97072248ad9feed Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:11:58 -0500 Subject: [PATCH 059/138] Update 4.0.99.31.htm --- GameData/SimpleConstruction/4.0.99.31.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/4.0.99.31.htm b/GameData/SimpleConstruction/4.0.99.31.htm index 4eb928f6..36754d69 100644 --- a/GameData/SimpleConstruction/4.0.99.31.htm +++ b/GameData/SimpleConstruction/4.0.99.31.htm @@ -68,7 +68,7 @@

    See More

    title="GitHub.io Pages">Pages
  • Localization

    -

    SimpleConstruction! (SCON)

    +

    SimpleConstruction! (SC)

    • Date: Fri, 30 Sep 2022 00:11:59 -0500 Subject: [PATCH 060/138] Update Attributions.htm --- GameData/SimpleConstruction/Attributions.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GameData/SimpleConstruction/Attributions.htm b/GameData/SimpleConstruction/Attributions.htm index d77c5c87..d7f50899 100644 --- a/GameData/SimpleConstruction/Attributions.htm +++ b/GameData/SimpleConstruction/Attributions.htm @@ -1,6 +1,6 @@ @@ -8,7 +8,7 @@

      -

      SimpleConstruction! (SCON)

      +

      SimpleConstruction! (SC)

      Home

      Attribution

      Credits

      @@ -56,7 +56,7 @@

      Special Thanks

    Translations

    -

    SimpleConstruction! (SCON)

    +

    SimpleConstruction! (SC)

    • Date: Fri, 30 Sep 2022 00:12:00 -0500 Subject: [PATCH 061/138] Update changelog.md --- GameData/SimpleConstruction/changelog.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md index 134febb6..a50597fa 100644 --- a/GameData/SimpleConstruction/changelog.md +++ b/GameData/SimpleConstruction/changelog.md @@ -1,6 +1,6 @@ # Changelog -| modName | SimpleConstruction! (SCON) | +| modName | SimpleConstruction! (SC) | | ---------- | ----------------------------------------------------------------- | | license | GPL-3.0 | | author | RealGecko, EricWi and zer0Kerbal | @@ -110,7 +110,7 @@ ### Status * Issues - * closes #150 - SimpleConstruction! (SCON) 4.0.99.30-prerelease `` edition + * closes #150 - SimpleConstruction! (SC) 4.0.99.30-prerelease `` edition * closes #151 - 4.0.99.30 Verify Legal Mumbo Jumbo * closes #152 - 4.0.99.30 Update Documentation * closes #153 - 4.0.99.30 Update Social Media @@ -192,7 +192,7 @@ ### Status * Issues - * closes #139 - SimpleConstruction! (SCON) 4.0.99.20-prerelease `` edition + * closes #139 - SimpleConstruction! (SC) 4.0.99.20-prerelease `` edition * closes #140 - 4.0.99.20 Verify Legal Mumbo Jumbo * closes #141 - 4.0.99.20 Update Documentation * closes #142 - 4.0.99.20 Update Social Media @@ -236,7 +236,7 @@ * closes #133 - 4.0.99.9 Verify Legal Mumbo Jumbo * closes #134 - 4.0.99.9 Update Documentation * closes #135 - 4.0.99.9 Update Social Media - * closes #136 - SimpleConstruction! (SCON) 4.0.99.9-prerelease `` + * closes #136 - SimpleConstruction! (SC) 4.0.99.9-prerelease `` --- @@ -277,7 +277,7 @@ ### Status * Issues - * closes #124 - SimpleConstruction! (SCON) 4.0.99.8-prerelease `` + * closes #124 - SimpleConstruction! (SC) 4.0.99.8-prerelease `` * closes #125 - 4.0.99.8 Verify Legal Mumbo Jumbo * closes #126 - 4.0.99.8 Update Documentation * closes #127 - 4.0.99.8 Update Social Media @@ -309,7 +309,7 @@ ### Status * Issues - * closes #116 - SimpleConstruction! (SCON) 4.0.99.7-prerelease `` + * closes #116 - SimpleConstruction! (SC) 4.0.99.7-prerelease `` * closes #117 - 4.0.99.7 Verify Legal Mumbo Jumbo * closes #118 - 4.0.99.7 Update Documentation * closes #119 - 4.0.99.7 Update Social Media @@ -379,7 +379,7 @@ ### Status * Issues - * closes #107 - SimpleConstruction! (SCON) 4.0.99.6-prerelease `` + * closes #107 - SimpleConstruction! (SC) 4.0.99.6-prerelease `` * closes #108 - 4.0.99.6 Verify Legal Mumbo Jumbo * closes #109 - 4.0.99.6 Update Documentation * closes #110 - 4.0.99.6 Update Social Media @@ -433,7 +433,7 @@ ### Status * Issues/Milestones - * closes #93 - SimpleConstruction! (SCON) 4.0.99.5-prerelease `` + * closes #93 - SimpleConstruction! (SC) 4.0.99.5-prerelease `` * closes #94 - 4.0.99.5 Verify Legal Mumbo Jumbo * closes #95 - 4.0.99.5 Update Documentation * closes #96 - 4.0.99.5 Update Social Media @@ -461,14 +461,14 @@ ### Status * Issues/Milestones -* closed #86 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> +* closed #86 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> * closes #87 - 4.0.99.4 Verify Legal Mumbo Jumbo * closes #88 - 4.0.99.4 Update DocumentationUTC * closes #89 - 4.0.99.4 Social Media * Pull Requests * closes #85 - 84 bug elxxxskill log spam - contributed by zer0Kerbal - * closed #90 - SimpleConstruction! (SCON) 4.0.99.4-prerelease <% Bugs> + * closed #90 - SimpleConstruction! (SC) 4.0.99.4-prerelease <% Bugs> --- @@ -556,7 +556,7 @@ ### Status * Issues/Milestones - * closes #72 - SimpleConstruction! (SCON) 4.0.99.3-prerelease - Bucketful of Sand + * closes #72 - SimpleConstruction! (SC) 4.0.99.3-prerelease - Bucketful of Sand * closes #73 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #74 - 4.0.99.2 Update Documentation * closes #75 - 4.0.99.2 Social Media @@ -705,7 +705,7 @@ * Issues/Milestones * closes #63 - [Bug ��]: KPBS Smelter not heating - * closes #64 - SimpleConstruction! (SCON) 4.0.99.2-prerelease A Little Too Spicy + * closes #64 - SimpleConstruction! (SC) 4.0.99.2-prerelease A Little Too Spicy * closes #65 - 4.0.99.2 Verify Legal Mumbo Jumbo * closes #66 - 4.0.99.2 Update Documentation * closes #67 - 4.0.99.2 Social Media From c1255ec791c782fc2e3882cca187cc776056297e Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:01 -0500 Subject: [PATCH 062/138] Update B9TankSwitch.cfg --- .../Compatibility/B9PartSwitch/B9TankSwitch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg index 8e1971b5..852aaadd 100644 --- a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg +++ b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg @@ -1,5 +1,5 @@ // B9TankSwitch.cfg v1.0.3.2 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 24 Jun 2022 From b3a8d4acff48ddf8d908d6c22e87727bc09218a9 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:02 -0500 Subject: [PATCH 063/138] Update B9TankTypes.cfg --- .../Compatibility/B9PartSwitch/B9TankTypes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg index 26505a63..7380d43f 100644 --- a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg +++ b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankTypes.cfg @@ -1,5 +1,5 @@ // B9TankTypes.cfg v1.0.2.1 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: // updated: 13 May 2022 From c60c041a2f7eaa62b07c1910edb59717f8939b7b Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:03 -0500 Subject: [PATCH 064/138] Update CommunityCategoryKit.cfg --- .../SimpleConstruction/Compatibility/CommunityCategoryKit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg b/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg index 38b0479f..bb6b6511 100644 --- a/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg +++ b/GameData/SimpleConstruction/Compatibility/CommunityCategoryKit.cfg @@ -1,5 +1,5 @@ // CommunityCategoryKit.cfg v1.0.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: // updated: 07 Aug 2022 From 3ec82998ae7f9b3f6657bdcd66cf4ee4c11dfe36 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:05 -0500 Subject: [PATCH 065/138] Update Foundations.cfg --- GameData/SimpleConstruction/Compatibility/Foundations.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/Foundations.cfg b/GameData/SimpleConstruction/Compatibility/Foundations.cfg index 296b371c..49e0219f 100644 --- a/GameData/SimpleConstruction/Compatibility/Foundations.cfg +++ b/GameData/SimpleConstruction/Compatibility/Foundations.cfg @@ -1,5 +1,5 @@ // Foundations.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 11 Sept 2021 // updated: From 95e2f38c091ee0859f3ac4a1afa45788a1490c59 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:06 -0500 Subject: [PATCH 066/138] Update ghostparts.cfg --- GameData/SimpleConstruction/Compatibility/ghostparts.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/ghostparts.cfg b/GameData/SimpleConstruction/Compatibility/ghostparts.cfg index 709d1ec7..8bf7dc7b 100644 --- a/GameData/SimpleConstruction/Compatibility/ghostparts.cfg +++ b/GameData/SimpleConstruction/Compatibility/ghostparts.cfg @@ -1,5 +1,5 @@ // ghostparts.cfg v1.0.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 26 Feb 2022 // updated: 24 Jun 2022 From 4a69c5b4656eeee58c974742068e072495114e22 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:07 -0500 Subject: [PATCH 067/138] Update Interstellar.cfg --- GameData/SimpleConstruction/Compatibility/Interstellar.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg index e4544f1c..faddc9f2 100644 --- a/GameData/SimpleConstruction/Compatibility/Interstellar.cfg +++ b/GameData/SimpleConstruction/Compatibility/Interstellar.cfg @@ -1,5 +1,5 @@ // Interstellar.cfg v1.0.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 04 Jul 2022 // updated: 15 Jul 2022 From 0531379a2b1a5a752ee401a609f10e86acfca8a3 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:09 -0500 Subject: [PATCH 068/138] Update InterstellarFuelSwitch.cfg --- .../SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg index 7acbd3af..487c663f 100644 --- a/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg +++ b/GameData/SimpleConstruction/Compatibility/InterstellarFuelSwitch.cfg @@ -1,5 +1,5 @@ // InterstellarFuelSwitch.cfg v1.0.3.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 14 Mar 2022 From 9e3eb22669d1318a00665ec96f71444f18ffb54d Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:10 -0500 Subject: [PATCH 069/138] Update KerbalInventorySystem.cfg --- .../SimpleConstruction/Compatibility/KerbalInventorySystem.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/KerbalInventorySystem.cfg b/GameData/SimpleConstruction/Compatibility/KerbalInventorySystem.cfg index e4fd2f10..0e3cdab0 100644 --- a/GameData/SimpleConstruction/Compatibility/KerbalInventorySystem.cfg +++ b/GameData/SimpleConstruction/Compatibility/KerbalInventorySystem.cfg @@ -1,5 +1,5 @@ // KerbalInventorySystem.cfg v1.0.0.1 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 11 Sep 2021 // updated: 14 Mar 2022 From 09ff386c9e23516c599c79580587823fd8a67931 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:11 -0500 Subject: [PATCH 070/138] Update KerbalPlanetaryBaseSystems.cfg --- .../KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg index 8d8e917a..6728362c 100644 --- a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg +++ b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg @@ -1,5 +1,5 @@ // KerbalPlanetaryBaseSystems.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: // updated: 06 Mar 2022 From 46d077db9f8f3515df210c6ffc38591eec117ac6 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:13 -0500 Subject: [PATCH 071/138] Update KKAOSS_Smelter.cfg --- .../Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg index 9d004de3..f2dd12ae 100644 --- a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg +++ b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg @@ -1,5 +1,5 @@ // KKAOSS_Smelter.cfg v1.0.3.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: // updated: 15 Jul 2022 From ffd16db414ee14e754db2f8274398a80dbaf2669 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:14 -0500 Subject: [PATCH 072/138] Update KKAOSS_Workshop.cfg --- .../KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg index 715ab3ca..b776891d 100644 --- a/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg +++ b/GameData/SimpleConstruction/Compatibility/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg @@ -1,5 +1,5 @@ // KKAOSS_Workshop.cfg v1.0.2.1 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 06 Jan 2022 // updated: 15 Jul 2022 From 02dac49b658fa54baece9afab5c99ea054eb7e10 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:15 -0500 Subject: [PATCH 073/138] Update StationPartsExpansionRedux.cfg --- .../Compatibility/StationPartsExpansionRedux.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/StationPartsExpansionRedux.cfg b/GameData/SimpleConstruction/Compatibility/StationPartsExpansionRedux.cfg index ba283c29..1260353a 100644 --- a/GameData/SimpleConstruction/Compatibility/StationPartsExpansionRedux.cfg +++ b/GameData/SimpleConstruction/Compatibility/StationPartsExpansionRedux.cfg @@ -1,5 +1,5 @@ // SSPXR.cfg 1.0.0.1 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 26 Jun 2021 // updated: 06 Sep 2021 From 3be8d5be85c788ceb5bc776e502ca46e75ff2ffe Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:16 -0500 Subject: [PATCH 074/138] Update USI-Kontainers.cfg --- GameData/SimpleConstruction/Compatibility/USI-Kontainers.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Compatibility/USI-Kontainers.cfg b/GameData/SimpleConstruction/Compatibility/USI-Kontainers.cfg index 8afa9c9e..db04711a 100644 --- a/GameData/SimpleConstruction/Compatibility/USI-Kontainers.cfg +++ b/GameData/SimpleConstruction/Compatibility/USI-Kontainers.cfg @@ -1,5 +1,5 @@ // USI-Kontainers.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 2020 Apr 20 From af3a2f71cc9110a46fc7e45476b3191ff867a25c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:17 -0500 Subject: [PATCH 075/138] Update ExperienceTraits.cfg --- GameData/SimpleConstruction/Config/ExperienceTraits.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/ExperienceTraits.cfg b/GameData/SimpleConstruction/Config/ExperienceTraits.cfg index b79fa1b5..28fc9be4 100644 --- a/GameData/SimpleConstruction/Config/ExperienceTraits.cfg +++ b/GameData/SimpleConstruction/Config/ExperienceTraits.cfg @@ -1,5 +1,5 @@ // ExperienceTraits.cfg v1.0.0.2 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 29 Nov 2016 // updated: 22 Mar 2022 From bb2becd73a3f63cd620585f7ecdb9a727595f4cb Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:19 -0500 Subject: [PATCH 076/138] Update Recipes.cfg --- GameData/SimpleConstruction/Config/Recipes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/Recipes.cfg b/GameData/SimpleConstruction/Config/Recipes.cfg index 535179c4..f6cb7147 100644 --- a/GameData/SimpleConstruction/Config/Recipes.cfg +++ b/GameData/SimpleConstruction/Config/Recipes.cfg @@ -1,5 +1,5 @@ // Recipes.cfg v4.1.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2013 // updated: 01 Sep 2022 From 3421374e1b064aa5964315680348b95dad4a9157 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:20 -0500 Subject: [PATCH 077/138] Update Resources.cfg --- GameData/SimpleConstruction/Config/Resources.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/Resources.cfg b/GameData/SimpleConstruction/Config/Resources.cfg index 9c54618c..92c8420d 100644 --- a/GameData/SimpleConstruction/Config/Resources.cfg +++ b/GameData/SimpleConstruction/Config/Resources.cfg @@ -1,5 +1,5 @@ // Resources.cfg v1.0.6.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2013 // updated: 01 Sep 2022 From 986718579a8c9cac63a7a9e03d6aa5f35cfdf848 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:21 -0500 Subject: [PATCH 078/138] Update CrewedPods.cfg --- .../SimpleConstruction/Config/SimpleConstruction/CrewedPods.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/CrewedPods.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/CrewedPods.cfg index c2b7b8f8..214ea036 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/CrewedPods.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/CrewedPods.cfg @@ -1,5 +1,5 @@ // CrewedPods.cfg v1.0.1.1 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 01 Dec 2019 // updated: 05 Feb 2020 From 378fc985809f8333dc8f72eb930b44e78eac32b8 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:22 -0500 Subject: [PATCH 079/138] Update DockingPorts.cfg --- .../Config/SimpleConstruction/DockingPorts.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg index e5bbac6c..de904d84 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg @@ -1,5 +1,5 @@ // DockingPorts.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 01 Dec 2019 // updated: 28 Nov 2021 From a5f9f9c7a5535f99f93dd6e00312835d9feb30d2 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:23 -0500 Subject: [PATCH 080/138] Update Drills.cfg --- .../SimpleConstruction/Config/SimpleConstruction/Drills.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/Drills.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/Drills.cfg index a780af55..9738f3ee 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/Drills.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/Drills.cfg @@ -1,5 +1,5 @@ // Drills.cfg v1.0.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 11 Sep 2021 // updated: 01 May 2022 From 9cd49ac31febed202dec83fecb39b5b8a8f56e48 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:24 -0500 Subject: [PATCH 081/138] Update ISRU.cfg --- GameData/SimpleConstruction/Config/SimpleConstruction/ISRU.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/ISRU.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/ISRU.cfg index d1a77f05..2fa61197 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/ISRU.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/ISRU.cfg @@ -1,5 +1,5 @@ // ISRU.cfg v1.1.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 15 Jul 2022 From c7c602c95b7e15e5d2aaea186f58186b0b6ed0ae Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:25 -0500 Subject: [PATCH 082/138] Update Launchclamps.cfg --- .../Config/SimpleConstruction/Launchclamps.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg index 2a08c3a5..7cf56bfb 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg @@ -1,5 +1,5 @@ // Launchclamps.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 25 Oct 2021 From f346d2fd794017af4aa6ff531156c93e5b00f8f9 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:26 -0500 Subject: [PATCH 083/138] Update ScienceLabs.cfg --- .../Config/SimpleConstruction/ScienceLabs.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg index eb2e69a3..57aee6a4 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/ScienceLabs.cfg @@ -1,5 +1,5 @@ // ScienceLabs.cfg v1.0.4.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 01 Dec 2019 // updated: 01 Sep 2022 From 5f16cf18447179f7d61e15a3fa284d3dddd05cd3 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:28 -0500 Subject: [PATCH 084/138] Update Tanks.cfg --- GameData/SimpleConstruction/Config/SimpleConstruction/Tanks.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/Tanks.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/Tanks.cfg index f9dcc75d..076ced10 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/Tanks.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/Tanks.cfg @@ -1,5 +1,5 @@ // Tanks.cfg v1.0.4.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 03 27 // updated: 24 Jun 2022 From e524e349de8197f2ebcd6529d8e0c2005266e350 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:29 -0500 Subject: [PATCH 085/138] Update SCContractISRU.cfg --- GameData/SimpleConstruction/Contracts/SCContractISRU.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg b/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg index 4f0bd342..712123a8 100644 --- a/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg +++ b/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg @@ -1,5 +1,5 @@ // SCContractISRU.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 10 Sep 2021 // updated: 10 Sep 2021 From f844c43add9a3f183297a3bceec81ed7e11cec93 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:30 -0500 Subject: [PATCH 086/138] Update de.cfg --- GameData/SimpleConstruction/Localization/de.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/de.cfg b/GameData/SimpleConstruction/Localization/de.cfg index 7ce995e9..9402dd52 100644 --- a/GameData/SimpleConstruction/Localization/de.cfg +++ b/GameData/SimpleConstruction/Localization/de.cfg @@ -1,5 +1,5 @@ // de.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 13 Sep 2021 // updated: 107 Aug 2022 From 9a73466017f597746f5235092fc9ade2c1864563 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:31 -0500 Subject: [PATCH 087/138] Update en-us.cfg --- GameData/SimpleConstruction/Localization/en-us.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/en-us.cfg b/GameData/SimpleConstruction/Localization/en-us.cfg index 053fdf3f..dbc1b6d8 100644 --- a/GameData/SimpleConstruction/Localization/en-us.cfg +++ b/GameData/SimpleConstruction/Localization/en-us.cfg @@ -1,5 +1,5 @@ // en-us.cfg v1.2.3.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2020 Apr 20 // updated: 07 Aug 2022 From 2e4aaeacfe9e085ee116b58b9b5b5964745bc7c3 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:32 -0500 Subject: [PATCH 088/138] Update fr-fr.cfg --- GameData/SimpleConstruction/Localization/fr-fr.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/fr-fr.cfg b/GameData/SimpleConstruction/Localization/fr-fr.cfg index 8e4c6b7a..83d147d7 100644 --- a/GameData/SimpleConstruction/Localization/fr-fr.cfg +++ b/GameData/SimpleConstruction/Localization/fr-fr.cfg @@ -1,5 +1,5 @@ // fr-fr.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 07 Jul 2022 // updated: 07 Aug 2022 From a11855d6404d9f1cbd1aba5d48f1841a36b15e54 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:33 -0500 Subject: [PATCH 089/138] Update nl-nl.cfg --- GameData/SimpleConstruction/Localization/nl-nl.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/nl-nl.cfg b/GameData/SimpleConstruction/Localization/nl-nl.cfg index 0939dbf3..fec12bf1 100644 --- a/GameData/SimpleConstruction/Localization/nl-nl.cfg +++ b/GameData/SimpleConstruction/Localization/nl-nl.cfg @@ -1,5 +1,5 @@ // nl-nl.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 13 Apr 2022 // updated: 07 Aug 2022 From 36d629d036e22d3489b666b6e4fdfb8f61a33fbd Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:35 -0500 Subject: [PATCH 090/138] Update XPL-fr.fr.cfg --- GameData/SimpleConstruction/Localization/XPL-fr.fr.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/XPL-fr.fr.cfg b/GameData/SimpleConstruction/Localization/XPL-fr.fr.cfg index 87bfb31b..085ab82d 100644 --- a/GameData/SimpleConstruction/Localization/XPL-fr.fr.cfg +++ b/GameData/SimpleConstruction/Localization/XPL-fr.fr.cfg @@ -1,5 +1,5 @@ // fr-fr.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2022 Jul 7 // updated: From 9c6a2cdcec033cf34582a69baa0bd392dd9f890c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:36 -0500 Subject: [PATCH 091/138] Update XPL-nl-nl.cfg --- GameData/SimpleConstruction/Localization/XPL-nl-nl.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/XPL-nl-nl.cfg b/GameData/SimpleConstruction/Localization/XPL-nl-nl.cfg index c607890e..89a0c550 100644 --- a/GameData/SimpleConstruction/Localization/XPL-nl-nl.cfg +++ b/GameData/SimpleConstruction/Localization/XPL-nl-nl.cfg @@ -1,5 +1,5 @@ // nl-nl.cfg v1.0.1.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 2022 Apr 13 // updated: 15 Jul 2022 From 99a2ef4c7d040a8ec21de53d8f21bccab61cebab Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:37 -0500 Subject: [PATCH 092/138] Update zh-cn.cfg --- GameData/SimpleConstruction/Localization/zh-cn.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Localization/zh-cn.cfg b/GameData/SimpleConstruction/Localization/zh-cn.cfg index 80600716..8e496747 100644 --- a/GameData/SimpleConstruction/Localization/zh-cn.cfg +++ b/GameData/SimpleConstruction/Localization/zh-cn.cfg @@ -1,5 +1,5 @@ // zh-ch.cfg v1.0.2.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 01 Dec 2021 // updated: 07 Aug 2022 From 6fed345c4faf70cbbd35f7da5d56e3830e956e55 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:38 -0500 Subject: [PATCH 093/138] Update ManualInstallation.htm --- GameData/SimpleConstruction/ManualInstallation.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameData/SimpleConstruction/ManualInstallation.htm b/GameData/SimpleConstruction/ManualInstallation.htm index 256af894..b7c3159f 100644 --- a/GameData/SimpleConstruction/ManualInstallation.htm +++ b/GameData/SimpleConstruction/ManualInstallation.htm @@ -1,11 +1,11 @@ -

      SimpleConstruction! (SCON)

      +

      SimpleConstruction! (SC)

      Home

      Provides simple craft building capability in flight mode to stock parts for Kerbal Space Program.

      From 3c0a3e179488856d292fb40f5f69a9781b4d55dd Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:40 -0500 Subject: [PATCH 094/138] Delete ELMicroPadSC_icon.png --- .../Parts/@thumbs/ELMicroPadSC_icon.png | Bin 24965 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 GameData/SimpleConstruction/Parts/@thumbs/ELMicroPadSC_icon.png diff --git a/GameData/SimpleConstruction/Parts/@thumbs/ELMicroPadSC_icon.png b/GameData/SimpleConstruction/Parts/@thumbs/ELMicroPadSC_icon.png deleted file mode 100644 index 18253f6556c35925f97724e8f07574061193faf6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24965 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 R|68~KP*c)+RrS&m`G3Z~ei{G( From 9692b1af66ddd4791ce2ce7a273b86869a5530c7 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:41 -0500 Subject: [PATCH 095/138] Update micro1x1.cfg.0 --- GameData/SimpleConstruction/Parts/micro1x1.cfg.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 index b7959a3d..af1b89c7 100644 --- a/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 +++ b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 @@ -1,5 +1,5 @@ // micro1x1.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 11 Sept 2021 // updated: From 55ab7adcbe2eace58cedafd7d2be735aa817988c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:42 -0500 Subject: [PATCH 096/138] Update micro2x2.cfg.0 --- GameData/SimpleConstruction/Parts/micro2x2.cfg.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 index 095c61e9..725965b9 100644 --- a/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 +++ b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 @@ -1,5 +1,5 @@ // micro2x2.cfg v1.0.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 11 Sept 2021 // updated: From 7c198a58343368eda6da8cd48fef563a115b7b62 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:44 -0500 Subject: [PATCH 097/138] Update microstrutpad.cfg --- GameData/SimpleConstruction/Parts/microstrutpad.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/Parts/microstrutpad.cfg b/GameData/SimpleConstruction/Parts/microstrutpad.cfg index 6b51cc3e..db7daca7 100644 --- a/GameData/SimpleConstruction/Parts/microstrutpad.cfg +++ b/GameData/SimpleConstruction/Parts/microstrutpad.cfg @@ -1,5 +1,5 @@ // MicroStrutPad.cfg v1.1.0.0 -// SimpleConstruction! (SCON) +// SimpleConstruction! (SC) // created: 10 Feb 2020 // updated: 11 Sep 2021 From 734f550e5a559b4d4485ffa650f00c3f7a32879f Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:12:47 -0500 Subject: [PATCH 098/138] Update readme.htm --- GameData/SimpleConstruction/readme.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GameData/SimpleConstruction/readme.htm b/GameData/SimpleConstruction/readme.htm index 09c54852..3992edca 100644 --- a/GameData/SimpleConstruction/readme.htm +++ b/GameData/SimpleConstruction/readme.htm @@ -1,5 +1,5 @@ @@ -36,7 +36,7 @@ title="GitHub Pages">Pages

      -

      SimpleConstruction! (SCON)

      +

      SimpleConstruction! (SC)

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

      @@ -126,7 +126,7 @@

      Documentation

      Youtube review by Kottabos Gaming

      Kottabo Talks -SimpleConstruction! (SCON)

      +SimpleConstruction! (SC)

      Kottabos talks SimpleConstruction

      @@ -174,7 +174,7 @@

      Help Wanted


    Localizations

    -

    SimpleConstruction! (SCON)

    +

    SimpleConstruction! (SC)

    • Recommends (GPO)

    Suggests -Mods that benefit SimpleConstruction! (SCON)

    +Mods that benefit SimpleConstruction! (SC)

    Localization

    -

    SimpleConstruction! (SC)

    +

    SimpleConstruction! (SC)

    • Date: Fri, 30 Sep 2022 00:37:20 -0500 Subject: [PATCH 127/138] Update Attributions.htm --- GameData/SimpleConstruction/Attributions.htm | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/GameData/SimpleConstruction/Attributions.htm b/GameData/SimpleConstruction/Attributions.htm index d7f50899..caba578d 100644 --- a/GameData/SimpleConstruction/Attributions.htm +++ b/GameData/SimpleConstruction/Attributions.htm @@ -1,14 +1,9 @@ - +

      -

      SimpleConstruction! (SC)

      +

      SimpleConstruction! (SC)

      Home

      Attribution

      Credits

      @@ -56,7 +51,7 @@

      Special Thanks

    Translations

    -

    SimpleConstruction! (SC)

    +

    SimpleConstruction! (SC)

    - - + From 8122b7b6628c74193efba5809eae5d4e3eee3188 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:21 -0500 Subject: [PATCH 128/138] Update changelog.md --- GameData/SimpleConstruction/changelog.md | 48 +++++++++++++++++++----- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md index a50597fa..de84a9a4 100644 --- a/GameData/SimpleConstruction/changelog.md +++ b/GameData/SimpleConstruction/changelog.md @@ -1,27 +1,57 @@ # Changelog -| modName | SimpleConstruction! (SC) | +| modName | SimpleConstruction! (SC) | | ---------- | ----------------------------------------------------------------- | | license | GPL-3.0 | -| author | RealGecko, EricWi and zer0Kerbal | +| author | matterbeam, RealGecko, EricWi and zer0Kerbal | | forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/191424-*/) | | github | (https://github.com/zer0Kerbal/zer0Kerbal/SimpleConstruction) | | curseforge | (https://www.curseforge.com/kerbal/ksp-mods/SC) | | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | -## Version 4.0.99.31-prerelease `` edition + + +## Version 4.0.99.31-prerelease `` edition ### Summary -* Kerbalism Compatibility +* Updated Docking Port patch to prevent finalized builds from flying away when released +* This *may* have an impact on all docking ports not pushing away anything when released. -### Kerbalism +### Changes 4.0.99.31 -* Compatibility - * v4.1.1.0 - * v1.0.6.0 - * v1.0.4.0 +* universally update abbreviation from SCON to SC +* imgbot +* move thumbs (to prevent possible game crashes due to malformed thumbs) + +### Config 4.0.99.31 + +* Update + * [DockingPorts.cfg] v1.0.3.0 + * Updated Docking Port patch to prevent finalized builds from flying away when released + * thank you to ItchyBrother for asking about this + * @MODULE[ModuleDockingNode] + * %undockEjectionForce = 0] +* closes #165 - [BUG 🐛] build 'flies; after releasing a finalizing project + +### Compatibility 4.0.99.31 + +* rename + * files + * --> v1.0.2.2 + * --> v1.0.3.2 + +### Status 4.0.99.31 + +* Issues + * closes #158 - SimpleConstruction! (SC) 4.0.99.31-prerelease - `` edition + * closes #159 - 4.0.99.31 Verify Legal Mumbo Jumbo + * closes #160 - 4.0.99.31 Update Documentation + * closes #161 - 4.0.99.31 Update Social Media + * #162 - [ImgBot] Optimize images - contributed by imgbot[bot] +* Beta testing + * updates #40 - Stock Recycler - no feedback yet --- From fb4a90f74e01b32cae3d1763d6be3625e0e51dfe Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:22 -0500 Subject: [PATCH 129/138] Delete DockingPorts-Exp.cfg --- .../SimpleConstruction/DockingPorts-Exp.cfg | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg deleted file mode 100644 index 496681d9..00000000 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts-Exp.cfg +++ /dev/null @@ -1,36 +0,0 @@ -// DockingPorts.cfg v1.0.3.0 -// SimpleConstruction! (SC) -// created: 01 Dec 2019 -// updated: 22 Sep 2022 - -// GPLv2 by zer0Kerbal - -@PART[*]:HAS[@MODULE[ModuleDockingNode]:HAS[!MODULE[ELLaunchPad]]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] -{ - @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : - @MODULE[ModuleDockingNode] - { - %undockEjectionForce = 0 - } - MODULE - { - name = ELTarget - SpawnTransform = LaunchPos - } - - MODULE - { - name = ELWorkshop - UnmannedProductivity = 0.25 - ProductivityFactor = 0 - } - - // Add Build Capability - MODULE - { - name = ELLaunchpad - SpawnTransform = LaunchPos - %PadName = #$../title$ - SpawnHeightOffset = 0.25 - } -} \ No newline at end of file From 98467db054b67d21e99d07bb8c9b03556d88c675 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:24 -0500 Subject: [PATCH 130/138] Update DockingPorts.cfg --- .../SimpleConstruction/DockingPorts.cfg | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg index de904d84..c708cda6 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg @@ -7,12 +7,25 @@ { //#SCON-name // #SCON-name - // tmp0 = #SCON-name // @description:NEEDS[SimpleConstruction] = #$description$ \n$tmp0$ : @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : - // node_stack_LaunchPos = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 2 - +// DockingPorts.cfg v1.0.3.0 +// SimpleConstruction! (SC) +// created: 01 Dec 2019 +// updated: 22 Sep 2022 + +// GPLv2 by zer0Kerbal + +@PART[*]:HAS[@MODULE[ModuleDockingNode]:HAS[!MODULE[ELLaunchPad]]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] +{ + // tmp0 = #SCON-name + + @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : + @MODULE[ModuleDockingNode] + { + %undockEjectionForce = 0 + } MODULE { name = ELTarget @@ -34,7 +47,4 @@ %PadName = #$../title$ SpawnHeightOffset = 0.25 } -} - -// GPLv2 -// zer0Kerbal \ No newline at end of file +} \ No newline at end of file From a530352db29866c73cda1766f38fb91f829e2bc7 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:25 -0500 Subject: [PATCH 131/138] Create GPL-3.0.txt --- GameData/SimpleConstruction/GPL-3.0.txt | 674 ++++++++++++++++++++++++ 1 file changed, 674 insertions(+) create mode 100644 GameData/SimpleConstruction/GPL-3.0.txt diff --git a/GameData/SimpleConstruction/GPL-3.0.txt b/GameData/SimpleConstruction/GPL-3.0.txt new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/GameData/SimpleConstruction/GPL-3.0.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. From 614af0a28888451fa1b9029ac8a831281ac3f8ef Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:26 -0500 Subject: [PATCH 132/138] Update ManualInstallation.htm --- GameData/SimpleConstruction/ManualInstallation.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/SimpleConstruction/ManualInstallation.htm b/GameData/SimpleConstruction/ManualInstallation.htm index b7c3159f..47f8063c 100644 --- a/GameData/SimpleConstruction/ManualInstallation.htm +++ b/GameData/SimpleConstruction/ManualInstallation.htm @@ -5,7 +5,7 @@ -

    SimpleConstruction! (SC)

    +

    SimpleConstruction! (SC)

    Home

    Provides simple craft building capability in flight mode to stock parts for Kerbal Space Program.

    From 74dc959c9297691bbe55aa587df196e1f85010c1 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:37:27 -0500 Subject: [PATCH 133/138] Update readme.htm --- GameData/SimpleConstruction/readme.htm | 57 +++++++++++++------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/GameData/SimpleConstruction/readme.htm b/GameData/SimpleConstruction/readme.htm index 3992edca..61a5063a 100644 --- a/GameData/SimpleConstruction/readme.htm +++ b/GameData/SimpleConstruction/readme.htm @@ -1,13 +1,10 @@ - - + +

    SimpleConstruction Pages

    -

    SimpleConstruction! (SC)

    +

    SimpleConstruction! (SC)

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

    @@ -56,9 +53,10 @@

    SimpleConstruction! (SC)

    SimpleConstruction! Hero
    - -
      graph LR
    +
    +
      %%{init: {'theme': 'forest', 'themeVariables': { 'primaryColor': '#bada55'}}}%%
    +  graph LR
       id[Resource Flow];
         Drill-->StoreOre((Ore Tank)) & ISRU
         StoreOre-->ISRU
    @@ -105,7 +103,7 @@ 

    See More

    href="https://github.com/zer0Kerbal/SimpleConstruction/discussions" title="Discussions">Discussions or KSP Forums +title="SimpleConstruction! Forum Thread">KSP Forums
  • Changelog Summary for more details of changes: See ChangeLog
  • @@ -120,12 +118,13 @@

    See More

    Documentation

    remember - this is the FULL Extraplanetary Launchpads -PDF Manual manual and not written specifically for -SimpleConstruction!

    +PDF manual and not written specifically for SimpleConstruction!


    Youtube review by Kottabos Gaming

    -

    Kottabo Talks +

    Kottabo Talks SimpleConstruction! (SC)

    Help Wanted


    Localizations

    -

    SimpleConstruction! (SC)

    +

    SimpleConstruction! (SC)

    -

    Suggests -Mods that benefit SimpleConstruction! (SC)

    +

    Suggests Mods +that benefit SimpleConstruction! (SC)

    • Current (3) -

      Forum: Thread - Source: Thread - Source: GitHub
      License: Original (0) - Author:

      and it is true.

      - - - - - - - - - - - + + + + + + + + + + +

      Connect with me

      Track progress: issues Connect with me zer0Kerbal | Twitter


      - +
      From 6e16b20bc1c654b1e70ce4086d3ea9b73c3874b0 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:38:13 -0500 Subject: [PATCH 134/138] Update changelog.md --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index de84a9a4..77d4afed 100644 --- a/changelog.md +++ b/changelog.md @@ -10,8 +10,6 @@ | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | - - ## Version 4.0.99.31-prerelease `` edition ### Summary From 9827a95ffbd4ecfd0f59d2ab7c1030439ea9983c Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:38:15 -0500 Subject: [PATCH 135/138] Update changelog.md --- docs/changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f6fb488c..909c6a01 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,8 +24,6 @@ CC BY-ND 4.0 by zer0Kerbal | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | - - ## Version 4.0.99.31-prerelease `` edition ### Summary From 2235e3995aa0e6de09a4e326bbdb7c3f214e8c5e Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:38:16 -0500 Subject: [PATCH 136/138] Update changelog.md --- GameData/SimpleConstruction/changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md index de84a9a4..77d4afed 100644 --- a/GameData/SimpleConstruction/changelog.md +++ b/GameData/SimpleConstruction/changelog.md @@ -10,8 +10,6 @@ | spacedock | (https://spacedock.info/mod/59) | | ckan | SimpleConstruction | - - ## Version 4.0.99.31-prerelease `` edition ### Summary From cfa49f1dbcd054610191ccadbe778cadb6196a56 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:39:50 -0500 Subject: [PATCH 137/138] Delete GPLv3.txt --- GameData/SimpleConstruction/GPLv3.txt | 674 -------------------------- 1 file changed, 674 deletions(-) delete mode 100644 GameData/SimpleConstruction/GPLv3.txt diff --git a/GameData/SimpleConstruction/GPLv3.txt b/GameData/SimpleConstruction/GPLv3.txt deleted file mode 100644 index 94a9ed02..00000000 --- a/GameData/SimpleConstruction/GPLv3.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. From b238fb0e7b68b2e27dd9d6d13e2d4943f637eee8 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:39:51 -0500 Subject: [PATCH 138/138] Update DockingPorts.cfg --- .../Config/SimpleConstruction/DockingPorts.cfg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg index c708cda6..d8e811f9 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/DockingPorts.cfg @@ -1,15 +1,3 @@ -// DockingPorts.cfg v1.0.2.0 -// SimpleConstruction! (SC) -// created: 01 Dec 2019 -// updated: 28 Nov 2021 - -@PART[*]:HAS[@MODULE[ModuleDockingNode]:HAS[!MODULE[ELLaunchPad]]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] -{ - //#SCON-name - // #SCON-name - // @description:NEEDS[SimpleConstruction] = #$description$ \n$tmp0$ : - @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : - // DockingPorts.cfg v1.0.3.0 // SimpleConstruction! (SC) // created: 01 Dec 2019