diff --git a/Attribution.md b/Attribution.md
index 17a3f48b..a48350a3 100644
--- a/Attribution.md
+++ b/Attribution.md
@@ -4,15 +4,20 @@ title: Attributions
---
[Home](https://zer0kerbal.github.io/SimpleConstruction)
-# Attribution
+
+
+
+# SimpleConstruction! (SCON)
+
+Attribution
## Flag
@@ -20,19 +25,19 @@ updated: 01 Feb 2022
## Credits
-* taniwha and skykooler for [ExtraplanetaryLaunchpads](https://forum.kerbalspaceprogram.com/threads/59545).
-* sarbian for [ModuleManager](https://forum.kerbalspaceprogram.com/threads/55219).
-* cybutek for [KSP-AVC](https://forum.kerbalspaceprogram.com/threads/79745).
-* RoverDude for [Community Resource Pack](https://forum.kerbalspaceprogram.com/index.php?/topic/83007-113-community-resource-pack-054-new-resources/).
+* taniwha and skykooler for [Extraplanetary Launchpads](https://forum.kerbalspaceprogram.com/index.php?/topic/54284-*).
+* sarbian for [Module Manager](https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*).
+* cybutek for [KSP-AVC](https://forum.kerbalspaceprogram.com/index.php?/topic/72169-*).
+* RoverDude for [Community Resource Pack](https://forum.kerbalspaceprogram.com/index.php?/topic/83007-**).
**Thanks to everyone who gave feedback! It's very important for me and highly appreciated.**
### Special Thanks
-* [@RealGecko](https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/), [@Ericwi](https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/), @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
* [@MatterBeam](https://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/) for creating this cool mod.
-
-* Cpt. Kipard for the [Mod Development Links Compilation](https://forum.kerbalspaceprogram.com/threads/94638) and other tutorials.
+* [@RealGecko](https://forum.kerbalspaceprogram.com/index.php?/profile/162682-realgecko/), [@Ericwi](https://forum.kerbalspaceprogram.com/index.php?/profile/152716-ericwi/), @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
+* [Blizzy78][LINK:blizzy78] for creating the toolbar!
+* [Captain Kipard](https://forum.kerbalspaceprogram.com/index.php?/profile/70516-captainkipard/) for the [Mod Development Links Compilation](https://forum.kerbalspaceprogram.com/index.php?/topic/85372-*) and other tutorials.
* Everyone else who made modding tutorials.
@@ -42,4 +47,7 @@ updated: 01 Feb 2022
eightiesboi
+[thread:tb]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Blizzy78's Toolbar"
+
+[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal"
diff --git a/Expat-MIT.txt b/Expat-MIT.txt
index d235b037..bda5f753 100644
--- a/Expat-MIT.txt
+++ b/Expat-MIT.txt
@@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2016 Alexandr Bezenkov
-Copyright © 2020,2021 zer0Kerbal
+Copyright © 2020, 2021, 2022 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:
diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg
index 64f34ccb..b043e991 100644
--- a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg
+++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ISRU.cfg
@@ -3,12 +3,12 @@
// created: 2020 Apr 20
// updated: 26 Feb 2022
-@PART[*ISRU*,Smelter*]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction]
+@PART[*ISRU*,Smelter*,!KKAOSS_Smelter]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction]
{
MODULE
{
name = ModuleResourceConverter
- ConverterName = #SCON-Metal-ConverterName // Metal
+ ConverterName = #SimpleConstruction_Metal_displayname // Metal
StartActionName = #SCON-Metal-StartActionName // Start Metal Refining
StopActionName = #SCON-Metal-StopActionName // Stop Metal Refining
@@ -18,8 +18,8 @@
key = 0 50000
key = 750 25000
key = 1000 5000
- key = 1250 2500
- key = 2000 2500
+ key = 1250 2500
+ key = 2000 2500
key = 4000 0
}
GeneratesHeat = true
@@ -45,7 +45,7 @@
INPUT_RESOURCE
{
ResourceName = Ore
- Ratio = 2.5
+ Ratio = 0.5 // 2.5
FlowMode = STAGE_PRIORITY_FLOW
}
INPUT_RESOURCE
@@ -56,7 +56,7 @@
OUTPUT_RESOURCE
{
ResourceName = Metal
- Ratio = 0.125
+ Ratio = 0.25 // 0.125
DumpExcess = false
FlowMode = STAGE_PRIORITY_FLOW
}
diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KPBS.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg
similarity index 50%
rename from GameData/SimpleConstruction/Compatibility/SimpleConstruction/KPBS.cfg
rename to GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg
index a65a9111..351251e9 100644
--- a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KPBS.cfg
+++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Smelter.cfg
@@ -1,115 +1,34 @@
-// KPBS.cfg v1.0.1.0
+// KKAOSS_Smelter.cfg v1.0.2.0
// SimpleConstruction! (SCON!)
// created:
-// updated: 01 Jun 2021
-
--PART[KKAOSS_MetalOreDrill]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]{}
--PART[KKAOSS_ScrapMetal]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]{}
-
-@PART[KKAOSS_Storage_Metal]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
-{
- @title = K&K X1200 Metal Storage
-
- @RESOURCE[Metal]
- {
- @maxAmount = 1200
- }
-}
-
-@PART[KKAOSS_Storage_RocketParts]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
-{
- @title = K&K X2400 Rocket Part Storage
- @RESOURCE[RocketParts]
- {
- @maxAmount = 2400
- }
-}
-
-@PART[KKAOSS_Storage_MetalOre]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
-{
- @title = K&K X1200 Ore Storage
- @description = A storage for ore. You can process the ore in a smelter into metal.
-
- -RESOURCE[MetalOre]{}
-
- RESOURCE
- {
- name = Ore
- amount = 0
- maxAmount = 1200
- }
-}
-
-@PART[KKAOSS_Workshop]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
-{
- -MODULE[ELConverter]{}
-
- MODULE
- {
- name = ModuleResourceConverter
- ConverterName = RocketParts
- StartActionName = Start Printing RocketParts
- StopActionName = Stop Printing RocketParts
- AutoShutdown = false
- UseSpecialistBonus = true
- SpecialistEfficiencyFactor = 0.2
- SpecialistBonusBase = 0.05
- Specialty = Engineer
- EfficiencyBonus = 1
-
- INPUT_RESOURCE
- {
- ResourceName = Metal
- Ratio = 0.25
- FlowMode = STAGE_PRIORITY_FLOW
- }
-
- INPUT_RESOURCE
- {
- ResourceName = ElectricCharge
- Ratio = 30
- }
-
- OUTPUT_RESOURCE
- {
- ResourceName = RocketParts
- Ratio = 0.25
- DumpExcess = false
- FlowMode = STAGE_PRIORITY_FLOW
- }
- }
-}
+// updated: 06 Mar 2022
@PART[KKAOSS_Smelter]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
{
- @description = The smelter can be used to process ore into useful metal. Do not touch! HOT!
+ !description{}
+ @description = #KBPS-Smelter-desc //The smelter can be used to process ore into useful metal. Do not touch! HOT!
+ @tags ^= :$: cck-el:
-MODULE[ELConverter]{}
-MODULE[ELConverter]{}
+ -MODULE[ELCoreHeat]{}
-RESOURCE[MetalOre]{}
-RESOURCE[ScrapMetal]{}
-
- RESOURCE
- {
- name = Ore
- amount = 0
- maxAmount = 50
- }
-
MODULE
{
name = ModuleResourceConverter
- ConverterName = Metal
- StartActionName = Start Metal Refining
- StopActionName = Stop Metal Refining
+ ConverterName = #SCON-Metal-ConverterName // Metal
+ StartActionName = #SCON-Metal-StartActionName // Start Metal Refining
+ StopActionName = #SCON-Metal-StopActionName // Stop Metal Refining
+
AutoShutdown = true
TemperatureModifier
{
- key = 0 100000
- key = 750 50000
- key = 1000 10000
- key = 1250 500
- key = 2000 50
+ key = 0 50000
+ key = 750 25000
+ key = 1000 5000
+ key = 1250 2500
+ key = 2000 2500
key = 4000 0
}
GeneratesHeat = true
@@ -117,33 +36,38 @@
ThermalEfficiency
{
key = 0 0 0 0
- key = 500 0.1 0 0
+ key = 500 0.9 0 0
key = 1000 1.0 0 0
- key = 1250 0.1 0 0
- key = 3000 0 0 0
+ key = 1250 0.9 0 0
+ key = 1500 0.5 0 0
+ key = 3000 0.0 0 0
}
UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
- Specialty = Engineer
+ UseSpecialistHeatBonus = true
+ SpecialistHeatFactor = 0.1
+ ExperienceEffect = ConverterSkill //Specialty = Engineer
EfficiencyBonus = 1
-
+ resourceOutputName = #SimpleConstruction_Metal_displayname // Metal
INPUT_RESOURCE
{
ResourceName = Ore
- Ratio = 0.4
+ Ratio = 1.0 // 0.4
+ FlowMode = STAGE_PRIORITY_FLOW
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
- Ratio = 48
+ Ratio = 96 // 48
}
OUTPUT_RESOURCE
{
ResourceName = Metal
- Ratio = 0.2
+ Ratio = 1.0 // 0.2
DumpExcess = false
+ FlowMode = STAGE_PRIORITY_FLOW
}
}
@@ -169,6 +93,14 @@
CoreShutdownTemp = 4000 //At what core temperature do we shut down all generators on this part?
MaxCoolant = 500 //Maximum amount of radiator capacity we can consume - 50 = 1 small
}
+
+ RESOURCE
+ {
+ name = Ore
+ amount = 0
+ maxAmount = 50
+ }
+
}
// GPLv3
diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg
new file mode 100644
index 00000000..0411df8e
--- /dev/null
+++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KKAOSS_Workshop.cfg
@@ -0,0 +1,48 @@
+// KKAOSS_Workshop.cfg v1.0.2.0
+// SimpleConstruction! (SCON!)
+// created: 06 Jan 2022
+// updated:
+
+@PART[KKAOSS_Workshop]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
+{
+ @tags ^= :$: cck-el:
+ -MODULE[ELConverter]{}
+
+ MODULE
+ {
+ name = ModuleResourceConverter
+ ConverterName = #SimpleConstruction_RocketParts_displayname // RocketParts
+ StartActionName = #EL_EventGUIName_StartPartProduction // Start Printing Parts
+ StopActionName = #EL_EventGUIName_StopPartProduction // Stop Printing Parts
+ AutoShutdown = false
+ UseSpecialistBonus = true
+ SpecialistEfficiencyFactor = 0.2
+ SpecialistBonusBase = 0.05
+ Specialty = Engineer
+ EfficiencyBonus = 1
+
+ INPUT_RESOURCE
+ {
+ ResourceName = Metal
+ Ratio = 0.25
+ FlowMode = STAGE_PRIORITY_FLOW
+ }
+
+ INPUT_RESOURCE
+ {
+ ResourceName = ElectricCharge
+ Ratio = 30
+ }
+
+ OUTPUT_RESOURCE
+ {
+ ResourceName = RocketParts
+ Ratio = 0.25
+ DumpExcess = false
+ FlowMode = STAGE_PRIORITY_FLOW
+ }
+ }
+}
+
+// GPLv3
+// zer0Kerbal
diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg
new file mode 100644
index 00000000..19f2ca95
--- /dev/null
+++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/KerbalPlanetaryBaseSystems/KerbalPlanetaryBaseSystems.cfg
@@ -0,0 +1,52 @@
+// KerbalPlanetaryBaseSystems.cfg v1.0.2.0
+// SimpleConstruction! (SCON!)
+// created:
+// updated: 06 Mar 2022
+
+-PART[KKAOSS_MetalOreDrill]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]{}
+-PART[KKAOSS_ScrapMetal]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]{}
+
+@PART[KKAOSS_Storage_Metal]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
+{
+ !title = delete
+ %title = #KBPS-Storage-Metal-titl // K&K X1200 Metal Storage
+ @tags ^= :$: cck-el:
+ @RESOURCE[Metal]
+ {
+ @maxAmount = 1200
+ }
+}
+
+@PART[KKAOSS_Storage_RocketParts]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
+{
+ !title = delete
+ %title = #KBPS-Storage-RP-titl // K&K X2400 Rocket Part Storage
+ @tags ^= :$: cck-el:
+
+ @RESOURCE[RocketParts]
+ {
+ @maxAmount = 2400
+ }
+}
+
+@PART[KKAOSS_Storage_MetalOre]:NEEDS[PlanetarySurfaceStructures,SimpleConstruction]:AFTER[PlanetarySurfaceStructures]
+{
+ !title = delete
+ %title = #KBPS-Storage-Ore-titl // K&K X1200 Ore Storage
+
+ !description = delete
+ %description = #KBPS-Storage-Ore-desc // A storage for ore. You can process the ore in a smelter into metal.
+ @tags ^= :$: cck-el:
+
+ -RESOURCE[MetalOre]{}
+
+ RESOURCE
+ {
+ name = Ore
+ amount = 0
+ maxAmount = 1200
+ }
+}
+
+// GPLv3
+// zer0Kerbal
diff --git a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg
index dffba368..618ce969 100644
--- a/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg
+++ b/GameData/SimpleConstruction/Compatibility/SimpleConstruction/ScienceLabs.cfg
@@ -1,4 +1,4 @@
-// ScienceLabs.cfg v1.0.2.1
+// ScienceLabs.cfg v1.0.2.2
// SimpleConstruction! (SCON!)
// created: 01 Dec 2019
// updated: 01 Dec 2021
@@ -8,9 +8,10 @@
MODULE
{
name = ModuleResourceConverter
- ConverterName = RocketParts
- StartActionName = Start Printing RocketParts
- StopActionName = Stop Printing RocketParts
+ ConverterName = #SimpleConstruction_RocketParts_displayname // RocketParts
+ StartActionName = #EL_EventGUIName_StartPartProduction // Start Printing Parts
+ StopActionName = #EL_EventGUIName_StopPartProduction // Stop Printing Parts
+
AutoShutdown = false
UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.2
diff --git a/GameData/SimpleConstruction/Expat-MIT.txt b/GameData/SimpleConstruction/Expat-MIT.txt
index d235b037..bda5f753 100644
--- a/GameData/SimpleConstruction/Expat-MIT.txt
+++ b/GameData/SimpleConstruction/Expat-MIT.txt
@@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2016 Alexandr Bezenkov
-Copyright © 2020,2021 zer0Kerbal
+Copyright © 2020, 2021, 2022 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:
diff --git a/GameData/SimpleConstruction/Localization/en-us.cfg b/GameData/SimpleConstruction/Localization/en-us.cfg
index 0f2e9ec1..0a2db885 100644
--- a/GameData/SimpleConstruction/Localization/en-us.cfg
+++ b/GameData/SimpleConstruction/Localization/en-us.cfg
@@ -1,7 +1,7 @@
-// en-us.cfg v1.1.0.0
+// en-us.cfg v1.2.0.0
// SimpleConstruction! (SCON!)!
// created: 2020 Apr 20
-// updated: 26 Feb 2022
+// updated: 06 Mar 2022
Localization
{
@@ -24,6 +24,16 @@ Localization
#SCON-Karbonite-StopActionName = Karbonite Refining: Stop
#SCON_Karbonite_displayname = Karbonite
+
+ // KerbalPlanetaryBaseSystems
+ #KBPS-Storage-Ore-titl = K&K X1200 Ore Storage
+ #KBPS-Storage-Ore-desc = A storage for ore. You can process the ore in a smelter into metal.
+
+ #KBPS-Storage-Metal-titl = K&K X1200 Metal Storage
+ #KBPS-Storage-RP-titl = K&K X2400 Rocket Part Storage
+
+ #KBPS-Smelter-desc = The smelter can be used to process ore into useful metal. Do not touch! HOT!
+
}
}
diff --git a/GameData/SimpleConstruction/Readme.htm b/GameData/SimpleConstruction/Readme.htm
deleted file mode 100644
index 06c59369..00000000
--- a/GameData/SimpleConstruction/Readme.htm
+++ /dev/null
@@ -1,514 +0,0 @@
-
-
-
-
-
-
-SimpleConstruction! (SCON)
-KerbalSimpleCo
-This mod aims to provide simple craft building capability in flight
-mode with stock parts and streamlined IRSU mining for Kerbal Space
-Program.
-
-
-
-Description
-
-After testing out Extraplanetary Launchpads and Roverdude's MK/OKS,
-@MatterBeam
had the idea of creating
-a simple, user friendly mod that would allow you to build rockets
-without taking a 200MB hit to RAM or having to juggle multitudes of
-resource pathways. If you know how to set up a drill, ISRU and a fuel
-tank for an Ore to Fuel conversion, then you should know how to build
-rockets.
-
-Features
-
-No extra parts
-No RAM usage
-Added functionality for the Mobile Processing Lab in the late
-game
-Simple, configurable and adds levels of depth to the gameplay
-without a learning curve
-Ore --> Metal --> RocketParts --> rockets!
-
-
-Kottabo Talks
-SimpleConstruction! (SCON!)
-
- Embedded Kottabo Youtube Video
- VIDEO
-
-
-
-
-Cabin notes
-
-WIP
- work in progress
-Am open to adding more features, great project for someone!
-I have not personally tested the patches
-Have a request? Glad to have them, kindly submit through
-GitHub.
-
-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! (SCON!)
-
-
- 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 welcome!
-
-
-
-
- English
- Chinese (简体中文)
-your translation here
-
-Kindly help out @`taniwha1 and help translate? See above for
-instructions. Github
-Repo
-
-
-How to
-support this and other great mods by zer0Kerbal
-
-
-See More
-
-Discussions and news on this mod: See Discussions 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 CurseForge/OverWolf App (currently does
-not install dependencies)
-
-
-
-
-or
-Dependencies
-
-Recommends
-
-Suggests
-Mods that benefit SimpleConstruction! (SCON!)
-
-KSP 1.12.1 and earlier
-
-
-
-Supports
-
-Conflicts
-
-Possible Conflicts
-
-
-
-parts, plugin, config, flags, convenience, editor, resources,
-crewed, uncrewed
-
-
-
*red box below is a link to forum post on how to get support*
-
-
Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
-
-Credits and Special Thanks
-
-Legal Mumbo Jumbo (License
-provenance )
-
-
-Forum: Thread - Source: GitHub License:
-Disclaimer(s)
-This mod contains @taniwha
's Launchpad.dll and textures
-from Extraplanetary Launchpads .
-All bundled mods are distributed under their own
-licenses All art assets (textures, models,
-animations, sounds) are distributed under their own
-licenses
-
-Maintainer (2) - @EricWI
-
-Thread - Download - Source: GitHub License:
-
-
-
-Thread - Download - Source: GitHub License: 5
-
-Original (0) - Author: @MatterBeam
-
-Thread - Download - Source: GitHub License:
-
-
-Mining Ore
-
-
-
-
-
-Building Rockets
-
-Finalize build!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameData/SimpleConstruction/SimpleConstruction.version b/GameData/SimpleConstruction/SimpleConstruction.version
index f06ecdba..e78203d1 100644
--- a/GameData/SimpleConstruction/SimpleConstruction.version
+++ b/GameData/SimpleConstruction/SimpleConstruction.version
@@ -13,7 +13,7 @@
"MAJOR" : 4,
"MINOR" : 0,
"PATCH" : 99,
- "BUILD" : 1
+ "BUILD" : 2
},
"KSP_VERSION" :
{
@@ -27,12 +27,6 @@
"MINOR" : 7,
"PATCH" : 3
},
- "KSP_VERSION_MAX" :
- {
- "MAJOR" : 1,
- "MINOR" : 12,
- "PATCH" : 9999
- },
"INSTALL_LOC_SC" :
{
"NAME" : "SimpleConstruction",
diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md
index f1070e13..c32b0d3c 100644
--- a/GameData/SimpleConstruction/changelog.md
+++ b/GameData/SimpleConstruction/changelog.md
@@ -127,10 +127,10 @@
* #35 - SSPX.cfg and StationPartsExpansionRedux.cfg are more or less identical MM patches
* #36 - Launchclamps.cfg
* #43 - Version 4.0.9.9.1-prerelease
-* #44 - 4.0.9.9.1 Legal MumboJumbo
-* #45 - 4.0.9.9.1 Update documentation
+* #44 - 4.0.99.1 Legal MumboJumbo
+* #45 - 4.0.99.1 Update documentation
* #46 - Release 4.0.9.9.1-prerelease
-* #47 - 4.0.9.9.1 - Social Media
+* #47 - 4.0.99.1 - Social Media
---
diff --git a/readme.htm b/GameData/SimpleConstruction/readme.htm
similarity index 97%
rename from readme.htm
rename to GameData/SimpleConstruction/readme.htm
index 06c59369..23d51f2d 100644
--- a/readme.htm
+++ b/GameData/SimpleConstruction/readme.htm
@@ -1,7 +1,7 @@
-
+uupdated: 05 Mar 2022 -->
@@ -59,6 +59,15 @@ KerbalSimpleCo
href="http://forum.kerbalspaceprogram.com/index.php?/profile/133334-matterbeam/"
title="MatterBeam">MatterBeam
+ graph LR
+ id[Resource Flow];
+ Drill-->StoreOre((Ore Tank)) & ISRU
+ StoreOre-->ISRU
+ ISRU-->StoreMetal((Metal Tank)) & ScienceLab
+ StoreMetal-->ScienceLab
+ ScienceLab-->StoreRP((RocketParts Tank))--> Workshop
+ Workshop-->Profit
+
Kindly help out @`taniwha1 and help translate? See above for
+title="Taniwha">@`taniwha
and help translate? See above for
instructions. Github
Repo
@@ -163,7 +172,7 @@ How to
How to
href="https://www.patreon.com/bePatron?u=23390503" title="Patreon">
@@ -184,12 +193,15 @@ See More
href="https://forum.kerbalspaceprogram.com/index.php?/topic/204752-*"
title="Mod Forum Thread">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
+GitHub Pages : See Pages
Installation Directions
@@ -306,7 +318,12 @@ Supports
TweakScale
-[Toolbar][thread:tool]
+Toolbar Controller
+Blizzy's Toolbar
B9 Stock Patches
@@ -382,7 +399,7 @@ Current (3) - GitHub License:
+title="Expat-MIT" alt="License" />
Disclaimer(s)
This mod contains Maintainer (2) - GitHub License:
+title="Expat-MIT" alt="License" />
Maintainer (1) - Maintainer (1) - GitHub License: 4
Original (0) - Author: Original (0) - Author:
+title="CC BY-NC-SA 4.0" alt="License" />
Mining Ore
@@ -462,16 +478,16 @@
-Finalize build!
+Finalize build (PROFIT!)
-
+
-
+
diff --git a/Graphics/AltSimpleConstruction.png b/Graphics/AltSimpleConstruction.png
deleted file mode 100644
index d1b3ebfe..00000000
Binary files a/Graphics/AltSimpleConstruction.png and /dev/null differ
diff --git a/Graphics/SimpleConstructionFlag.png b/Graphics/SimpleConstructionFlag.png
deleted file mode 100644
index 13ea4270..00000000
Binary files a/Graphics/SimpleConstructionFlag.png and /dev/null differ
diff --git a/Graphics/SimpleConstructionHero0.jpg b/Graphics/SimpleConstructionHero0.jpg
deleted file mode 100644
index 813cd9fe..00000000
Binary files a/Graphics/SimpleConstructionHero0.jpg and /dev/null differ
diff --git a/Graphics/curseforge400x400.png b/Graphics/curseforge400x400.png
deleted file mode 100644
index 33d8fb5d..00000000
Binary files a/Graphics/curseforge400x400.png and /dev/null differ
diff --git a/Graphics/flag.png b/Graphics/flag.png
deleted file mode 100644
index 13ea4270..00000000
Binary files a/Graphics/flag.png and /dev/null differ
diff --git a/LICENSE b/LICENSE
index d235b037..bda5f753 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2016 Alexandr Bezenkov
-Copyright © 2020,2021 zer0Kerbal
+Copyright © 2020, 2021, 2022 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:
diff --git a/NetKAN/SimpleConstruction.netkan b/NetKAN/SimpleConstruction.netkan
index 9695f8f6..ab695228 100644
--- a/NetKAN/SimpleConstruction.netkan
+++ b/NetKAN/SimpleConstruction.netkan
@@ -1,7 +1,7 @@
{
"spec_version": "v1.4",
"identifier": "SimpleConstruction",
- "name": "SimpleConstruction Updated",
+ "name": "SimpleConstruction! (SCON)",
"abstract": "This mod aims to provide simple craft building capability in flight mode to stock parts.",
"$kref": "#/ckan/spacedock/59",
"$vref": "#/ckan/ksp-avc/SimpleConstruction.version",
diff --git a/SimpleConstruction.version b/SimpleConstruction.version
index f06ecdba..e78203d1 100644
--- a/SimpleConstruction.version
+++ b/SimpleConstruction.version
@@ -13,7 +13,7 @@
"MAJOR" : 4,
"MINOR" : 0,
"PATCH" : 99,
- "BUILD" : 1
+ "BUILD" : 2
},
"KSP_VERSION" :
{
@@ -27,12 +27,6 @@
"MINOR" : 7,
"PATCH" : 3
},
- "KSP_VERSION_MAX" :
- {
- "MAJOR" : 1,
- "MINOR" : 12,
- "PATCH" : 9999
- },
"INSTALL_LOC_SC" :
{
"NAME" : "SimpleConstruction",
diff --git a/docs/404.md b/docs/404.md
index 8e9709f6..188aa477 100644
--- a/docs/404.md
+++ b/docs/404.md
@@ -1,12 +1,16 @@
---
permalink: /404.html
-title: 404
+title: 404 - Kerbal Not Located
---
-
-
+
+
+
# 404
## Launch error : Bill is out to launch (oops lunch)
@@ -17,4 +21,4 @@ title: 404
![Space Ground Tour by discoslelge](https://github.com/zer0Kerbal/JoolianDiscovery/blob/master/img/space-grand-tour-ksp-by-discoslelge-dbvxxbz-fullview.png?raw=true)
-
\ No newline at end of file
diff --git a/docs/LegalMumboJumbo.md b/docs/LegalMumboJumbo.md
index e9a4510b..025981a3 100644
--- a/docs/LegalMumboJumbo.md
+++ b/docs/LegalMumboJumbo.md
@@ -12,10 +12,14 @@ updated: 01 Feb 2022
[Home](https://zer0kerbal.github.io/SimpleConstruction)
+
+
+
# SimpleConstruction! (SCON)
[Home](/index.md)
+* ![LegalMumboJumbo](/LegalMumboJumbo/License.html)
* ![LegalMumboJumbo](/LegalMumboJumbo/FORUM-01.png)
* ![LegalMumboJumbo](/LegalMumboJumbo/FORUM-02.png)
diff --git a/docs/LegalMumboJumbo/License.md b/docs/LegalMumboJumbo/License.md
new file mode 100644
index 00000000..29559c5e
--- /dev/null
+++ b/docs/LegalMumboJumbo/License.md
@@ -0,0 +1,10 @@
+# The MIT License (MIT)
+
+* Copyright © (c) 2016 Alexandr Bezenkov
+* Copyright © (c) 2020, 2021, 2022 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/docs/Localizations.md b/docs/Localizations.md
index 1a1e5c8f..d3f79abb 100644
--- a/docs/Localizations.md
+++ b/docs/Localizations.md
@@ -3,13 +3,16 @@ permalink: /Localizations.html
title: Localizations
---
-
+updated: 06 Mar 2022 -->
[Home](https://zer0kerbal.github.io/SimpleConstruction)
+
+
+
# SimpleConstruction! (SCON)
has been translated into the following languages:
@@ -39,7 +42,7 @@ __These localizations for KSP and its DLC's are available through Steam:__
## Included just in case
-* [ ] ![Mexicano][ME] Mexican Spanish (Mexicano)
+* [ ] ![Español Mexicano][ME] Mexican Spanish (Español Mexicano)
* [ ] ![한국어][KO] [Korean (한국어)
* [ ] ![Dutch][NL] Dutch (Nederlands)
* [ ] ![Norsk][NO] Norwegian (Norsk)
@@ -53,7 +56,7 @@ __These localizations for KSP and its DLC's are available through Steam:__
[URL:qs]: https://github.com/zer0Kerbal/localization/blob/master/readme.md "Quick Start"
[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"
+[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Español 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"
diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md
new file mode 100644
index 00000000..f4228885
--- /dev/null
+++ b/docs/ManualInstallation.md
@@ -0,0 +1,129 @@
+---
+permalink: /ManualInstallation.html
+title: ManualInstallation
+---
+
+
+
+
+
+# SimpleConstruction! (SCON)
+
+***Provides simple craft building capability in flight mode to stock parts for Kerbal Space Program.***
+
+SimpleConstruction! (SCON) is under zer0Kerbal's management!
+
+## Installation Instructions
+
+### Using CurseForge/OverWolf app or CKAN
+
+You should be all good! (check for latest version on CurseForge)
+
+### If Downloaded from CurseForge/OverWolf manual download
+
+To install, place the GameData folder inside your Kerbal Space Program folder:
+
+* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork:
+ * Delete `/GameData/ExtraplanetaryLaunchpads` AND `/GameData/SimpleConstruction`
+* Extract the package's `SimpleConstruction/` folder into your KSP's as follows:
+ * `/SimpleConstruction` --> `/GameData/SimpleConstruction`
+ * Overwrite any preexisting file.
+* Extract the package's `ExtraplanetaryLaunchpads/` folder into your KSP's as follows:
+ * `/ExtraplanetaryLaunchpads` --> `/GameData/ExtraplanetaryLaunchpads`
+ * Overwrite any preexisting file.
+
+### If Downloaded from SpaceDock / GitHub / other
+
+To install, place the GameData folder inside your Kerbal Space Program folder:
+
+* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork:
+ * Delete `/GameData/ExtraplanetaryLaunchpads` AND `/GameData/SimpleConstruction`
+* Extract the package's `GameData/ExtraplanetaryLaunchpads` folder into your KSP's as follows:
+ * `/GameData/ExtraplanetaryLaunchpads` --> `/GameData`
+ * Overwrite any preexisting file.
+* Extract the package's `GameData/SimpleConstruction` folder into your KSP's as follows:
+ * `/GameData/SimpleConstruction` --> `/GameData`
+ * Overwrite any preexisting file.
+
+## The following file layout must be present after installation
+
+```
+
+ [GameData]
+ [ExtraplanetaryLaunchpads]
+ [Localization]
+ ...
+ [Texture]
+ ...
+ [UI]
+ ...
+ License.txt
+ License-KS.txt
+ [SimpleConstruction]
+ [Agencies]
+ ...
+ [Compatibility]
+ ...
+ [Contracts]
+ ...
+ [Flags]
+ ...
+ [Localization]
+ ...
+ [Parts]
+ ...
+ [Plugins]
+ ...
+ #.#.#.#.htm
+ changelog.md
+ Expat-MIT.txt
+ readme.htm
+ SimpleConstruction.version
+ ...
+ KSP.log
+ ...
+```
+
+```mermaid
+ graph LR
+ %% file structure of SimpleConstruction! (SCON)
+ id[("SimpleConstruction! File Structure")];
+ style id1 fill:#f9f,stroke:#333,stroke-width:3px
+ style id2 fill:#ff0,stroke:#333,stroke-width:2px
+ style id3 fill:#bada55,stroke:#333,stroke-width:1px
+ subgraph id1[Kerbal Space Program Root]
+ KSP --folder--> gamedata
+ KSP -. file .-> log>KSP.log]
+ end
+ subgraph id2 [GameData Folder]
+ gamedata -- folder --> ExtraplanetaryLaunchpads
+ gamedata -. file .-> ModuleManager[/ModuleManager.dll\]
+ gamedata -- folder --> SimpleConstruction
+ end
+ subgraph id3 [SimpleConstruction and Extraplanetary Launchpads Folders]
+ ExtraplanetaryLaunchpads -- folder --> elLoc(Localization) & Texture & UI
+ SimpleConstruction -- folder --> Agencies & Compatability & Localization & Parts & Plugins %%& Textures
+ SimpleConstruction -. file .-> a>#.#.#.#.htm] & b>Attribution.md] & c>changelog.md] & d>Expat-MIT.txt] & e>ManualInstallation.md & f>readme.htm] & g>SimpleConstruction.version]
+ ExtraplanetaryLaunchpads -. file .-> aa>License.txt] & bb>License-KS.txt]
+ Agencies --> 1[...]
+ Compatability --> 2[...]
+ Contracts --> 3[...]
+ Flags --> 4[...]
+ Localization --> 5[...]
+ Parts --> 6[...]
+ Plugins .-> 7[/Launchpad.dll\] & 41>EL.version] & 42>License.txt] & 43>License-KS.txt]
+ %%Textures .-> 8[...]
+ elLoc .-> 10[...]
+ Texture .-> 20[...]
+ UI .-> 30[...]
+ end
+```
+
+### Dependencies
+
+* [Module Manager][thread:mm]
+
+[thread:mm]: https://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "Module Manager"
diff --git a/docs/ReleaseNotes/4.0.99.2.md b/docs/ReleaseNotes/4.0.99.2.md
new file mode 100644
index 00000000..8d1e5362
--- /dev/null
+++ b/docs/ReleaseNotes/4.0.99.2.md
@@ -0,0 +1,275 @@
+---
+permalink: /4.0.99.2.html
+title: Release Notes: version 4.0.99.2
+---
+
+
+
+[![Taerobee Version][MOD:shd:stat]][MOD:url] [![KSP version][KSP:shd:stat]][KSP:url]
+[![License][LIC:shd]][LIC:url] ![AVC .version files][AVCVAL:shd]
+
+[![GitHub Pages][MOD:pages:shd]][MOD:pages]
+
+---
+
+# Version 4.0.99.2-prerelease - A Little too Spicy
+
+## This is PRE-RELEASE - and WILL break saves
+
+* 06 Mar 2022
+* Release for Kerbal Space Program [KSP 1.12.3]
+
+
+DO A CLEAN INSTALL: DELETE EXISTING INSTALLATION THEN RE-INSTALL
+
Does not contain .dll's - download from CurseForge
+
+---
+
+### Updated
+
+* [KPBS.cfg]
+ * renamed to [KerbalPlanetaryBaseSystems.cfg] v1.0.2.0
+ * [KKAOSS_Smelter]
+ * split out into own file [KKAOSS_Smelter] v1.0.2.0
+ * -MODULE[ELCoreHeat]{}
+ * [ModuleResourceConverter]
+ * [TemperatureModifier]
+ * OLD:
+ * key = 0 100000
+ * key = 750 50000
+ * key = 1000 10000
+ * key = 1250 500
+ * key = 2000 50
+ * key = 4000 0
+ * NEW:
+ * key = 0 50000
+ * key = 750 25000
+ * key = 1000 5000
+ * key = 1250 2500
+ * key = 2000 2500
+ * key = 4000 0
+ * [ThermalEfficiency]
+ * OLD:
+ * key = 0 0 0 0
+ * key = 500 0.1 0 0
+ * key = 1000 1.0 0 0
+ * key = 1250 0.1 0 0
+ * key = 3000 0 0 0
+ * NEW:
+ * key = 0 0 0 0
+ * key = 500 0.9 0 0
+ * key = 1000 1.0 0 0
+ * key = 1250 0.9 0 0
+ * key = 1500 0.5 0 0
+ * key = 3000 0.0 0 0
+ * add [UseSpecialistHeatBonus] = true
+ * add [SpecialistHeatFactor] = 0.1
+ * add [resourceOutputName] = #SimpleConstruction_Metal_displayname // Metal]
+ * change [Specialty] = Engineer to [ExperienceEffect] = ConverterSkill
+ * INPUT_RESOURCE
+ * [Ore] ratio was 0.4, now is 1.0
+ * [ElectricCharge] ratio was 48, now 96
+ * OUTPUT_RESOURCE
+ * [Metal] was 0.2, now is 1.0
+ * Localized
+ * [KKAOSS_Workshop]
+ * split out into own file [KKAOSS_Workshop] v1.0.2.0
+ * [ModuleResourceConverter]
+ * Localized
+* [ISRU.cfg] v1.1.0.0
+ * @PART[*ISRU*,Smelter*] --> @PART[*ISRU*,Smelter*,!KKAOSS_Smelter]
+ * with KPBS installed, Smelter was being hit twice without winner winner chicken dinner
+ * closes #63 - [Bug 🐞]: KPBS Smelter not heating
+ * [ModuleResourceConverter]
+ * Localized
+ * INPUT_RESOURCE
+ * [Ore] ratio was 2.5, now is 0.5
+ * [ElectricCharge] ratio remains the same
+ * OUTPUT_RESOURCE
+ * [Metal] was 0.125, now is 0.25
+
+### Backend
+
+* [__deploy] v1.1.3.0
+* [_gitPullIssues] v1.1.0.1
+* [SimpleConstruction.version]
+ * removed [KSP_VERSION_MAX], not longer needed
+* removed graphics/ folder; duplicate of img/
+* removed bin/ folder; empty
+
+### Localization
+
+* [ScienceLabs.cfg] v1.0.2.2
+ * ConverterName = #SimpleConstruction_RocketParts_displayname = RocketParts
+ * StartActionName = #EL_EventGUIName_StartPartProduction // Start Printing Parts
+ * StopActionName = #EL_EventGUIName_StopPartProduction // Stop Printing Parts
+* [KKAOSS_Workshop.cfg] v1.0.2.0
+ * ConverterName = #SimpleConstruction_RocketParts_displayname = RocketParts
+ * StartActionName = #EL_EventGUIName_StartPartProduction // Start Printing Parts
+ * StopActionName = #EL_EventGUIName_StopPartProduction // Stop Printing Parts
+* [KerbalPlanetaryBaseSystems.cfg] v1.0.2.0
+ * [KKAOSS_Storage_Metal]
+ * -title {}
+ * title = #KBPS-Storage-Metal-titl // K&K X1200 Metal Storage
+ * [KKAOSS_Storage_RocketParts]
+ * -title {}
+ * title = #KBPS-Storage-RP-titl // K&K X2400 Rocket Part Storage
+ * [KKAOSS_Storage_MetalOre]
+ * -title {}
+ * title = #KBPS-Storage-Ore-titl // K&K X1200 Ore Storage
+ * -description {}
+ * description = #KBPS-Storage-Ore-desc
+* [KKAOSS_Smelter.cfg] v1.02.0
+ * ConverterName = #SCON-Metal-ConverterName // Metal
+ * StartActionName = #SCON-Metal-StartActionName // Start Metal Refining
+ * StopActionName = #SCON-Metal-StopActionName // Stop Metal Refining
+ * resourceOutputName = #SimpleConstruction_Metal_displayname // Metal
+* [ISRU.cfg] v1.1.0.0
+ * ConverterName = #SCON-Metal-ConverterName // Metal
+ * StartActionName = #SCON-Metal-StartActionName // Start Metal Refining
+ * StopActionName = #SCON-Metal-StopActionName // Stop Metal Refining
+ * resourceOutputName = #SimpleConstruction_Metal_displayname // Metal
+* [en-us.cfg]v1.2.0.0
+ * KerbalPlanetaryBaseSystems
+ * #KBPS-Storage-Ore-titl = K&K X1200 Ore Storage
+ * #KBPS-Storage-Ore-desc = A storage for ore. You can process the ore in a smelter into metal.
+ * #KBPS-Storage-Metal-titl = K&K X1200 Metal Storage
+ * #KBPS-Storage-RP-titl = K&K X2400 Rocket Part Storage
+ * #KBPS-Smelter-desc = The smelter can be used to process ore into useful metal. Do not touch! HOT!
+
+### Documentation
+
+* update [readme.md] v1.6.5.9
+* update [ReleaseLayout.md] v1.3.1.
+* update [changelog.md] v1.4.1.0
+* update [Attribution.md] v1.1.2.1
+* [docs]
+ * [LegalMumboJumbo]
+ * [Part-Invoice]
+ * [404]
+ * [Localizations]
+ * [ManualInstallation.md]
+ * [resourceFlow.md]
+ * [4.0.99.2]
+* closes #66 - 4.0.99.2 Update Documentation
+* closes #65 - 4.0.99.2 Verify Legal Mumbo Jumbo
+* closes #67 - 4.0.99.2 Social Media
+
+### Status
+
+* Issues/Milestones
+ * closes #64 - SimpleConstruction! (SCON) 4.0.99.2-prerelease A Little Too Spicy
+* Pull Requests
+ * closes #68 - 4.0.99.2-prerelease A Little Too Spicy
+
+* [ELWorkshop]
+ * newly discovered KSPFields
+ * bool FullyEquipped;
+ * bool - IgnoreCrewCapacity = true;
+ * float - ProductivityFactor = 1f;
+ * float - UnmannedProductivity;
+
+---
+
+### See More
+
+* Changelog Summary for more details of changes : See [ChangeLog][MOD:chlog]
+* Discussions and news on this mod: See [Discussions][MOD:discu] or [KSP Forums][MOD:url]
+* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:known]
+* GitHub Pages : See [Pages][MOD:pages]
+
+### Localization
+
+#### SimpleConstruction! (SCON!)
+
+>* [x] ![English][EN] English
+>* [x] ![German][DE] German (Deutsch)
+>* [x] ![Chinese][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 welcome!*
+
+#### [Extraplanetary Launchpads](https://github.com/taniwha/Extraplanetary-Launchpads)
+
+>* [x] ![English][EN] English
+>* [x] ![Chinese][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)
+
+---
+
+### How to support this and other great mods by [`zer0Kerbal`][LINK: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]
+
+---
+
+
+
*red box below is a link to forum post on how to get support*
+
+
+
+
Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date
+
+---
+
+
+[MOD:url]: https://forum.kerbalspaceprogram.com/index.php?/topic/204752-* "Mod Forum Thread"
+[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg "Changelog"
+[MOD:discu]: https://github.com/zer0Kerbal/SimpleConstruction/discussions "Discussions"
+[MOD:issue]: https://github.com/zer0Kerbal/SimpleConstruction/issues "GitHub Issues"
+[MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues "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:pages]: https://zer0kerbal.github.io/SimpleConstruction "GitHub.io Pages"
+[MOD:pages:shd]: https://github.com/zer0Kerbal/SimpleConstruction/actions/workflows/pages/pages-build-deployment/badge.svg "GitHub IO"
+
+
+[MOD:shd:stat]: https://img.shields.io/badge/SimpleConstruction!%20(SCON!)%20v-4.0.99.2--prerelease-BADA55.svg?style=plastic&labelColor=darkgreen "4.0.99.2-prerelease"
+
+[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/sc/files "Curseforge"
+[GITHUB:url]: https://github.com/zer0Kerbal/SimpleConstruction/ "GitHub"
+
+[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program"
+[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.3-blue.svg?style=plastic&logo=data:image/webp;base64,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hm³AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+kIw0BgtRgL1DKJeuNZdQ9f5RAGGfOQfZxexj7t37RkjNp4rPDIHOJVyPBF+XHKsnQk4SWRBl8Wot74WtkBqidQggbyj2vW1WEFG6JfUZ8UxhVzOmAUdKTYZ3yxR2QwIIAQdA9YgiRBZWyCguiOER9y9IauiyGqR0EayVLiEVwmXmF5+Z2jfohj8i1q8ybRahCBAXZBCBUqLgAACQFzp5M/o5wzCDcCJZEOF9EzggM7NEd18c1Q85gPBldtg6mwB1N+hzyTSFp5jWM+WpCRBEBAjIaUxJI80o3s6vDYJ7gNXuAUfOacvsLvLhNIMaMwh8GccsXjtuiK+wkxZ/kVdOCzoCeAOn+N7H1rU1YT35MgAWY9yD5wMWI7j7G976bSh8LxDx2jI3IJRAnJ+RQQIU7gABnLd3vKSyMAd71mq7HgV3AJ+Sxh5Bz5O0z/gbTiNT8DxQssrrv7Uyx9Y7q6BQVUoIGonF/FfoC/RqwVHlviCRSABDvLaCUfZlz1cNENn6adNTz+AF8v8KWQAFL+QMkpCthFkpvvq7+2/to6AIBhyvPdrUr3g1XwBEJPMeP/98SxWWvs3nHIhgNnsY1RWVyw+Guh5IZLgj9WzPi/iEk9gPPGLAni3aRlsqlGQ9jP4z9Q/s/xi3dw486abm6Bqi2l3qu9e9tQsdVMdG4zbVYqp5wJcBSA2W6sNmkwxuNk+nw3r4MFi/4EkTAhiRFk70jkqNDiWbDK65OLIn0s0wD/ucAp3XwVSsSNBAqjFUIXwFE0MihZQ6utQYV2oR+tShO7Ad6bswY3xd7qe0VrVxK9ZjueQy4TPnF8MCQGjoxSugSFgFMV4LiVwgsn/i+gXZ2FzplAduxnn0/OlW0uqf+M64MRPqzwrl+PnpKQSaXS49Ui7n2/ctFtHtAtiprzxq6WniwESvW5yUG1Xx6/8Hx8NKELwKZK15pV/EvXvm9ZMlx0aKUO98iUPaWvst/n8ZbOmkvGhcOQRWf5zj9dk9cfpad5oHN3Rns/wsuvy2puxz1Ziu96Q7/SOWoROzvNzFo5Z5+1BDej3OjQ/XymEkW9jr0em5g5SdX8VC2gf9xJb/RWCC5bIKWDgWcYf+K9Kje3zbQBh/F448wMLoICeUyJ330nXlPmawiRT/sblG4vWrbErgQaMzYbZcwbhSaNrwH+Tqa04jqrd3JZTvwbFxHFSVMAv5UZdEq+tQUupcis/5+MZNsxk9b8TPa7cMqdzzrh9FtD5v+vPACvJy7nDT69IP/Yx6EywGdTFsD5iU7bqkovJogzTjQm³iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ=&labelColor=black "Kerbal Space Program"
+
+
+[LIC:url]: https://opensource.org/licenses/MIT "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"
+
+[AVCVAL:shd]: https://github.com/zer0Kerbal/MoarKerbals/workflows/Validate%20AVC%20.version%20files/badge.svg
+[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal"
+[LINK:taniwha]: https://forum.kerbalspaceprogram.com/index.php?/profile/57176-taniwha/ "Taniwha"
+
+
+[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-Ore-00457C?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal"
+[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal"
+[PATREON:img]: https://img.shields.io/badge/Patreon%20-be%20a%20Patron-FF424D?style=for-the-badge&logo=patreon "Patreon"
+[PATREON:url]: https://www.patreon.com/bePatron?u=23390503 "Patreon"
+[GSPONS:img]: https://img.shields.io/badge/Github%20-Sponsor-EA4AAA?style=for-the-badge&logo=githubsponsors "Github Sponsors"
+[GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors"
+[BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack"
+[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack"
+[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 "Español 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ē"
+
+
\ No newline at end of file
diff --git a/json/mod.json b/json/mod.json
index 1bec0a89..e0ea6412 100644
--- a/json/mod.json
+++ b/json/mod.json
@@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "SimpleConstruction!",
"labelColor": "BADA55",
- "message": "4.0.99.1",
+ "message": "4.0.99.2",
"color": "darkgreen",
"style": "plastic"
}
diff --git a/readme.md b/readme.md
index f07d71b1..9e63898c 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
-
+uupdated: 05 Mar 2022 -->
@@ -109,6 +109,7 @@ This mod aims to provide simple craft building capability in flight mode with st
* Discussions and news on this mod: See [Discussions][MOD:discu] 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]
+* GitHub Pages : See [Pages][MOD:pages]
---
@@ -192,34 +193,34 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
* [@`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 _provenance_)
+### Legal Mumbo Jumbo (License *provenance*)
#### Current (3) - [`zer0Kerbal`][LINK:zer0Kerbal]
>
> Forum: [Thread][MOD:forum] - Source: [GitHub][GITHUB:url]
-> License: [![License Expat-MIT][LIC:shd]][LIC:url]
+> License: [![License][LIC:shd]][LIC:url]
>
> ##### Disclaimer(s)
>
> This mod contains [`@taniwha`][LINK:taniwha]'s Launchpad.dll and textures from [Extraplanetary Launchpads][thread:epl].
>
-> ___All bundled mods are distributed under their own licenses___
-> ___All art assets (textures, models, animations, sounds) are distributed under their own licenses___
+> ***All bundled mods are distributed under their own licenses***
+> ***All art assets (textures, models, animations, sounds) are distributed under their own licenses***
### Maintainer (2) - [@EricWI][LINK:ericwi]
>
> [Thread][MOD:org:2:thread] - [Download][MOD:org:2:download] - Source: [GitHub][MOD:org:2:source]
-> License: [![License Expat-MIT][LIC:shd]][LIC:url]
+> License: [![License][LIC:shd]][LIC:url]
### Maintainer (1) - [@RealGecko][LINK:realgecko]
>
> [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]
+> License: [![License][LIC:shd]][LIC:url]4[^2]
### Original (0) - Author: [@MatterBeam][LINK:matterbeam]
>
> [Thread][MOD:org:0:thread] - [Download][MOD:org:0:download] - Source: [GitHub][MOD:org:0:source]
-> License: [![License CC BY-NC-SA 4.0 International][LIC:org:shd]][LIC:org:url] [![][LIC:org:logo]][LIC:org:url]
+> License: [![License][LIC:org:shd]][LIC:org:url] [![License][LIC:org:logo]][LIC:org:url]
---
@@ -239,14 +240,13 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
![Building Rockets][IMG:hero:2d]
-#### Finalize build!
+#### Finalize build (PROFIT!)
![Finalize build!][IMG:hero:2e]
[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:chlog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/changelog.md "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"
@@ -262,7 +262,7 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
[CODE:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json
-
+
[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"
@@ -275,7 +275,7 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
[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"
-
+
[LIC:url]: https://opensource.org/licenses/MIT "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"
@@ -367,14 +367,14 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
[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:img]: https://img.shields.io/badge/Buy%20me%20some%20-Ore-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"
+[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Coffee"
[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 "中文"
@@ -384,7 +384,7 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
[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"
+[ME]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Mexican-flag-sm.png "Español 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"
@@ -397,3 +397,4 @@ or [![CKAN][CKAN:img]][CKAN:url] [^3]
[^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
+[^4]: the license was changed around this time.