From 86d380cac59ec5d7fdf86d2165341272ea3d8d93 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Wed, 23 Mar 2022 07:00:53 -0500 Subject: [PATCH] Version 1.0.99.0 - Somebody Order these Parts? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Version 1.0.99.0 - Somebody Order these Parts? ### Parts * Part.cfg * updated all from Extraplanetary Launchpads * moved up one folder level and removed old folders * split [recyclebin.cfg] into [RecylceBinLarge.cfg] and [RecylceBinSmall.cfg] * move patches from files into [KerbalInventorySystem.cfg] * Added * [ElAuger] * [ElSmallAuger] * [ElTinyAuger] * [MicroPad.cfg] * [OrbitalDock.cfg] * Assets * move models/textures to Assets/ * update pointers to .dds * converted/renamed [model000.mbm] --> [Auguer000.png] * added @thumbs * added [DRAG_CUBES] * added preliminary [ModuleCargoPart] ### Configs * moved into /Configs/ * [ExperienceTraits.cfg] * [SurveyStation.cfg] v1.0.0.2 * [SurveyStationForAllCrewed.cfg] v1.0.0.2 * created [ghostparts.cfg] v1.0.0.0 so that will hide in editors (but not flight) SimpleConstructions! croPad ### Compatibility * create [KerbalInventorySystem.cfg] v1.0.0.0 * rename [CCK.cfg] to [CommunityCategoryKit.cfg] ### docs/ * Create * docs/ * [404.md] * [Attributions.md] * [ManualInstallation.md] * [LegalMumboJumbo.md] * [Localizations.md] * [resourceFlow.md] * [PartInvoice.md] * LegalMumboJumbo/ * [FORUM-01.png] * [FORUM-02.png] * [License.md] * ReleaseNotes/ * [1.0.0.0.md] * [1.0.1.0.md] * [1.0.2.0.md] * [1.0.2.2.md] * [1.0.99.0.md] ### Documentation * Updated * [readme.md] v1.6.6.0 * converted [changelog.cfg] to [changelog.md] * _releasenotes v1.3.1.1 * update release version * update minimum KSP version ### Localization * Localized all parts * using Elementary Launchpads localization tags * using Squad localization tags * closes #11 - Localization - Master * closes #12 - American English * closes #13 - Brazilian Portuguese * closes #14 - German (Deutsch) * closes #15 - Spanish * closes #16 - French * closes #17 - Italian (Italiano) * closes #18 - Japanese * closes #19 - Russian (Русский) * closes #20 - Simplified Chinese * closes #21 - Mexican Spanish * closes #22 - Korean * closes #23 - Dutch (Nederlands) * closes #24 - Norwegian (Norsk) * closes #25 - Polish (Polski) * closes #26 - Swedish (Svenska) * closes #27 - Taiwanese * closes #28 - Hawai'ian * closes #29 - Part Localization ### Status * Issues/Requests * closes #2 - Optional MM patch to add SurvesStation module to all manned command parts - contributed by LEGIONBOSS * closes #5 - Update Not So SimpleConstruction! (NSSC) 1.0.99.0-prerelease * closes #7 - Not So SimpleConstruction (NSSC) 1.0.99.0-prerelease * closes #8 - 1.0.99.0 Verify Legal Mumbo Jumbo * closes #9 - 1.0.99.0 Update Documentation * closes #10 - 1.0.99.0 Social Media * closes #7 - Version 1.0.99.0-prerelease * closes #8 - 1.0.99.0-prerelease Legal MumboJumbo * closes #9 - 1.0.99.0-prerelease Update documentation * closes #10 - 1.0.99.0-prerelease Social Media * closes #16 - 1.0.99.0-prerelease Release * closes #30 - Create SurveyStation optional.txt * closes #32 - Repo update * closes #31 - RepoUpdate --- .../Compatibility/SurveyStation optional.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 GameData/NotSoSimpleConstruction/Compatibility/SurveyStation optional.txt diff --git a/GameData/NotSoSimpleConstruction/Compatibility/SurveyStation optional.txt b/GameData/NotSoSimpleConstruction/Compatibility/SurveyStation optional.txt deleted file mode 100644 index 7ec8dfd..0000000 --- a/GameData/NotSoSimpleConstruction/Compatibility/SurveyStation optional.txt +++ /dev/null @@ -1,12 +0,0 @@ -// This patch will add the survey station capability to all manned command parts -// Change the file extension to .cfg to activate it - -@PART[*]:HAS[MODULE[ModuleCommand],MODULE[!ELSurveyStation],#CrewCapacity[>0]]:NEEDS[SimpleConstruction]:FOR[NotSoSimpleConstruction] -{ - MODULE - { - name = ELSurveyStation - } -} - -// @LEGIONBOSS