diff --git a/.gitignore b/.gitignore index a9c4ace8..cecc3f64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# .gitignore v2.0.0.1 +# .gitignore v2.0.0.2 # Prerequisites *.d @@ -50,7 +50,6 @@ # zer0Kerbal common files -LegalMumboJumbo/ Archive/ Old/ flaticons/ diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png index 0cdb8ea6..61664c97 100644 Binary files a/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png and b/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png differ diff --git a/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/ExperienceTraits.cfg b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/ExperienceTraits.cfg new file mode 100644 index 00000000..8ee27aee --- /dev/null +++ b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/ExperienceTraits.cfg @@ -0,0 +1,23 @@ +// ExperienceTraits.cfg v1.0.0.1 +// SimpleConstruction! (SCON!)! +// created: +// updated: 23 Nov 2021 + +@EXPERIENCE_TRAIT[Pilot] +{ + EFFECT + { + %name = ELSurveySkill + } +} + +@EXPERIENCE_TRAIT[Engineer] +{ + EFFECT + { + %name = ELConstructionSkill + } +} + +// GPLv2 +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Kerbal.cfg b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Kerbal.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Kerbal.cfg rename to GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Kerbal.cfg diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Recipes.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg rename to GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Recipes.cfg diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Resources.cfg similarity index 98% rename from GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg rename to GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Resources.cfg index 9f2e804a..b1c7802d 100644 --- a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg +++ b/GameData/SimpleConstruction/Compatibility/ExtraplanetaryLaunchpads/Resources.cfg @@ -1,5 +1,5 @@ // Resources.cfg v1.0.2.0 -// SimpleConstruction! +// SimpleConstruction! (SCON!)! // created: // updated: 11 Sept 2021 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/B9TankTypes.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/B9TankTypes.cfg similarity index 97% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/B9TankTypes.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/B9TankTypes.cfg index ae1102cc..2da3ed14 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/B9TankTypes.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/B9TankTypes.cfg @@ -1,5 +1,5 @@ // B9TankTypes.cfg v1.0.1.0 -// SimpleConstruction! +// SimpleConstruction! (SCON!)! // created: // updated: 01 Jun 2021 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/CCK.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/CCK.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/CCK.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/CCK.cfg diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/CrewedPods.cfg similarity index 78% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/CrewedPods.cfg index 475ad243..dedcfec2 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/CrewedPods.cfg @@ -1,17 +1,19 @@ // CrewedPods.cfg v1.0.1.1 -// SimpleConstruction +// SimpleConstruction! (SCON!) // created: 01 Dec 2019 // updated: 05 Feb 2020 @PART[*]:HAS[@MODULE[ModuleCommand]:HAS[#minimumCrew[>0]],!MODULE[ELWorkshop]]:FOR[Launchpad] { - MODULE { + MODULE + { name = ELWorkshop // command pods are a tad cramped and are really meant for other // purposes (like flying) ProductivityFactor = 0.25 // Unfortunately, due to MM limitations, probe cores get a workshop too - //IgnoreCrewCapacity = false + IgnoreCrewCapacity = false + FullyEquipped = false } } @@ -20,8 +22,9 @@ MODULE { name = ELWorkshop - ProductivityFactor = 4 // 0.4 // 4 + ProductivityFactor = 4 // filled with too much stuff IgnoreCrewCapacity = false + FullyEquipped = true } } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/DockingPorts.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/DockingPorts.cfg similarity index 61% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/DockingPorts.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/DockingPorts.cfg index 6db04cbd..f66cec04 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/DockingPorts.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/DockingPorts.cfg @@ -1,24 +1,25 @@ -// DockingPorts.cfg v1.0.0.2 -// SimpleConstruction +// DockingPorts.cfg v1.0.2.0 +// SimpleConstruction! (SCON!) // created: 01 Dec 2019 -// updated: 2020 03 27 +// updated: 28 Nov 2021 @PART[*]:HAS[@MODULE[ModuleDockingNode]:HAS[!MODULE[ELLaunchPad]]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] { @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : + // node_stack_LaunchPos = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 2 + MODULE { name = ELTarget - TargetName = Pad - TargetTransform = LaunchPos - SpawnHeightOffset = 0.2 + SpawnTransform = LaunchPos } MODULE { name = ELWorkshop - ProductivityFactor = 1 + UnmannedProductivity = 0.25 + ProductivityFactor = 0 } // Add Build Capability @@ -26,6 +27,8 @@ { name = ELLaunchpad SpawnTransform = LaunchPos + %PadName = #$../title$ + SpawnHeightOffset = 0.25 } } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Drills.cfg similarity index 77% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/Drills.cfg index f47dacbf..de98bb95 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Drills.cfg @@ -3,6 +3,8 @@ // created: 11 Sep 2021 // updated: +// { FlowMode.None = 0, FlowMode.Out = 1, FlowMode.In = 2, FlowMode.Both = 3 } + @PART[RadialDrill]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] { RESOURCE @@ -10,6 +12,7 @@ name = Ore amount = 0 maxAmount = 10 + FlowMode = 1 } } @@ -20,6 +23,7 @@ name = Ore amount = 0 maxAmount = 5 + FlowMode = FlowMode.Out } } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Foundations.cfg similarity index 70% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/Foundations.cfg index e1315e2d..fa7b7c23 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Foundations.cfg @@ -3,9 +3,8 @@ // created: 11 Sept 2021 // updated: -@PART[micro1x1,micro2x2]:NEEDS[Foundations,Launchpad,SimpleConstruction]:FOR[SimpleConstruction] +@PART[sc-micro1x1,sc-micro2x2]:NEEDS[Foundations,Launchpad,SimpleConstruction]:FOR[SimpleConstruction] { - @description ^= :$: Foundations.: MODULE { diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/GrapplingDevice.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/GrapplingDevice.cfg similarity index 95% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/GrapplingDevice.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/GrapplingDevice.cfg index 722725b8..fec39d24 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/GrapplingDevice.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/GrapplingDevice.cfg @@ -18,7 +18,7 @@ MODULE { name = ELWorkshop - ProductivityFactor = 1 + ProductivityFactor = .25 } // Add Build Capability diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg similarity index 97% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg index 1990d356..a36dd472 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg @@ -1,5 +1,5 @@ // ISRU.cfg v1.0.1.0 -// SimpleConstruction! (SCON!) +// SimpleConstruction! (SCON!)! // created: 2020 Apr 20 // updated: 06 Sep 2021 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/KIS.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KIS.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/KIS.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/KIS.cfg diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KPBS.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/KPBS.cfg diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Launchclamps.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Launchclamps.cfg new file mode 100644 index 00000000..4aa0bdfc --- /dev/null +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Launchclamps.cfg @@ -0,0 +1,28 @@ +// Launchclamps.cfg v1.0.2.0 +// SimpleConstruction! (SCON!) +// created: 2020 Apr 20 +// updated: 25 Oct 2021 + +// adapted from @schlosrat + ++PART[launchClamp1]:NEEDS[Launchpad,SimpleConstruction]:AFTER[Launchpad] +{ + @name = ELExtendingLaunchClamp + // The part is not meant to be placed directly. Rather, EL will do a + // switch when loading the craft file. + TechHidden = true + @category = none + -tags = cck-sc + @MODULE[LaunchClamp] { + @name = ELExtendingLaunchClamp + } +} + +@PART[*]:HAS[@MODULE[ELExtendingLaunchClamp]]:NEEDS[Launchpad,FerramAerospaceResearch,SimpleConstruction]:AFTER[FerramAerospaceResearch] +{ + -MODULE[GeometryPartModule] { } + -MODULE[FARAeroPartModule] { } +} + +// GPLv2 +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/OreTanksSwitch.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/OreTanksSwitch.cfg diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg similarity index 90% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg index 73fbed00..dffba368 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg @@ -1,7 +1,7 @@ -// ScienceLabs.cfg v1.0.2.0 +// ScienceLabs.cfg v1.0.2.1 // SimpleConstruction! (SCON!) // created: 01 Dec 2019 -// updated: 05 May 2021 +// updated: 01 Dec 2021 @PART[*]:HAS[@MODULE[ModuleScienceLab]]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] { @@ -43,7 +43,8 @@ MODULE { name = ELWorkshop - ProductivityFactor = 7 // 0.6 // 7 + ProductivityFactor = 7 + FullyEquipped = true } RESOURCE diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/SeatTasks.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/SeatTasks.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/SeatTasks.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/SeatTasks.cfg diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/StationPartsExpansionRedux.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/StationPartsExpansionRedux.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/StationPartsExpansionRedux.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/StationPartsExpansionRedux.cfg diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg new file mode 100644 index 00000000..51aa7f70 --- /dev/null +++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/Tanks.cfg @@ -0,0 +1,66 @@ +// Tanks.cfg v1.0.1.0 +// SimpleConstruction! (SCON!) +// created: 2020 03 27 +// updated: 23 Nov 2021 + +// *************************** Resource Reference + // name = Ore + // unitCost = 0.02 + // unitMass = 0.01 + // volume = 5 + // + // Metal + // unitCost = 9.36 // 14.24 + // unitMass = 0.0078 + // volume = 5 + // + // RocketParts + // unitCost = 1.5 + // unitMass = 0.0025 + // volume = 5 +// *************************** Resource Reference end + +@PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:BEFORE[SimpleConstruction] +{ + %tags ^= :$: cck-sc cck-el: +} + +// +PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch]:FOR[SimpleConstruction] ++PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] +{ + @name ^= :$:-metal: + @title ^= :$: (Metal): + @description ^= :(materials):metals: + @entryCost *= 6 + @cost *= 6 + @tags ^= :(ore):metal: + + @RESOURCE[Ore] + { + @name = Metal + } +} + ++PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] +{ + @name ^= :$:-rocketparts: + @title ^= :$: (RocketParts): + @description ^= :(materials):RocketParts: + @entryCost *= 1.6 + @cost *= 1.6 + @tags ^= :(ore):rocketparts parts : + + @RESOURCE[Ore] + { + @name = RocketParts + } +} + +@PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] +{ + @name ^= :$:-ore: + @title ^= :$: (Ore): +} + +// GPLv2 +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/USI-Kontainers.cfg similarity index 100% rename from GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/USI-Kontainers.cfg diff --git a/GameData/SimpleConstruction/Expat-MIT.txt b/GameData/SimpleConstruction/Expat-MIT.txt new file mode 100644 index 00000000..d235b037 --- /dev/null +++ b/GameData/SimpleConstruction/Expat-MIT.txt @@ -0,0 +1,10 @@ +The MIT License (MIT) + +Copyright (c) 2016 Alexandr Bezenkov +Copyright © 2020,2021 zer0Kerbal + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/GameData/SimpleConstruction/Localization/quickstart.md b/GameData/SimpleConstruction/Localization/quickstart.md new file mode 100644 index 00000000..5a1d0ecc --- /dev/null +++ b/GameData/SimpleConstruction/Localization/quickstart.md @@ -0,0 +1,25 @@ +## Translation Guide + +If you want to help translate this mod, I greatly appreciate it! Follow this quick guide to get started. + +### How to translate +To create a translation for your language, make a copy of the file *en_us.cfg* and name +them accordingly to your language: +* *es-es.cfg* for Spanish +* *es-mx.cfg* for Mexican Spanish +* *ja.cfg* for Japanese +* *ru.cfg* for Russian +* *zh-cn.cfg* for Simplified Chinese + +*Again:* +* *es-es* for Spanish +* *es-mx* for Mexican Spanish +* *ja* for Japanese +* *ru* for Russian +* *zh-cn* for Simplified Chinese + +### What not to translate +There are some characters that should not be translated into another language and be kept in the files as is +1. the tags should not be replaced. Instead the tags in the new language should be appended. +2. control sequences like '\n', '\t' or similar. +3. HTML Tags like <b>...</b>, <i>...</i> or similar \ No newline at end of file diff --git a/GameData/SimpleConstruction/Localization/readme.md b/GameData/SimpleConstruction/Localization/readme.md new file mode 100644 index 00000000..928b2298 --- /dev/null +++ b/GameData/SimpleConstruction/Localization/readme.md @@ -0,0 +1,164 @@ + + + + + + + +# Translating to your language + +![Languages supported by KSP 1.3: English, Spanish, Chinese, Russian, Japanese](https://i.imgur.com/DbCCJWK.png) + +The 1.3 release of KSP introduces localization, which allows in-game text to be translated to other languages. This allows more people to enjoy the game in their preferred language and enlarges the community. However, it does not happen automatically for mods; by default, a mod will appear in English regardless of the language of the base game. In order to have both the base game and mods available in the same non-English languages, some additional work must be done by the modder. + +Unfortunately, I only speak English, and I maintain this mod for free. This means I cannot create my own translations, and I cannot pay a professional translation service to produce high quality translations. The best I can do on my own is to use Google Translate, which is of dubious value for the terse, idiomatic strings needed in a KSP mod's UI. Instead, I must rely on the expertise of you, the multilingual KSP mod user, to tell me what good translations look like for your language. If you would like to help in this effort, please keep reading to learn how the mod's language files are structured and how to submit translations for use by others. + +Note: Even though you will appear to be editing the project's files, don't worry about making mistakes. Github will keep your changes separate from the main files until I have verified that they are OK to use. It is even possible for me to ask questions or request changes before your work is committed to the main files. + +## Languages Supported by Kerbal Space Program as of 1.12.2 +- [ ] [![American English][EN]][EN] [American English][EN] +- [ ] [![Brasil][BR]][BR] [Brazilian][BR] +- [ ] [![中文][CN]][CN] [Chinese (中文)][CN] +- [ ] [![Deutsch][DE]][DE] [German (Deutsch)][DE] +- [ ] [![Español][ES]][ES] [Spanish (Español)][ES] +- [ ] [![Français][FR]][FR] [French (Français)][FR] +- [ ] [![Italiano][IT]][IT] [Italian (Italiano)][IT] +- [ ] [![日本語][JA]][JA] [Japanese(日本語)][JA] +- [ ] [![한국어][KO]][KO] [Korean (한국어)][KO] +- [ ] [![Mexicano][ME]][ME] [Mexican (Mexicano)][ME] +- [ ] [![Dutch][NL]][NL] [Dutch][NL] +- [ ] [![Norsk][NO]][NO] [Norwegian (Norsk)][NO] +- [ ] [![Polski][PO]][PO] [Polish (Polski)][PO] +- [ ] [![Русский][RU]][RU] [Russian (Русский)][RU] +- [ ] [![Svenska][SW]][SW] [Swedish (Svenska)][SW] +- [ ] [![国语][TW]][TW] [Taiwanese (国语)][TW] + +## Creating or editing a translation + +It is recommended to make your changes on your own computer at first so you can test them before uploading, especially if you are creating a new translation from scratch. + +1. Install the current release of xxx mod if you have not already +2. Open your `Kerbal Space Program/GameData/xxxMod/Localization` folder on your local disk +3. Look for a file called *lang*.cfg, where *lang* is KSP's name for your locale; as of KSP 1.3, this includes: + - en-us (English) + - es-es (Spanish) + - ja (Japanese) + - ru (Russian) + - zh-cn (Chinese) + +The remaining steps are different depending on whether the file already exists: + +### If the file exists + +Follow these steps to make improvements to an existing translation: + +4. Edit the file for your language in your favorite text editor +5. Make the changes you wish to see in-game (see the [File format section](#file-format) below for details) +6. Save your changes +7. Remember to [test your changes](#testing)! + +### If the file does not exist + +Follow these steps to start your own translation from scratch: + +4. Make a copy of `en-us.cfg` in the `Localization` folder +5. Rename the file according to the list of languages above +6. Edit the file for your language in your favorite text editor +7. Change the third line from `en-us` to the string for your language +8. Translate each string from English to your language (see the [File format section](#file-format) below for details) +9. Save your changes +10. Remember to [test your changes](#testing)! + +### File format + +The middle part of the `cfg` file contains the strings to translate. The format is `name = translation`, where the name is a special string defined by the mod. For example: + + #launchSubtitle = Transfers from <<1>>\n(Launch ~<<2>>) + +Do **not** change the part to the left of the equals sign ("=")! These names must be the same in every language file. + +The part to the right of the equals sign is the string to be used in-game. Most of the text will be shown as-is, but it can contain a few special strings as shown in the [Lingoona grammar module demo](http://lingoona.com/cgi-bin/grammar#l=en&oh=1): + +| String | Purpose | +| --- | --- | +| \n | Line break; try to preserve these based on the original strings to make sure the strings will fit | +| <<1>> | The first substitutable token in the string, will be replaced by a number, name of a planet, etc., depending on the string | +| <<2>> | Second token, and so on | +| <> | The first token, but substituted with a proper article | + +For example, this is a possible translation of the above line into Spanish, courtesy of Google Translate: + + #launchSubtitle = Transferencias desde <<1>>\n(Lanzamiento ~<<2>>) + +### Testing + +It's important to make sure that your changes work correctly. If you use Steam: + +1. [Select the language to use in Steam](https://www.youtube.com/watch?v=iBwYCvQxfeI) +2. Wait for the language pack download to complete +3. Run KSP +4. Use the xxxMod ingame and make sure your changes appear as you intended + +If you do not use Steam, I don't know the steps to choose a language. Contact SQUAD if you can't figure it out. + +## Contributing your translation for others to use + +After you have prepared a `cfg` file for your language and confirmed that it works as you intend, if you are willing to contribute it for redistribution under the xxxModd's license, follow these steps to upload it for inclusion in the main mod distribution: + +1. Log in to [Github](https://github.com); you may need to register an account if you do not already have one +2. Navigate to the xxxMod's Localization folder +3. Look for the file you edited + +The remaining steps are different depending on whether the file already exists: + +### If the file exists + +4. Click the file's name to view it +5. Click the [pencil icon](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png) to edit +6. Replace the text with the pasted contents of the file you edited locally +7. **Important**: At the bottom of the page, under Propose file change, type an English description of the changes you have made and the reason you think they should be made. This will help me to confirm that your changes are appropriate. Remember, I do not speak the language in the `cfg` file, so I need you to tell me why your way is better! +6. Click `Propose file change` at the bottom when done + +### If the file does not exist + +4. Click [Create new file](https://help.github.com/assets/images/help/repository/create_new_file.png) to create it +5. Enter the correct file name in the box at the top +6. Paste the contents of the file you edited locally into the big box in the middle +8. Click `Propose new file` at the bottom when done + +### Review + +Once you finish your changes, Github will send me a notification that a pull request has been submitted. I will take a look at it within a day or two and attempt to verify that the changes make sense by: + +- Confirming that the file name and the third line of the file match one of the supported locale names +- Viewing each changed string in-game +- Checking Google Translate +- Asking individual human experts +- Requesting help on the KSP forum + +If I have any questions about specific changes you've made, I will add them to the pull request, which should trigger a notification to you. Please try to respond to these in as timely a manner as you can manage. Your pull request may be closed without merging if you do not reply for a long time. + +Once all the questions and comments are resolved to my satisfaction, your changes will be merged into the main files and included in the next release. I will also add your Github name to the Acknowledgements section of the README file. + + + +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/American-flag-sm.png "American English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/German-flag-sm.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Spanish-flag-sm.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/French-flag-sm.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Italian-flag-sm.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Japanese-flag-sm.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/South-Korean-flag-sm.png "한국어" +[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Mexicano" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Dutch-flag-sm.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Norwegian-flag-sm.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Polish-flag-sm.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Russian-flag-sm.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Swedish-flag-sm.png "Svenska" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Taiwanese-flag-sm.png "国语" +[HA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Hawaii-flag-sm.png "ʻŌlelo Pākē" + + + diff --git a/GameData/SimpleConstruction/Localization/zh-cn.cfg b/GameData/SimpleConstruction/Localization/zh-cn.cfg new file mode 100644 index 00000000..dde7f3d9 --- /dev/null +++ b/GameData/SimpleConstruction/Localization/zh-cn.cfg @@ -0,0 +1,12 @@ +Localization +{ + zh-cn + { + #SimpleConstruction_RocketParts_displayname = 火箭部件 + #SimpleConstruction_RocketParts_abbv = 火箭部件 + + #SimpleConstruction_Metal_displayname = 金属 + #SimpleConstruction_Metal_abbv = 金属 + + } +} \ No newline at end of file diff --git a/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 index 90f451c7..10ad6948 100644 --- a/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 +++ b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 @@ -1,7 +1,7 @@ // micro1x1.cfg v1.0.0.0 // SimpleConstruction! (SCON!) // created: 11 Sept 2021 -// updated: +// updated: // Originally: // Foundations Parts @@ -10,7 +10,7 @@ // Based on the stock 1x1 structural panel PART { - name = micro1x1 + name = sc-micro1x1 module = Part author = zer0Kerbal scale = 1 @@ -30,11 +30,11 @@ PART scale = 1,0.2,1 rotation = 0,0,0 } - + node_stack_bottom = 0.0, 0.0275, 0.0, 0.0, 1.0, 0.0, 1, 0, 1 node_stack_top = -0.5, 0.0, 0.0, -1.0, 0.0, 0.0, 0, 2 node_attach = -0.5, 0.0, 0.0, -1.0, 0.0, 0.0, 0, 1 - + attachRules = 1,1,1,1,1 TechRequired = landing @@ -42,23 +42,23 @@ PART cost = 100 category = Ground // Structural subcategory = 0 - + title = #FND-1x1-titl // Structural (M-1x1) manufacturer = #FND-manu // #autoLOC_501646 // Twinkle Star description = #FND-1x1-desc // A sturdy foundation on which to construct your permanent structures. Warranty void if used near Kerbals. tags = #FND-1x1-tags // foundation attach body build construct cover extend fabricate plat structur support mass = 0.05 //0.2 // 0.15 // 0.075 + 0.125 - + dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 - + crashTolerance = 80 breakingForce = 200 breakingTorque = 200 - + bulkheadProfiles = size0, srf maxTemp = 2000 // 3200 fuelCrossFeed = False @@ -66,13 +66,13 @@ PART MODULE { - name = ModuleGroundPart + name = ModuleGroundPart fxGroupDeploy = deploy stackableQuantity = 1 packedVolume = 40 kinematicDelay = 0.0 } - + // Module Command MODULE { @@ -83,7 +83,7 @@ PART MODULE { - name = ModuleCargoPart + name = ModuleCargoPart packedVolume = 125 // 555 // 876-5309 //80+475 } diff --git a/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 index cfbc31b4..ac3f5a59 100644 --- a/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 +++ b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 @@ -1,7 +1,7 @@ // micro2x2.cfg v1.0.0.0 // SimpleConstruction! (SCON!) // created: 11 Sept 2021 -// updated: +// updated: // Originally: // Foundations Parts @@ -10,7 +10,7 @@ // Based on the stock 2x2 structural panel PART { - name = micro2x2 + name = sc-micro2x2 module = Part author = zer0Kerbal scale = 1 @@ -30,11 +30,11 @@ PART scale = 2,0.2,2 rotation = 0,0,0 } - + node_stack_bottom = 0.0, 0.0275, 0.0, 0.0, 1.0, 0.0, 1, 0, 1 node_stack_top = -0.5, 0.0, 0.0, -1.0, 0.0, 0.0, 0, 2 node_attach = -1.0, 0.0, 0.0, -1.0, 0.0, 0.0, 0, 1 - + attachRules = 1,1,1,1,1 TechRequired = landing @@ -42,23 +42,23 @@ PART cost = 100 category = Ground // Structural subcategory = 0 - + title = #FND-2x2-titl // Foundation Structural (M-2x2) manufacturer = #FND-manu // #autoLOC_501646 // Twinkle Star description = #FND-2x2-desc // A larger foundation for larger constructions. Warranty void if attached to the ground. tags = #FND-2x2-tags // foundation attach body build construct cover extend fabricate plat structur support - + mass = 0.075 //0.425 // 0.3 + 0.125 // 0.6 - + dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 - + crashTolerance = 80 breakingForce = 200 breakingTorque = 200 - + bulkheadProfiles = size1, srf maxTemp = 2000 // 3200 fuelCrossFeed = False @@ -71,10 +71,10 @@ PART minimumCrew = 0 hasHibernation = False } - + MODULE { - name = ModuleCargoPart + name = ModuleCargoPart packedVolume = 250 // 715 // 240+475 } @@ -85,4 +85,4 @@ PART } // GPLv2 BY -// zer0Kerbal \ No newline at end of file +// zer0Kerbal diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/ExperienceTraits.cfg b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/ExperienceTraits.cfg deleted file mode 100644 index eb5d4d11..00000000 --- a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/ExperienceTraits.cfg +++ /dev/null @@ -1,11 +0,0 @@ -@EXPERIENCE_TRAIT[Pilot] { - EFFECT { - name = ELSurveySkill - } -} - -@EXPERIENCE_TRAIT[Engineer] { - EFFECT { - name = ELConstructionSkill - } -} diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg deleted file mode 100644 index c85b9141..00000000 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg +++ /dev/null @@ -1,33 +0,0 @@ -// Launchclamps.cfg v1.0.1.0 -// SimpleConstruction! -// created: 2020 Apr 20 -// updated: 31 May 2021 - -// adapted from @schlosrat - -+PART[launchClamp1]:AFTER[SimpleConstruction] -{ - @name = ELExtendingLaunchClamp - // The part is not meant to be placed directly. Rather, EL will do a - // switch when loading the craft file. - TechHidden = true - @category = none - -tags = cck-sc - @MODULE[LaunchClamp] { - @name = ELExtendingLaunchClamp - } -} - -@PART[*]:HAS[@MODULE[LaunchClamp]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] -{ - @TechHidden = true - @category = none - -tags = cck-el - %MODULE[LaunchClamp] - { - %name = ELExtendingLaunchClamp - } -} - -// GPLv2 -// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg deleted file mode 100644 index a45f52fe..00000000 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg +++ /dev/null @@ -1,33 +0,0 @@ -// StationPartsExpansionRedux.cfg 1.0.0.1 -// SimpleConstruction! (SCON!) -// created: 26 Jun 2021 -// updated: 06 Sep 2021 - -// based upon EL workshop Extra patch by LouisCyfer - -// ProductivityFactor = 0.8, about as high as it can be without specialized tools - -// for inflatable hab's -@PART[sspx-inflatable-hab-*]:NEEDS[StationPartsExpansionRedux,SimpleConstruction]:FOR[SimpleConstruction] -{ - MODULE - { - name = ELWorkshop - ProductivityFactor = 0.8 - IgnoreCrewCapacity = true // Needed for variable-capacity parts - } -} - -// for centrifuges -@PART[sspx-inflatable-centrifuge-*,sspx-expandable-centrifuge-*]:NEEDS[StationPartsExpansionRedux,SimpleConstruction]:FOR[SimpleConstruction] -{ - MODULE - { - name = ELWorkshop - ProductivityFactor = 0.8 - IgnoreCrewCapacity = true // Needed for variable-capacity parts - } -} - -// GPLv2 unported -// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Tanks.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/Tanks.cfg deleted file mode 100644 index 43bfd244..00000000 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Tanks.cfg +++ /dev/null @@ -1,57 +0,0 @@ -// Tanks.cfg v1.0.0.1 -// SimpleConstruction! (SCON!) -// created: 2020 03 27 -// updated: 12 Sept 2021 - - // name = Ore - // unitCost = 0.02 - // unitMass = 0.01 - // volume = 5 - - // Metal - // unitCost = 9.36 // 14.24 - // unitMass = 0.0078 - // volume = 5 - - // RocketParts - // unitCost = 1.5 - // unitMass = 0.0025 - // volume = 5 - -@PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] -{ - %tags ^= :$: cck-sc: -} - -+PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch]:FOR[SimpleConstruction] -{ - @name ^= :$:-metal: - @title ^= :$: (Metal): - @description ^= :(materials):metals: - @entryCost *= 6 // 9.36*5 - @cost *= 6 // 9.36*5 - // @tags ^= :$: cck-sc: - - @RESOURCE[Ore] - { - @name = Metal - } -} - -+PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch]:FOR[SimpleConstruction] -{ - @name ^= :$:-rocketparts: - @title ^= :$: (RocketParts): - @description ^= :(materials):RocketParts: - @entryCost *= 1.6 // 2 - @cost *= 1.6 // 2 - // @tags ^= :$: cck-sc: - - @RESOURCE[Ore] - { - @name = RocketParts - } -} - -// GPLv2 -// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Readme.htm b/GameData/SimpleConstruction/Readme.htm index 94c50583..a6b8eed3 100644 --- a/GameData/SimpleConstruction/Readme.htm +++ b/GameData/SimpleConstruction/Readme.htm @@ -1,18 +1,19 @@ - +updated: 01 Dec 2021 --> -

Download on Curseforge or Github or SpaceDock. Also available on CKAN.

-

KGEx

+

Download on Curseforge or Github or SpaceDock.

+
Available on CKAN as SimpleConstruction.
+

KerbalSimpleCo

Brings you:

SimpleConstruction! (SCON!)

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

-

Available on CKAN as SimpleConstruction.

-

adopted for curation by @zer0Kerbal from @EricWi from @RealGecko, and originally created by MatterBeam

-

Mod Version KSP version License Expat-MIT

-

Curseforge CKAN GitHub SpaceDock

-

Code KSP-AVC Validate AVC .version files

+

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

+

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

+

Code KSP-AVC Validate AVC .version files

+
brought to you by KGEx

SC FLag
SimpleConstruction!

@@ -39,121 +40,142 @@

Kottabo Talks SimpleConstruction!

Cabin notes

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

Known issue(s)

+
    +
  • If the offset/rotation gizmo's are used on the docking ports, the spawn location might be off. This is a known issue and a feature request has been sent to @taniwha
  • +

Localizations

+

SimpleConstruction!

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

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

+
+

Extraplanetary Launchpads

-

WIP Additions and corrections solicited and welcome!

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

Kindly help out @`taniwha1 and help translate? See above for instructions. Github Repo

-

See the README in the Localization folder for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute.


-

How to support this and many other mods by @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]

+

How to support this and other great mods by zer0Kerbal

+

Support Github Sponsor Patreon Buy zer0Kerbal a snack


-

Discussions

+

See More

    -
  • See Discussions or KSP Forums for discussions and news on this mod
  • +
  • Discussions and news on this mod: See [Discussions][MOD:discuu] or KSP Forums
  • +
  • Changelog Summary for more details of changes : See ChangeLog
  • +
  • Known Issues for more details of feature requests and known issues : See Known Issues

Installation Directions

    -
  • Use CKAN
    -
  • -
-

Changelog Summary

-
    -
  • See ChangeLog for full details of mod changes
  • -
-

Known Issues

-
    -
  • See Known Issues for full details of feature requests, and known issues
  • +
  • Use 1
    +CKAN

Dependencies

Recommends

Suggests

-

Mods that benefit SimpleConstruction!

+

Mods that benefit SimpleConstruction! (SCON!)

+
KSP 1.12.1 and earlier
+

Other fun mods by zed'K

Supports

  • TweakScale
  • -B9 Stock Patches
  • -
  • -Kerbal Change Log
  • +B9 Stock Patches
  • Kethane/KethanePlus
  • @@ -206,7 +238,7 @@

    Conflicts

    Possible Conflicts

    Replaces

      @@ -216,24 +248,22 @@

      Tags

      • parts, plugin, config, flags, convenience, editor, resources, crewed, uncrewed
      -
      -
      -

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

      +

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

      - How to get support

      +

      How to get support

      -

      Credits

      +

      Credits and Special Thanks

      -
      - +

      Current (3) - zer0Kerbal

      -

      Forum: Thread - Source: GitHub
      +

      Forum: Thread - Source: GitHub
      License: License Expat-MIT

      @@ -244,25 +274,26 @@
      Disclaimer(s)

      Maintainer (2) - @EricWI

      -

      Thread - Download - Source: GitHub
      +

      Thread - Download - Source: GitHub
      License: License Expat-MIT

      Maintainer (1) - @RealGecko

      -

      Thread - Download - Source: GitHub
      -License: License Expat-MIT [^2]

      +

      Thread - Download - Source: GitHub
      +License: License Expat-MIT 4

      Original (0) - Author: @MatterBeam

      -

      Thread - Download - Source: GitHub
      -License: License CC BY-NC-SA 4.0

      +

      Thread - Download - Source: GitHub
      +License: License Expat-MIT

      +
      -

      +

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

      -
      v4.0.9.9 original: 11 Aug 2018 zed'K | updated: 31 Aug 2021 zed'K
      +
      v4.0.9.9.1 original: 11 Aug 2018 zed'K | updated: 01 Dec 2021 zed'K

      Mining Ore

      Mining Ore

      @@ -276,11 +307,13 @@

      Finalize build!

      Finalize build!

      + + - + @@ -290,8 +323,28 @@

      Finalize build!

      -

      [^1]: Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date "Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date"
      -[^2]: changed to MIT at this point see thread. "changed to MIT at this point see thread."

      + + + + + + + + + + + + + +
      +
      +
        +
      1. this isn't a mod. ;P↩︎

      2. +
      3. may work on other versions (YMMV)↩︎

      4. +
      5. Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!↩︎

      6. +
      7. Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!↩︎

      8. +
      +
      diff --git a/GameData/SimpleConstruction/SimpleConstruction.version b/GameData/SimpleConstruction/SimpleConstruction.version index 18721156..9ec2dbb9 100644 --- a/GameData/SimpleConstruction/SimpleConstruction.version +++ b/GameData/SimpleConstruction/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 9, - "BUILD" : 9 + "BUILD" : 9.1 }, "KSP_VERSION" : { diff --git a/Changelog.cfg b/GameData/SimpleConstruction/changelog.kcl similarity index 100% rename from Changelog.cfg rename to GameData/SimpleConstruction/changelog.kcl diff --git a/README.md b/README.md index fa933ead..7ab79d29 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ - +updated: 01 Dec 2021 --> -[MODVERSION]: 4.0.9.9 +[MODVERSION]: 4.0.9.9.1-prerelease [KSPVERSION]: 1.12.2 -## Download on [Curseforge][CURSFG:url] or [Github][GITHUB:url] or [SpaceDock][SPCDCK:url]. Also available on [CKAN][CKAN:url]. +## Download on [Curseforge][CURSFG:url] or [Github][GITHUB:url] or [SpaceDock][SPCDCK:url]. -# KGEx +##### Available on [CKAN][CKAN:url] as _`SimpleConstruction`._ + +# KerbalSimpleCo #### Brings you: @@ -16,23 +18,23 @@ updated: 31 Aug 2021 --> This mod aims to provide simple craft building capability in flight mode with stock parts and streamlined IRSU mining for Kerbal Space Program. -Available on CKAN as `SimpleConstruction`. +#### Author [`@zer0Kerbal`][LINK:zer0Kerbal], adopted from [`@EricWi`][LINK:ericwi], then previously from [`@RealGecko`][LINK:realgecko]; originally by [`MatterBeam`][LINK:matterbeam] -adopted for curation by [`@zer0Kerbal`][LINK:zer0Kerbal] from [`@EricWi`][LINK:ericwi] from [`@RealGecko`][LINK:realgecko], and originally created by [`MatterBeam`][LINK:matterbeam] -![Mod Version][MOD:shld:latest] ![KSP version][KSP:shld] [![License Expat-MIT][LICENSE:shld]][LICENSE:url] +[![Mod Version][MOD:shd:latest]][MOD:forum] [![KSP version][KSP:shd]][KSP:url] [![License Expat-MIT][LIC:shd]][LIC:url] +[![Curseforge][CURSFG:shd]][CURSFG:url] [![CKAN][CKAN:shd]][CKAN:url] [![GitHub][GITHUB:shd]][GITHUB:url] [![SpaceDock][SPCDCK:shd]][SPCDCK:url] -[![Curseforge][CURSFG:shld]][CURSFG:url] [![CKAN][CKAN:shd]][CKAN:url] [![GitHub][GITHUB:shld]][GITHUB:url] [![SpaceDock][SPCDCK:shld]][SPCDCK:url] +![Code][CODE:shd] ![KSP-AVC][AVC:shd] ![Validate AVC .version files][AVCVLD:shd] -![Code][CODE:shld] ![KSP-AVC][AVC:shld] ![Validate AVC .version files][AVCVLD:shld] +###### _brought to you by KGEx_ -*** +*** ![SC FLag][IMG:hero:0] ![SimpleConstruction!][IMG:hero:1] ## Description -> + > After testing out Extraplanetary Launchpads and Roverdude's MK/OKS, [`@MatterBeam`][LINK:matterbeam] had the idea of creating a simple, user friendly mod that would allow you to build rockets without taking a 200MB hit to RAM or having to juggle multitudes of resource pathways. If you know how to set up a drill, ISRU and a fuel tank for an Ore to Fuel conversion, then you should know how to build rockets. ## Features @@ -46,7 +48,7 @@ adopted for curation by [`@zer0Kerbal`][LINK:zer0Kerbal] from [`@EricWi`][LINK: *** ### Kottabo Talks SimpleConstruction! - +
      Embedded Kottabo Youtube Video @@ -56,119 +58,136 @@ adopted for curation by [`@zer0Kerbal`][LINK:zer0Kerbal] from [`@EricWi`][LINK: #### Cabin notes -- WIP - work in progress +- `WIP` - work in progress - Am open to adding more features, great project for someone! - I have not personally tested the patches - Have a request? Glad to have them, kindly submit through GitHub. -*** +#### Known issue(s) -### Localizations +- If the offset/rotation gizmo's are used on the docking ports, the spawn location might be off. This is a known issue and a feature request has been sent to [@`taniwha`][LINK:taniwha] -> WIP -> *Additions and corrections solicited and welcome!* +*** -See the [README in the Localization folder][LINK:localization] for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute. +### Localizations -*** +#### SimpleConstruction! -### How to support this and many other mods by [`@zer0kerbal`][LINK:zer0Kerbal] +>- [x] ![][EN] English +>- [x] ![][DE] German (Deutsch) +>- [x] ![][CN] Chinese (简体中文) +>- [ ] ***your translation here*** +> +>HELP WANTED - See the [README in the Localization folder][MOD:local] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections solicited and welcome!* -[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] +#### [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads) -*** +>- [x] ![][EN] English +>- [x] ![][CN] Chinese (简体中文) +>- [ ] ***your translation here*** +> +>Kindly help out [@`taniwha1][LINK:taniwha] and help translate? See above for instructions. [Github Repo](https://github.com/taniwha/Extraplanetary-Launchpads) -### Discussions +----- -- See [Discussions][MOD:disc] or [KSP Forums][MOD:thread] for discussions and news on this mod +### How to support this and other great mods by [`zer0Kerbal`][LINK:zer0Kerbal] -*** +[![Support][PAYPAL:img]][PAYPAL:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Patreon][PATREON:img]][PATREON:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] -### Installation Directions +----- -- Use CKAN -![][CKAN:img] +### See More -### Changelog Summary +- Discussions and news on this mod: See [Discussions][MOD:discuu] or [KSP Forums][MOD:forum] +- Changelog Summary for more details of changes : See [ChangeLog][MOD:chlog] +- Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:known] -- *See [ChangeLog][MOD:clog] for full details of mod changes* +*** -### Known Issues +### Installation Directions -- *See [Known Issues][MOD:known] for full details of feature requests, and known issues* +- Use [^3] +[![CKAN][CKAN:img]][CKAN:url] ### Dependencies -- [x] [Kerbal Space Program][KSP:url] [![][KSP:shld]][KSP:url] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] [^1] +- [x] [Kerbal Space Program][KSP:url] [![][KSP:shd]][KSP:url] [^1] +- [x] [Module Manager][thread:mm] [^2] ### Recommends -- [x] [KerbalStats][[thread:kbs] -- [x] [Toolbar][thread:tool] -- [x] [Community Resource Pack][thread:crp] -- [x] [B9 Stock Patches][thread:B9S] -- [x] Either: - - [][thread:B9] *or* - - [Interstellar Fuel Switch Core][thread:ifsc] -- [x] [Not So SimpleConstructon!][thread:NSSC] -- [ ] [Foundations - beta][thread:FND] [Forums](https://forum.kerbalspaceprogram.com/index.php?/topic/51430-*) +- [x] [KerbalStats][thread:ks] - keeps tract of time on task, which can increase task efficiency +- [x] [Not So SimpleConstructon! (NSSC)][thread:NSSC] +- [x] [Keridian Dynamics Vessel Assembly (KDVA)][thread:KDVA] +- [ ] [Foundations (FND) - beta][thread:FND] ***Helps prevent ground constructions from floating away :)*** ### Suggests -#### Mods that benefit SimpleConstruction! +#### Mods that benefit SimpleConstruction! (SCON!) -- [x] [TweakScale][thread:twk] -- [x] [Not So SimpleConstructon! (NSSC)][thread:NSSC] -- [x] [Keridian Dynamics Vessel Assembly (KDVA)][thread:KDVA] +- [x] [TweakScale][thread:twk] - [x] [SimpleLogistics! (SLOG!)][thread:SLOG!] +- [x] [KaboOom! (BOOM)][thread:BOOM] another way to not go to space today +- [x] [On Demand Fuel Cells (ODFC))][thread:ODFC] +- [x] [More Hitchhikers) (MHH)][thread:MHH] - [x] [ISRU Thanks but no Tanks! (QBTT)][thread:QBTT] - [x] [Six Crew Science Lab][thread:6sl] - simple patch that re-adds the missing four seats -- [x] [Mining Expansion][thread:smx] -- [x] [Kerbal Inventory System][thread:kis] -- [x] [Kerbal Attachment System][thread:kas] -- [x] [Infernal Robotics - Next][thread:irn] -- [x] [Kerbal Joint Reinforcement - Next][thread:kjrn] +- [x] [Mining Expansion][thread:smx] +- [x] [Toolbar][thread:tool] +- [x] [Community Resource Pack][thread:crp] +- [x] [B9 Stock Patches][thread:B9S] +- [x] Either: + - [B9 Part Switch][thread:B9PS] *or* + - [Interstellar Fuel Switch Core][thread:ifsc] - [x] [Kerbal Changelog][thread:kcl] - [x] [Alternative Resource Panel][thread:arp] - [x] [Olympic's ARP Icons (ARPI)][thread:ARPI] +##### KSP 1.12.1 and earlier +- [x] [Kerbal Inventory System][thread:kis] +- [x] [Kerbal Attachment System][thread:kas] +- [x] [Kerbal Joint Reinforcement - Next][thread:kjrn] + + #### Other fun mods by [`zed'K`][LINK:zer0Kerbal] -- [x] [The Gold Standard! (GOLD)][thread:GOLD] +- [x] [Solar Science (SOLS)][thread:SOLS] +- [x] [Not So SimpleConstructon! (NSSC)][thread:NSSC] +- [ ] [SimpleConstruction (MOAR)][thread:MOAR] ***Expand you colony with Kloning or Kuddling*** +- [x] [SimpleConstruction Parts! (MOARP)][thread:MOARP] Glorious parts meant for SimpleConstruction! - [x] [Stork Delivery System (SDS)][thread:SDS] - [x] [Komplexity (KPLX)][thread:KPLX] -- [x] [KaboOom! (BOOM)][thread:BOOM] another way to not go to space today -- [x] [Solar Science (SOLS)][thread:SOLS] -- [x] [Mini Sample Return Capsule (MSRC)][thread:MSRC] +- [x] [Mini Sample Return Capsule (MSRC))][thread:MSRC] - [x] [Pteron (MSRV)][thread:MSRV] -- [x] [Jack-O-Lantern (JACK)][thread:JACK] -- [x] [MoarKerbals(MOAR)][thread:MK] -- [x] [On Demand Fuel Cells (ODFC))][thread:ODFC] -- [x] [Field Training Facility (FTF)][thread:FTF] -- [x] [Field Training Lab (FTL)][thread:FTL] +- [x] [Jack-O'Lantern (JACK)][thread:JACK] +- [x] [Halloween! (HLWN)][thread:HLWN] - [x] [Docking Port Descriptions(DPD)][thread:DPD] - [x] [PicoPort Shielded (PPS)][thread:PPS] - [x] [Transparent Command Pods) (TCP)][thread:TCP] -- [x] [More Hitchhikers) (MHH)][thread:MHH] -- [x] [Biomatic (BIO)][thread:BIO] - [x] [B9 Stock Patches (B9S)][thread:B9S] -- [x] [Oh Scrap!][thread:OHS]: -- [x] [ScrapYard][thread:SYD]: +- [x] [ScrapYard][thread:SYD] +- [x] [Oh Scrap!][thread:OHS] - [x] [DaMichel's AeroRadial (DAR)][thread:DAR] -- [x] [DaMichel's CargoBays (DCB)][thread:DCB] - [x] [DaMichel's Fuselage (DMF)][thread:DMF] - [x] [DaMichel's Spherical Tanks (DST)][thread:DST] +- [x] [DaMichel's CargoBays (DCB)][thread:DCB] - [x] [Simple Cargo Solutions (SCS)][thread:SCS] -- [x] [KerGuise Experimental Engineering (KGEx)][thread:KGEX] +- [x] [KerGuise Experimental Engineering (KGEx)][thread:KGEX] +- [x] [The Gold Standard (GOLD)][thread:GOLD] +- [x] [Olympic's ARP Icons (ARPI)][thread:ARPI] +- [x] [Stack Inline Lights (SIL)][thread:SIL] +- [x] [Stack Inline Lights - Patches (SILP)][thread:SILP] +- [x] [Field Training Facility (FTF)][thread:FTF] +- [x] [Field Training Lab (FTL)][thread:FTL] +- [x] [Biomatic (BIO)][thread:BIO] +- [x] [Community Trait Icons][thread:cti] ### Supports - [x] [TweakScale][thread:twk] -- [x] [B9 Stock Patches][thread:B9S] -- [x] [Kerbal Change Log][thread:kcl] +- [x] [B9 Stock Patches][thread:B9S] - [x] [Kethane/KethanePlus][thread:keth] - [x] [Community Resource Pack][thread:crp] - [x] [Extraplanetary Launchpads - No More Production][thread:elx] @@ -179,7 +198,7 @@ See the [README in the Localization folder][LINK:localization] for instructions ### Possible Conflicts -- [x] [MKS]() maybe? +- [x] [Modular Kolonization System (MKS)][thread:mks] maybe? ### Replaces @@ -189,27 +208,25 @@ See the [README in the Localization folder][LINK:localization] for instructions - parts, plugin, config, flags, convenience, editor, resources, crewed, uncrewed -*** - -
      -

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

      +

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

      - How to get support

      +

      How to get support

      + +### Credits and Special Thanks -### Credits -- [`@taniwha`][LINK:taniwha] creating [Extraplanetary Launchpads][thread:epl]. -- [`@MatterBeam`][LINK:matterbeam] for creating this cool mod. -- [`@RealGecko`][LINK:realgecko] and [`@Ericwi`][LINK:ericwi] - previous maintainers -- [`@maculator`][LINK:maculator], [`@Eleusis La Arwall`][LINK:eleusislaarwall], [`@Badsector`][LINK:badsector], [`@cy-one`][LINK:cy-one] for their contributions. +- [@`taniwha`][LINK:taniwha] for creating [Extraplanetary Launchpads][thread:epl]. +- [@`MatterBeam`][LINK:matterbeam] for creating this cool mod. +- [@`RealGecko`][LINK:realgecko] and [`@Ericwi`][LINK:ericwi] - previous maintainers +- [@`maculator`][LINK:maculator], [@`Eleusis La Arwall`][LINK:eleusislaarwall], [@`Badsector`][LINK:badsector], [@`cy-one`][LINK:cy-one] for their contributions. -*** -### Legal Mumbo Jumbo (License) +### Legal Mumbo Jumbo (License _provenance_) #### Current (3) - [`zer0Kerbal`][LINK:zer0Kerbal] -> Forum: [Thread][MOD:thread] - Source: [GitHub][GITHUB:url] -> License: [![License Expat-MIT][LICENSE:shld]][LICENSE:url] +> Forum: [Thread][MOD:forum] - Source: [GitHub][GITHUB:url] +> License: [![License Expat-MIT][LIC:shd]][LIC:url] > ##### Disclaimer(s) > @@ -220,27 +237,30 @@ See the [README in the Localization folder][LINK:localization] for instructions ### Maintainer (2) - [@EricWI][LINK:ericwi] -> [Thread][MOD:orig:2:thread] - [Download][MOD:orig:2:download] - Source: [GitHub][MOD:orig:2:source] -> License: [![License Expat-MIT][LICENSE:shld]][LICENSE:url] +> [Thread][MOD:org:2:thread] - [Download][MOD:org:2:download] - Source: [GitHub][MOD:org:2:source] +> License: [![License Expat-MIT][LIC:shd]][LIC:url] ### Maintainer (1) - [@RealGecko][LINK:realgecko] -> [Thread][MOD:orig:1:thread] - [Download][MOD:orig:1:download] - Source: [GitHub][MOD:orig:1:source] -> License: [![License Expat-MIT][LICENSE:shld]][LICENSE:url] [^2] +> [Thread][MOD:org:1:thread] - [Download][MOD:org:1:download] - Source: [GitHub][MOD:org:1:source] +> License: [![License Expat-MIT][LIC:shd]][LIC:url] [^2] ### Original (0) - Author: [@MatterBeam][LINK:matterbeam] -> [Thread][MOD:orig:0:thread] - [Download][MOD:orig:0:download] - Source: [GitHub][MOD:orig:0:source] -> License: [![License CC BY-NC-SA 4.0][LICENSE:orig:shld]][LICENSE:orig:url] [![][LICENSE:orig:logo]][LICENSE:orig:url] +> [Thread][MOD:org:0:thread] - [Download][MOD:org:0:download] - Source: [GitHub][MOD:org:0:source] +> License: [![License Expat-MIT][LIC:org:shd]][LIC:org:url] [![][LIC:org:logo]][LIC:org:url] + +----- + [![][CURSFG:img]][CURSFG:url] [![][GITHUB:img]][GITHUB:url] [![][SPCDCK:img]][SPCDCK:url] -##### Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date +##### Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date *** -###### v4.0.9.9 original: 11 Aug 2018 zed'K | updated: 31 Aug 2021 zed'K +###### v4.0.9.9.1 original: 11 Aug 2018 zed'K | updated: 01 Dec 2021 zed'K *** @@ -265,75 +285,75 @@ See the [README in the Localization folder][LINK:localization] for instructions ![Finalize build!][IMG:hero:2e] -[MOD:wiki]: https://github.com/zer0Kerbal/SimpleConstruction/ "Wiki" -[MOD:clog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg "Changelog" -[MOD:disc]: https://github.com/zer0Kerbal/SimpleConstruction/discussions "Discussions" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/204752-* "Mod Forum Thread" + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg "Changelog" +[MOD:contr]: https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md "Contributing" +[MOD:discu]: https://github.com/zer0Kerbal/SimpleConstruction/discussions "Discussions" +[MOD:issue]: https://github.com/zer0Kerbal/SimpleConstruction/issues "GitHub Issues" [MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues "Known Issues" -[MOD:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/204752-* "Mod Forum Thread" -[MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/issues "Issues" -[MOD:contrib]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/.github/CONTRIBUTING.md "Contributing" -[LINK:localization]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/GameData/SimpleConstruction/Localization/readme.md "Localization" -[MOD:license]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues +[MOD:licns]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE +[MOD:local]: https://github.com/zer0Kerbal/SimpleConstruction/tree/master/GameData/SimpleConstruction/Localization"Localization" +[MOD:wiki]: https://github.com/zer0Kerbal/SimpleConstruction/wiki "Wiki" -[MOD:shld:latest]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json + +[MOD:shd:latest]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json -[CODE:shld]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json +[CODE:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json -[MOD:orig:2:source]: https://github.com/EricKerman/SimpleConstruction -[MOD:orig:2:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/173609-* "EricWI's" -[MOD:orig:2:download]: https://github.com/EricKerman/SimpleConstruction "EricWI's GitHub Repo" +[MOD:org:2:source]: https://github.com/EricKerman/SimpleConstruction "GitHub" +[MOD:org:2:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/173609-* "EricWI's" +[MOD:org:2:download]: https://github.com/EricKerman/SimpleConstruction "EricWI's GitHub Repo" -[MOD:orig:1:source]: https://github.com/Real-Gecko/KSP-SimpleConstruction -[MOD:orig:1:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/152575-* "RealGecko's" -[MOD:orig:1:download]: https://github.com/Real-Gecko/KSP-SimpleConstruction "RealGecko's GitHub Repo" +[MOD:org:1:source]: https://github.com/Real-Gecko/KSP-SimpleConstruction "GitHub" +[MOD:org:1:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/152575-* "RealGecko's" +[MOD:org:1:download]: https://github.com/Real-Gecko/KSP-SimpleConstruction "RealGecko's GitHub Repo" -[MOD:orig:0:source]: https://github.com/matterbeam/SimpleConstruction -[MOD:orig:0:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/131588-* "MatterBeam's" -[MOD:orig:0:download]: https://github.com/matterbeam/SimpleConstruction "MatterBeam's GitHub Repo" +[MOD:org:0:source]: https://github.com/matterbeam/SimpleConstruction "GitHub" +[MOD:org:0:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/131588-* "MatterBeam's" +[MOD:org:0:download]: https://github.com/matterbeam/SimpleConstruction "MatterBeam's GitHub Repo" -[LICENSE:url]: https://opensource.org/licenses/MIT "Expat-MIT" -[LICENSE:logo]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "Expat-MIT" -[LICENSE:shld]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json?logoColor=white&logo=data:image/svg+xml;base64,PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjI1NiIgICBoZWlnaHQ9IjI1NiIgICBpZD0ic3ZnMiIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC40NyByMjI1ODMiICAgc29kaXBvZGk6ZG9jbmFtZT0ibGljZW5zZXMtbWl0LnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0Ij4gICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlICAgICAgIHNvZGlwb2RpOnR5cGU9Imlua3NjYXBlOnBlcnNwM2QiICAgICAgIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIiAgICAgICBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiICAgICAgIGlua3NjYXBlOnZwX3o9Ijc0NC4wOTQ0OCA6IDUyNi4xODEwOSA6IDEiICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIzNzIuMDQ3MjQgOiAzNTAuNzg3MzkgOiAxIiAgICAgICBpZD0icGVyc3BlY3RpdmUxMCIgLz4gICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlICAgICAgIGlkPSJwZXJzcGVjdGl2ZTI4ODQiICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIwLjUgOiAwLjMzMzMzMzMzIDogMSIgICAgICAgaW5rc2NhcGU6dnBfej0iMSA6IDAuNSA6IDEiICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCIgICAgICAgaW5rc2NhcGU6dnBfeD0iMCA6IDAuNSA6IDEiICAgICAgIHNvZGlwb2RpOnR5cGU9Imlua3NjYXBlOnBlcnNwM2QiIC8+ICA8L2RlZnM+ICA8c29kaXBvZGk6bmFtZWR2aWV3ICAgICBpZD0iYmFzZSIgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIgICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiICAgICBpbmtzY2FwZTp6b29tPSIwLjk4OTk0OTQ5IiAgICAgaW5rc2NhcGU6Y3g9IjEzMy40NzU2MSIgICAgIGlua3NjYXBlOmN5PSIxMTUuMDYyMTciICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0iZmFsc2UiICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9Ijg3NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjY4NCIgICAgIGlua3NjYXBlOndpbmRvdy14PSI3IiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI5OSIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTciPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZyAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIiAgICAgaWQ9ImxheWVyMSIgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTc5Ni4zNjIxOCkiPiAgICA8cGF0aCAgICAgICBzb2RpcG9kaTp0eXBlPSJhcmMiICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjE1LjM0OTE3MTY0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiICAgICAgIGlkPSJwYXRoMzY4NSIgICAgICAgc29kaXBvZGk6Y3g9IjEzMi4zMjk5OSIgICAgICAgc29kaXBvZGk6Y3k9IjEzNC43ODE2OSIgICAgICAgc29kaXBvZGk6cng9IjExMy4xMzcwOCIgICAgICAgc29kaXBvZGk6cnk9IjEwOS4wOTY0NyIgICAgICAgZD0ibSAyNDUuNDY3MDYsMTM0Ljc4MTY5IGEgMTEzLjEzNzA4LDEwOS4wOTY0NyAwIDEgMSAwLC0wLjAwMiIgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4wNTcyMjg1LDAsMCwxLjA5MzAyMjcsLTEyLjA0MTI5MSw3NzcuNTQ3ODIpIiAgICAgICBzb2RpcG9kaTpzdGFydD0iMCIgICAgICAgc29kaXBvZGk6ZW5kPSI2LjI4MzE2NzkiICAgICAgIHNvZGlwb2RpOm9wZW49InRydWUiIC8+ICAgIDx0ZXh0ICAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiICAgICAgIHN0eWxlPSJmb250LXNpemU6Ni44OTQ2NjU3MnB4O2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7bGluZS1oZWlnaHQ6MTI1JTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7Zm9udC1mYW1pbHk6QXJpYWw7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBcmlhbCIgICAgICAgeD0iMzQuNDA5NzU2IiAgICAgICB5PSI4NjkuMDYxMDQiICAgICAgIGlkPSJ0ZXh0MzcxMCIgICAgICAgc29kaXBvZGk6bGluZXNwYWNpbmc9IjEyNSUiICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMC44OTA4MDUxLDEuMTIyNTgpIj48dHNwYW4gICAgICAgICBzb2RpcG9kaTpyb2xlPSJsaW5lIiAgICAgICAgIGlkPSJ0c3BhbjM3MTIiICAgICAgICAgeD0iMzQuNDA5NzU2IiAgICAgICAgIHk9Ijg2OS4wNjEwNCIgICAgICAgICBzdHlsZT0iZm9udC1zaXplOjEyNC4xMDM5NzMzOXB4O2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6Ym9sZDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtYWxpZ246c3RhcnQ7bGluZS1oZWlnaHQ6MTI1JTt3cml0aW5nLW1vZGU6bHItdGI7dGV4dC1hbmNob3I6c3RhcnQ7Zm9udC1mYW1pbHk6QXJpYWw7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBcmlhbCBCb2xkIj5NSVQ8L3RzcGFuPjwvdGV4dD4gIDwvZz48L3N2Zz4= "Expat-MIT" +[LIC:url]: https://opensource.org/licenses/MIT "Expat-MIT" +[LIC:logo]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "Expat-MIT" +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json?logoColor=white&logo=data:image/svg+xml;base64,PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjI1NiIgICBoZWlnaHQ9IjI1NiIgICBpZD0ic3ZnMiIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC40NyByMjI1ODMiICAgc29kaXBvZGk6ZG9jbmFtZT0ibGljZW5zZXMtbWl0LnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0Ij4gICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlICAgICAgIHNvZGlwb2RpOnR5cGU9Imlua3NjYXBlOnBlcnNwM2QiICAgICAgIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIiAgICAgICBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiICAgICAgIGlua3NjYXBlOnZwX3o9Ijc0NC4wOTQ0OCA6IDUyNi4xODEwOSA6IDEiICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIzNzIuMDQ3MjQgOiAzNTAuNzg3MzkgOiAxIiAgICAgICBpZD0icGVyc3BlY3RpdmUxMCIgLz4gICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlICAgICAgIGlkPSJwZXJzcGVjdGl2ZTI4ODQiICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIwLjUgOiAwLjMzMzMzMzMzIDogMSIgICAgICAgaW5rc2NhcGU6dnBfej0iMSA6IDAuNSA6IDEiICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCIgICAgICAgaW5rc2NhcGU6dnBfeD0iMCA6IDAuNSA6IDEiICAgICAgIHNvZGlwb2RpOnR5cGU9Imlua3NjYXBlOnBlcnNwM2QiIC8+ICA8L2RlZnM+ICA8c29kaXBvZGk6bmFtZWR2aWV3ICAgICBpZD0iYmFzZSIgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIgICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiICAgICBpbmtzY2FwZTp6b29tPSIwLjk4OTk0OTQ5IiAgICAgaW5rc2NhcGU6Y3g9IjEzMy40NzU2MSIgICAgIGlua3NjYXBlOmN5PSIxMTUuMDYyMTciICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0iZmFsc2UiICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9Ijg3NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjY4NCIgICAgIGlua3NjYXBlOndpbmRvdy14PSI3IiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI5OSIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTciPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZyAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIiAgICAgaWQ9ImxheWVyMSIgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTc5Ni4zNjIxOCkiPiAgICA8cGF0aCAgICAgICBzb2RpcG9kaTp0eXBlPSJhcmMiICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjE1LjM0OTE3MTY0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiICAgICAgIGlkPSJwYXRoMzY4NSIgICAgICAgc29kaXBvZGk6Y3g9IjEzMi4zMjk5OSIgICAgICAgc29kaXBvZGk6Y3k9IjEzNC43ODE2OSIgICAgICAgc29kaXBvZGk6cng9IjExMy4xMzcwOCIgICAgICAgc29kaXBvZGk6cnk9IjEwOS4wOTY0NyIgICAgICAgZD0ibSAyNDUuNDY3MDYsMTM0Ljc4MTY5IGEgMTEzLjEzNzA4LDEwOS4wOTY0NyAwIDEgMSAwLC0wLjAwMiIgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4wNTcyMjg1LDAsMCwxLjA5MzAyMjcsLTEyLjA0MTI5MSw3NzcuNTQ3ODIpIiAgICAgICBzb2RpcG9kaTpzdGFydD0iMCIgICAgICAgc29kaXBvZGk6ZW5kPSI2LjI4MzE2NzkiICAgICAgIHNvZGlwb2RpOm9wZW49InRydWUiIC8+ICAgIDx0ZXh0ICAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiICAgICAgIHN0eWxlPSJmb250LXNpemU6Ni44OTQ2NjU3MnB4O2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7bGluZS1oZWlnaHQ6MTI1JTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7Zm9udC1mYW1pbHk6QXJpYWw7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBcmlhbCIgICAgICAgeD0iMzQuNDA5NzU2IiAgICAgICB5PSI4NjkuMDYxMDQiICAgICAgIGlkPSJ0ZXh0MzcxMCIgICAgICAgc29kaXBvZGk6bGluZXNwYWNpbmc9IjEyNSUiICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMC44OTA4MDUxLDEuMTIyNTgpIj48dHNwYW4gICAgICAgICBzb2RpcG9kaTpyb2xlPSJsaW5lIiAgICAgICAgIGlkPSJ0c3BhbjM3MTIiICAgICAgICAgeD0iMzQuNDA5NzU2IiAgICAgICAgIHk9Ijg2OS4wNjEwNCIgICAgICAgICBzdHlsZT0iZm9udC1zaXplOjEyNC4xMDM5NzMzOXB4O2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6Ym9sZDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtYWxpZ246c3RhcnQ7bGluZS1oZWlnaHQ6MTI1JTt3cml0aW5nLW1vZGU6bHItdGI7dGV4dC1hbmNob3I6c3RhcnQ7Zm9udC1mYW1pbHk6QXJpYWw7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBcmlhbCBCb2xkIj5NSVQ8L3RzcGFuPjwvdGV4dD4gIDwvZz48L3N2Zz4= "Expat-MIT" -[LICENSE:orig:url]: https://creativecommons.org/licenses/by-nc-sa/4.0/ "CC-BY-NC-SA-4.0" -[LICENSE:orig:logo]: https://licensebuttons.net/i/l/by-nc-sa/transparent/33/66/99/76x22.png "CC BY-NC-SA 4.0" -[LICENSE:orig:shld]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-ef9421?labelColor=black&style=plastic&logoColor=ef9421&logo=creativecommons "CC BY-NC-SA 4.0" +[LIC:org:url]: https://creativecommons.org/licenses/by-nc-sa/4.0/ "CC BY-NC-SA 4.0" +[LIC:org:logo]: https://licensebuttons.net/i/l/by-nc-sa/transparent/33/66/99/76x22.png "CC BY-NC-SA 4.0" +[LIC:org:shd]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-ef9421?labelColor=black&style=plastic&logoColor=ef9421&logo=creativecommons "CC BY-NC-SA 4.0" -[AVC:shld]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[AVCVLD:shld]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg + +[AVC:shd]: https://img.shields.io/badge/KSP-AVC--supported-00C961.svg?labelColor=black&style=plastic "AVC" +[AVCVLD:shd]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg?labelColor=black&style=plastic "AVC-Valid" - -[SUPPORT:img]: https://i.postimg.cc/vHP6zmrw/image.png -[SUPPORT:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* -[CKAN:img]: https://i.postimg.cc/x8XSVg4R/sj507JC.png -[CKAN:url]: http://forum.kerbalspaceprogram.com/index.php?/topic/197082-* -[CKAN:shd]: https://img.shields.io/badge/CKAN-Indexed-blue.svg?labelColor=black&style=plastic "CKAN" +[CKAN:img]: https://i.postimg.cc/x8XSVg4R/sj507JC.png "CKAN" +[CKAN:url]: http://forum.kerbalspaceprogram.com/index.php?/topic/197082-* "CKAN" +[CKAN:shd]: https://img.shields.io/badge/CKAN-MoarKerbals-white.svg?labelColor=E32811&style=plastic "CKAN" -[CURSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/sc -[CURSFG:img]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png -[CURSFG:shld]: https://img.shields.io/badge/CurseForge-Listed-blue.svg?labelColor=black&style=plastic&logo=curseforge "Curseforge" +[CURSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/sc "Curseforge" +[CURSFG:img]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png "Curseforge" +[CURSFG:shd]: https://img.shields.io/badge/CurseForge-Listed-white.svg?labelColor=6441A4&style=plastic&logo=curseforge "Curseforge" -[GITHUB:url]: https://github.com/zer0Kerbal/SimpleConstruction/ -[GITHUB:img]: https://i.imgur.com/RE4Ppr9.png -[GITHUB:shld]: https://img.shields.io/badge/Github-Indexed-blue.svg?labelColor=black&style=plastic&logo=github "GitHub" +[GITHUB:url]: https://github.com/zer0Kerbal/SimpleConstruction/ "GitHub" +[GITHUB:img]: https://i.imgur.com/RE4Ppr9.png "GitHub" +[GITHUB:shd]: https://img.shields.io/badge/Github-Listed-white.svg?labelColor=181717&style=plastic&logo=github "GitHub" -[SPCDCK:url]: http://spacedock.info/mod/59 -[SPCDCK:img]: https://i.imgur.com/m0a7tn2.png -[SPCDCK:shld]: https://img.shields.io/badge/SpaceDock-Listed-blue.svg?labelColor=black&style=plastic&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgNTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFBMUExQTt9Cgkuc3Qxe2ZpbGw6IzA1Nzg5Mzt9Cgkuc3Qye2ZpbGw6IzA3QUNEMjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJYTUxJRF8xXyIgY2xhc3M9InN0MCIgZD0iTTQwMCwwLjZIMTAwYy01NSwwLTEwMCw0NS0xMDAsMTAwVjQwMGMwLDU1LDQ1LDEwMCwxMDAsMTAwaDMwMGM1NSwwLDEwMC00NSwxMDAtMTAwVjEwMC42CglDNTAwLDQ1LjYsNDU1LDAuNiw0MDAsMC42eiIvPgo8ZyBpZD0iWE1MSURfNl8iPgoJPGcgaWQ9IlhNTElEXzlfIj4KCQk8cGF0aCBpZD0iWE1MSURfMTdfIiBjbGFzcz0ic3QxIiBkPSJNMTgzLjMsMTY1LjljNi40LTMuNiwxNi45LTMuNiwyMy4zLDBMNDY3LjQsMzE0YzYuNCwzLjYsNi40LDkuNiwwLDEzLjJMMjA2LjYsNDc0LjQKCQkJYy02LjQsMy42LTE3LjcsNi42LTI1LDYuNmgtNDQuOGMtNy40LDAtOC4xLTMtMS43LTYuNmwyNjEtMTQ3LjJjNi40LTMuNiw2LjQtOS42LDAtMTMuMkwxNzEsMTg2Yy02LjQtMy42LTYuNC05LjYsMC0xMy4yCgkJCUwxODMuMywxNjUuOXoiLz4KCTwvZz4KCTxnIGlkPSJYTUxJRF84XyI+CgkJPHBhdGggaWQ9IlhNTElEXzE2XyIgY2xhc3M9InN0MiIgZD0iTTMxOC44LDE5Yy03LjQsMC0xOC42LDIuOC0yNSw2LjRMMzMsMTczLjRjLTYuNCwzLjYtNi40LDkuNSwwLDEzLjFsMjYwLjcsMTQ3LjEKCQkJYzYuNCwzLjYsMTYuOSwzLjYsMjMuMywwbDEyLjMtN2M2LjQtMy42LDYuNC05LjUsMC0xMy4ybC0yMjUuMS0xMjdjLTYuNC0zLjYtNi40LTkuNSwwLTEzLjJMMzY1LjYsMjUuNGM2LjQtMy42LDUuNi02LjQtMS43LTYuNAoJCQlIMzE4Ljh6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg== "SpaceDock" +[SPCDCK:url]: http://spacedock.info/mod/59 "SpaceDock" +[SPCDCK:img]: https://i.imgur.com/m0a7tn2.png "SpaceDock" +[SPCDCK:shd]: https://img.shields.io/badge/SpaceDock-Listed-white.svg?labelColor=181717&style=plastic&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgNTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzFBMUExQTt9Cgkuc3Qxe2ZpbGw6IzA1Nzg5Mzt9Cgkuc3Qye2ZpbGw6IzA3QUNEMjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJYTUxJRF8xXyIgY2xhc3M9InN0MCIgZD0iTTQwMCwwLjZIMTAwYy01NSwwLTEwMCw0NS0xMDAsMTAwVjQwMGMwLDU1LDQ1LDEwMCwxMDAsMTAwaDMwMGM1NSwwLDEwMC00NSwxMDAtMTAwVjEwMC42CglDNTAwLDQ1LjYsNDU1LDAuNiw0MDAsMC42eiIvPgo8ZyBpZD0iWE1MSURfNl8iPgoJPGcgaWQ9IlhNTElEXzlfIj4KCQk8cGF0aCBpZD0iWE1MSURfMTdfIiBjbGFzcz0ic3QxIiBkPSJNMTgzLjMsMTY1LjljNi40LTMuNiwxNi45LTMuNiwyMy4zLDBMNDY3LjQsMzE0YzYuNCwzLjYsNi40LDkuNiwwLDEzLjJMMjA2LjYsNDc0LjQKCQkJYy02LjQsMy42LTE3LjcsNi42LTI1LDYuNmgtNDQuOGMtNy40LDAtOC4xLTMtMS43LTYuNmwyNjEtMTQ3LjJjNi40LTMuNiw2LjQtOS42LDAtMTMuMkwxNzEsMTg2Yy02LjQtMy42LTYuNC05LjYsMC0xMy4yCgkJCUwxODMuMywxNjUuOXoiLz4KCTwvZz4KCTxnIGlkPSJYTUxJRF84XyI+CgkJPHBhdGggaWQ9IlhNTElEXzE2XyIgY2xhc3M9InN0MiIgZD0iTTMxOC44LDE5Yy03LjQsMC0xOC42LDIuOC0yNSw2LjRMMzMsMTczLjRjLTYuNCwzLjYtNi40LDkuNSwwLDEzLjFsMjYwLjcsMTQ3LjEKCQkJYzYuNCwzLjYsMTYuOSwzLjYsMjMuMywwbDEyLjMtN2M2LjQtMy42LDYuNC05LjUsMC0xMy4ybC0yMjUuMS0xMjdjLTYuNC0zLjYtNi40LTkuNSwwLTEzLjJMMzY1LjYsMjUuNGM2LjQtMy42LDUuNi02LjQtMS43LTYuNAoJCQlIMzE4Ljh6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg== "SpaceDock" -[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" -[KSP:shld]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json&logo=data:image/webp;base64,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 "Kerbal Space Program" +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json&logo=data:image/webp;base64,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 "Kerbal Space Program" -[thread:MK]: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-* "MoarKerbals" +[thread:MOAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-* "MoarKerbals" +[thread:MOARP]: https://www.curseforge.com/kerbal/ksp-mods/moarkerbalsparts "MoarKerbals Parts" [thread:B9S]: https://forum.kerbalspaceprogram.com/index.php?/topic/190870-* "B9 Stock Switches" [thread:BIO]: https://forum.kerbalspaceprogram.com/index.php?/topic/191426-* "Biomatic" [thread:DAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's AeroRadial" @@ -341,9 +361,9 @@ See the [README in the Localization folder][LINK:localization] for instructions [thread:DMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Fuselage" [thread:DPD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192184-* "Docking Port Descriptions" [thread:DST]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Spherical Tanks" -[thread:FND]: https://www.curseforge.com/kerbal/ksp-mods/foundations "Foundations - beta" [thread:FTF]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Facility" [thread:FTL]: https://forum.kerbalspaceprogram.com/index.php?/topic/188841-* "Field Training Lab" +[thread:FND]: https://forum.kerbalspaceprogram.com/index.php?/topic/51430-* "Foundations - in beta now" [thread:JET]: http://forum.kerbalspaceprogram.com/index.php?/topic/138441-* "Jettison" [thread:MHH]: https://forum.kerbalspaceprogram.com/index.php?/topic/188246-* "More Hitchhikers" [thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* "Nuke Tiny Parts" @@ -354,72 +374,112 @@ See the [README in the Localization folder][LINK:localization] for instructions [thread:SIL]: https://forum.kerbalspaceprogram.com/index.php?/topic/193050-* "Stock Inline Lights" [thread:SYD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "ScrapYard" [thread:TCP]: https://forum.kerbalspaceprogram.com/index.php?/topic/187495-* "Transparent Command Pods" -[thread:ARPI]: https://forum.kerbalspaceprogram.com/index.php?/topic/193078-* "Olympic1's ARP Icons" +[thread:ARPI]: https://forum.kerbalspaceprogram.com/index.php?/topic/193078-* "Olympic1's ARP Icons" [thread:BOOM]: https://forum.kerbalspaceprogram.com/index.php?/topic/192938-* "KaboOom!" [thread:GOLD]: https://forum.kerbalspaceprogram.com/index.php?/topic/203990-* "[The Gold Standard! (GOLD)" +[thread:HLWN]: https://forum.kerbalspaceprogram.com/index.php?/topic/205185-* "Halloween" [thread:JACK]: https://forum.kerbalspaceprogram.com/index.php?/topic/189466-* "Jack-O'-Lantern" [thread:KDVA]: http://forum.kerbalspaceprogram.com/index.php?/topic/202945-* "Keridian Dynamics Vessel Assembly (KDVA)" [thread:KGEX]: https://forum.kerbalspaceprogram.com/index.php?/topic/192696-* "KerGuise Experimental Engineering" [thread:KPLX]: https://forum.kerbalspaceprogram.com/index.php?/topic/202749-* "Komplexity (KMPX)" -[thread:MSRC]: https://forum.kerbalspaceprogram.com/index.php?/topic/204186-* "Mini Sample Return Capsule" +[thread:MSRC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-* "Mini Sample Return Capsule (MSRC)" [thread:MSRV]: https://forum.kerbalspaceprogram.com/index.php?/topic/192742-* "Pteron (MSRV)" [thread:NSSC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191504-* "Not So SimpleConstructon!" [thread:ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-* "On Demand Fuel Cells" -[thread:QBTT]: https://forum.kerbalspaceprogram.com/index.php?/topic/204750-* "ISRU Thanks but no Tanks! (QBTT)" +[thread:QBMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/204753-* "Monero Flags" +[thread:QBTT]: https://forum.kerbalspaceprogram.com/index.php?/topic/204750-* "ISRU Thanks But No Tanks (KBTT)" [thread:SILP]: https://forum.kerbalspaceprogram.com/index.php?/topic/193051-* "Stock Inline Lights Patches" [thread:SOLS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192489-* "Solar Science (SOLS)" [thread:SCON!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-* "SimpleConstructon!" [thread:SLIF!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191526-* "SimpleLife!" -[thread:SLOG!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" - -[thread:mm]: http://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "ModuleManager" +[thread:SLOG!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" + + +[thread:mm]: https://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "Module Manager" +[thread:ks]: https://forum.kerbalspaceprogram.com/index.php?/topic/89285-* "KerbalStats" +[thread:crp]: https://forum.kerbalspaceprogram.com/index.php?/topic/83007-* "Community Resource Pack" +[thread:cti]: https://forum.kerbalspaceprogram.com/index.php?/topic/162509-* "Community Trait Icons" +[thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal ChangeLog" [thread:twk]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* "TweakScale" -[thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal Changelog" -[thread:tool]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Toolbar" - -[thread:B9]: https://forum.kerbalspaceprogram.com/index.php?showtopic=140541/ "B9 Part Switch" -[thread:arp]: https://forum.kerbalspaceprogram.com/index.php?/topic/54876-* "Alternate Resource Panel" -[thread:crp]: https://forum.kerbalspaceprogram.com/index.php?/topic/83007-* "Community Resource Pack" -[thread:kas]: https://forum.kerbalspaceprogram.com/index.php?/topic142594-* "KAS" -[thread:kbs]: https://forum.kerbalspaceprogram.com/index.php?/topic/89285-* "Kerbal Stats" -[thread:kis]: https://forum.kerbalspaceprogram.com/index.php?/topic/149848-* "KIS" -[thread:irn]: https://forum.kerbalspaceprogram.com/index.php?/topic/184787-* "IR-Next" -[thread:smx]: https://forum.kerbalspaceprogram.com/index.php?/topic/130325-* "SMX" -[thread:elx]: https://github.com/theRagingIrishman/USI_EL "ExtraPlanetary Launchpads - No More Production" -[thread:epl]: https://forum.kerbalspaceprogram.com/index.php?/topic/54284-* "ExtraPlanetary Launchpads" -[thread:6sl]: https://spacedock.info/mod/248 "Six Crew Science Lab" -[thread:keth]: http://forum.kerbalspaceprogram.com/index.php?/topic/119480-* "Kethane/Kethane+" -[thread:ifsc]: http://forum.kerbalspaceprogram.com/index.php?/topic/106243-* "Interstellar Fuel Switch Core" - -[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" -[LINK:matterbeam]: http://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/ "MatterBeam" -[LINK:realgecko]: https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/ "RealGecko" -[LINK:ericwi]: https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/ "EricWi" -[LINK:taniwha]: https://forum.kerbalspaceprogram.com/index.php?/profile/57176-taniwha/ "Taniwha" - -[LINK:maculator]: https://forum.kerbalspaceprogram.com/index.php?/profile/122127-maculator/ "maculator" -[LINK:eleusislaarwall]: https://forum.kerbalspaceprogram.com/index.php?/profile/116286-eleusis-la-arwall/ "Eleusis La Arwal" -[LINK:badsector]: https://forum.kerbalspaceprogram.com/index.php?/profile/118465-badsector/ "Badsector" -[LINK:cy-one]: https://forum.kerbalspaceprogram.com/index.php?/profile/74874-cy-one/ "cy-one" - - -[IMG:hero:0]: https://i.imgur.com/y01A9en.png "SimpleConstruction! Flag" -[IMG:hero:1]: https://spacedock.info/content/matterbeam_328/SimpleConstruction/SimpleConstruction-1455675320.902058.jpg "SimpleConstruction" - -[IMG:hero:2a]: https://i.imgur.com/zqg2qcv.png "Mining Ore" -[IMG:hero:2b]: https://i.imgur.com/R6IYn5V.png "Refining Ore to Metal" -[IMG:hero:2c]: https://i.imgur.com/jhbus6m.png "Printing Rocketparts from Metal" -[IMG:hero:2d]: https://i.imgur.com/6v9gwma.png "Building Rockets" -[IMG:hero:2e]: https://i.imgur.com/nmq46HA.png "Finalize build!" - -[UTUBE:img]: https://img.youtube.com/vi/3T_dren-6cc/0.jpg "YouTube! link" -[UTUBE:link]: https://youtu.be/3T_dren-6cc "Kottabo Talks SimpleConstruction!" - -[^1]: *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* "*Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date*" -[^2]: ***changed to MIT at this point see thread.*** "***changed to MIT at this point see thread.***" +[thread:mks]: http://forum.kerbalspaceprogram.com/index.php?/topic/154587-* "Modular Kolonization System (MKS)" + + +[thread:tbc]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Toolbar" + +[thread:B9PS]: https://forum.kerbalspaceprogram.com/index.php?showtopic=140541/ "B9 Part Switch" +[thread:arp]: https://forum.kerbalspaceprogram.com/index.php?/topic/54876-* "Alternate Resource Panel" +[thread:kas]: https://forum.kerbalspaceprogram.com/index.php?/topic142594-* "KAS" +[thread:kis]: https://forum.kerbalspaceprogram.com/index.php?/topic/149848-* "KIS" +[thread:irn]: https://forum.kerbalspaceprogram.com/index.php?/topic/184787-* "IR-Next" +[thread:smx]: https://forum.kerbalspaceprogram.com/index.php?/topic/130325-* "SMX" +[thread:elx]: https://github.com/theRagingIrishman/USI_EL "ExtraPlanetary Launchpads - No More Production" +[thread:epl]: https://forum.kerbalspaceprogram.com/index.php?/topic/54284-* "ExtraPlanetary Launchpads" +[thread:6sl]: https://spacedock.info/mod/248 "Six Crew Science Lab" +[thread:keth]: http://forum.kerbalspaceprogram.com/index.php?/topic/119480-* "Kethane/Kethane+" +[thread:ifsc]: http://forum.kerbalspaceprogram.com/index.php?/topic/106243-* "Interstellar Fuel Switch Core" + + +[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" +[LINK:matterbeam]: http://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/ "MatterBeam" +[LINK:realgecko]: https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/ "RealGecko" +[LINK:ericwi]: https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/ "EricWi" +[LINK:taniwha]: https://forum.kerbalspaceprogram.com/index.php?/profile/57176-taniwha/ "Taniwha" + +[LINK:maculator]: https://forum.kerbalspaceprogram.com/index.php?/profile/122127-maculator/ "maculator" +[LINK:eleusislaarwall]: https://forum.kerbalspaceprogram.com/index.php?/profile/116286-eleusis-la-arwall/ "Eleusis La Arwal" +[LINK:badsector]: https://forum.kerbalspaceprogram.com/index.php?/profile/118465-badsector/ "Badsector" +[LINK:cy-one]: https://forum.kerbalspaceprogram.com/index.php?/profile/74874-cy-one/ "cy-one" + + +[^1]: ***may*** work on other versions (YMMV) +[^2]: *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!* +[^3]: this isn't a mod. ;P + + +[IMG:hero:0]: https://i.imgur.com/y01A9en.png "SimpleConstruction! Flag" +[IMG:hero:1]: https://spacedock.info/content/matterbeam_328/SimpleConstruction/SimpleConstruction-1455675320.902058.jpg "SimpleConstruction" + +[IMG:hero:2a]: https://i.imgur.com/zqg2qcv.png "Mining Ore" +[IMG:hero:2b]: https://i.imgur.com/R6IYn5V.png "Refining Ore to Metal" +[IMG:hero:2c]: https://i.imgur.com/jhbus6m.png "Printing Rocketparts from Metal" +[IMG:hero:2d]: https://i.imgur.com/6v9gwma.png "Building Rockets" +[IMG:hero:2e]: https://i.imgur.com/nmq46HA.png "Finalize build!" + +[UTUBE:img]: https://img.youtube.com/vi/3T_dren-6cc/0.jpg "YouTube! link" +[UTUBE:link]: https://youtu.be/3T_dren-6cc "Kottabo Talks SimpleConstruction!" + + +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-BADA55?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-Patreonize-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" + + +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/American-flag-sm.png "American English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "中文" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/German-flag-sm.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Spanish-flag-sm.png "Español" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/French-flag-sm.png "Français" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Italian-flag-sm.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Japanese-flag-sm.png "日本語" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/South-Korean-flag-sm.png "한국어" +[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Mexicano" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Dutch-flag-sm.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Norwegian-flag-sm.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Polish-flag-sm.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Russian-flag-sm.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Swedish-flag-sm.png "Svenska" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Taiwanese-flag-sm.png "国语" +[HA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Hawaii-flag-sm.png "ʻŌlelo Pākē" - - diff --git a/Readme.htm b/Readme.htm index 94c50583..a6b8eed3 100644 --- a/Readme.htm +++ b/Readme.htm @@ -1,18 +1,19 @@ - +updated: 01 Dec 2021 --> -

      Download on Curseforge or Github or SpaceDock. Also available on CKAN.

      -

      KGEx

      +

      Download on Curseforge or Github or SpaceDock.

      +
      Available on CKAN as SimpleConstruction.
      +

      KerbalSimpleCo

      Brings you:

      SimpleConstruction! (SCON!)

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

      -

      Available on CKAN as SimpleConstruction.

      -

      adopted for curation by @zer0Kerbal from @EricWi from @RealGecko, and originally created by MatterBeam

      -

      Mod Version KSP version License Expat-MIT

      -

      Curseforge CKAN GitHub SpaceDock

      -

      Code KSP-AVC Validate AVC .version files

      +

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

      +

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

      +

      Code KSP-AVC Validate AVC .version files

      +
      brought to you by KGEx

      SC FLag
      SimpleConstruction!

      @@ -39,121 +40,142 @@

      Kottabo Talks SimpleConstruction!

      Cabin notes

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

      Known issue(s)

      +
        +
      • If the offset/rotation gizmo's are used on the docking ports, the spawn location might be off. This is a known issue and a feature request has been sent to @taniwha
      • +

      Localizations

      +

      SimpleConstruction!

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

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

      +
      +

      Extraplanetary Launchpads

      -

      WIP Additions and corrections solicited and welcome!

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

      Kindly help out @`taniwha1 and help translate? See above for instructions. Github Repo

      -

      See the README in the Localization folder for instructions for adding or improving translations for languages other than English. GitHub push is the best way to contribute.


      -

      How to support this and many other mods by @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]

      +

      How to support this and other great mods by zer0Kerbal

      +

      Support Github Sponsor Patreon Buy zer0Kerbal a snack


      -

      Discussions

      +

      See More

        -
      • See Discussions or KSP Forums for discussions and news on this mod
      • +
      • Discussions and news on this mod: See [Discussions][MOD:discuu] or KSP Forums
      • +
      • Changelog Summary for more details of changes : See ChangeLog
      • +
      • Known Issues for more details of feature requests and known issues : See Known Issues

      Installation Directions

        -
      • Use CKAN
        -
      • -
      -

      Changelog Summary

      -
        -
      • See ChangeLog for full details of mod changes
      • -
      -

      Known Issues

      -
        -
      • See Known Issues for full details of feature requests, and known issues
      • +
      • Use 1
        +CKAN

      Dependencies

      Recommends

      Suggests

      -

      Mods that benefit SimpleConstruction!

      +

      Mods that benefit SimpleConstruction! (SCON!)

      +
      KSP 1.12.1 and earlier
      +

      Other fun mods by zed'K

      Supports

      • TweakScale
      • -B9 Stock Patches
      • -
      • -Kerbal Change Log
      • +B9 Stock Patches
      • Kethane/KethanePlus
      • @@ -206,7 +238,7 @@

        Conflicts

        Possible Conflicts

        Replaces

          @@ -216,24 +248,22 @@

          Tags

          • parts, plugin, config, flags, convenience, editor, resources, crewed, uncrewed
          -
          -
          -

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

          +

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

          - How to get support

          +

          How to get support

          -

          Credits

          +

          Credits and Special Thanks

          -
          - +

          Current (3) - zer0Kerbal

          -

          Forum: Thread - Source: GitHub
          +

          Forum: Thread - Source: GitHub
          License: License Expat-MIT

          @@ -244,25 +274,26 @@
          Disclaimer(s)

          Maintainer (2) - @EricWI

          -

          Thread - Download - Source: GitHub
          +

          Thread - Download - Source: GitHub
          License: License Expat-MIT

          Maintainer (1) - @RealGecko

          -

          Thread - Download - Source: GitHub
          -License: License Expat-MIT [^2]

          +

          Thread - Download - Source: GitHub
          +License: License Expat-MIT 4

          Original (0) - Author: @MatterBeam

          -

          Thread - Download - Source: GitHub
          -License: License CC BY-NC-SA 4.0

          +

          Thread - Download - Source: GitHub
          +License: License Expat-MIT

          +
          -

          +

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

          -
          v4.0.9.9 original: 11 Aug 2018 zed'K | updated: 31 Aug 2021 zed'K
          +
          v4.0.9.9.1 original: 11 Aug 2018 zed'K | updated: 01 Dec 2021 zed'K

          Mining Ore

          Mining Ore

          @@ -276,11 +307,13 @@

          Finalize build!

          Finalize build!

          + + - + @@ -290,8 +323,28 @@

          Finalize build!

          -

          [^1]: Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date "Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date"
          -[^2]: changed to MIT at this point see thread. "changed to MIT at this point see thread."

          + + + + + + + + + + + + + +
          +
          +
            +
          1. this isn't a mod. ;P↩︎

          2. +
          3. may work on other versions (YMMV)↩︎

          4. +
          5. Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!↩︎

          6. +
          7. Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date!↩︎

          8. +
          +
          diff --git a/SimpleConstruction.version b/SimpleConstruction.version index 18721156..9ec2dbb9 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -13,7 +13,7 @@ "MAJOR" : 4, "MINOR" : 0, "PATCH" : 9, - "BUILD" : 9 + "BUILD" : 9.1 }, "KSP_VERSION" : { diff --git a/GameData/SimpleConstruction/Changelog.cfg b/changelog.kcl similarity index 100% rename from GameData/SimpleConstruction/Changelog.cfg rename to changelog.kcl diff --git a/img/KML-windowfix.png b/img/KML-windowfix.png new file mode 100644 index 00000000..2a72fda8 Binary files /dev/null and b/img/KML-windowfix.png differ diff --git a/img/newSpawn.png b/img/newSpawn.png new file mode 100644 index 00000000..5bb98a1b Binary files /dev/null and b/img/newSpawn.png differ diff --git a/img/newSpawn4.png b/img/newSpawn4.png new file mode 100644 index 00000000..1b93ef65 Binary files /dev/null and b/img/newSpawn4.png differ diff --git a/json/code.json b/json/code.json index 3446915d..5b54812b 100644 --- a/json/code.json +++ b/json/code.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "Code", "labelColor": "66ccff", - "message": " ", + "message": "˂˂no source code˃˃ ˂˂Module Manager˃˃", "color": "darkblue", "style": "plastic" -} \ No newline at end of file +} diff --git a/json/ksp.json b/json/ksp.json index 91760a58..b13d3f22 100644 --- a/json/ksp.json +++ b/json/ksp.json @@ -1,8 +1,8 @@ { "schemaVersion": 1, "label": "KSP", - "labelColor": "darkblue", + "labelColor": "black", "message": "1.9.1", "color": "66ccff", "style": "plastic" -} \ No newline at end of file +} diff --git a/json/license.json b/json/license.json index 9e719cef..986a59a3 100644 --- a/json/license.json +++ b/json/license.json @@ -5,4 +5,4 @@ "message": "Expat-MIT", "color": "red", "style": "plastic" -} \ No newline at end of file +} diff --git a/json/mod.json b/json/mod.json index b7ccaa34..e15d7426 100644 --- a/json/mod.json +++ b/json/mod.json @@ -1,8 +1,8 @@ { "schemaVersion": 1, "label": "SimpleConstruction!", - "labelColor": "darkgreen", - "message": "4.0.9.9", - "color": "orange", + "labelColor": "BADA55", + "message": "4.0.9.9.1", + "color": "darkgreen", "style": "plastic" }