diff --git a/.gitattributes b/.gitattributes index 50cdb184..0b43f145 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +# .gitattributes v2.0.0.0 + # Auto detect text files and perform LF normalization # http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ * text=auto diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..09ef137b --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,13 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md' + pr-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md' diff --git a/.gitignore b/.gitignore index 892a174d..a9c4ace8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -# Prerequisites +# .gitignore v2.0.0.1 + +# Prerequisites *.d # Compiled Object files @@ -105,6 +107,17 @@ TestResult.xml # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data /[Mm]emoryCaptures/ +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta @@ -161,3 +174,4 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* graphics/Thumbs.db +*.old diff --git a/Changelog.cfg b/Changelog.cfg index 7b00191b..c7b109de 100644 --- a/Changelog.cfg +++ b/Changelog.cfg @@ -5,7 +5,95 @@ KERBALCHANGELOG modName = SimpleConstruction! license = MIT author = MatterBeam, RealGecko, EricWi, zer0Kerbal - VERSION { + VERSION + { + version = 4.0.9.9 + versionDate = 12 Sep 2021 + versionKSP = 1.9.1 + versionName = Prerelease + change = why KSP 1.9.1? (because EL.version says so) + change = DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + change = ExtraplanetaryLaunchpads .dll to 6.99.0.0 for KSP 1.9.1 + CHANGE + { + type = Added + change = SSPX.cfg -> StationPartsExpansionRedux.cfg + subChange = :NEEDS[StationPartsExpansionRedux,] + subChange = Foundations.cfg (WIP) + subChange = GrapplingDevice.cfg (WIP) + subChange = KIS.cfg (WIP) + subChange = USI-Kontainers.cfg (WIP) + subChange = [ModuleCargoPart] to[KS-COS Disposable Pad] + } + CHANGE + { + type = minor housekeeping + subChange = patch linting/dusting (mostly removing construction dust (comments)) + subChange = please note: ELControlReferenceSC is has gone away. + subChange = ghostparts.cfg has been removed + } + CHANGE + { + type = Added + change = Stock Drills [Drills.cfg] + subChange = add tiny ore tank + } + CHANGE + { + type = Update + change = Back end + subChange = add auto JSON + subChange = update EL.version to match + subChange = update automation to latest version + } + CHANGE + { + type = [Resources.cfg] + change = add icon to stock [ore] + } + CHANGE + { + type = [ore],[metal],[]RocketParts] + subChange = add [RESOURCE_DRAIN_DEFINITION] + subChange = add [color] + subChange = adjust[unitCost] + subChange = adjust price of Metal from `0.5` to `9.36` to equal the price in {EL} + subChange = adjust [density] + subChange = adjust [volume] + subChange = fix localization of RocketParts if {Community Resource Pack} installed + } + CHANGE + { + type = [Tanks.cfg] + change = metal tanks + subChange = adjust [cost] and [entryCost] + subChange = adjust [amount] and [maxAmount] + change = RocketParts tanks + subChange = adjust [cost] and [entryCost] + subChange = remove adjustment for [amount] and [maxAmount] + } + CHANGE + { + type = Update + change = EL + subchange = new UI + } + CHANGE + { + type = Added (WIP) + change = Add CCK support (WIP)) + change = Add Agency (WIP)) + change = Continue Localization work + change = Added SimpleConstruction! Flag + } + CHANGE + { + type = Removed + change = ghostparts.cfg + } + } + VERSION + { version = 4.0.2.7 versionDate = 01 Jun 2021 versionKSP = 1.9.1 @@ -17,14 +105,14 @@ KERBALCHANGELOG change = patch dusting (mostly removing construction dust (comments)) subchange = ELControlReferenceSC (ghostparts) has had its description updated to include the corrected text: "For those times where you need to switch control references quickly, such as doing a ventral landing. At the flick of an action button, this device will override your avionics and become your new fore and aft, with suitable indicators highlighting when active. At a second flick of the action button, the device will remove the override and the previous control reference will be active once again." } - - CHANGE { + CHANGE + { type = Warning change = ghostparts.cfg subchange = THIS WILL BE THE LAST RELEASE INCLUDING THIS FILE. } - - CHANGE { + CHANGE + { type = Changed change = ExtraplanetaryLaunchpads .dll to 6.8.3 } @@ -221,7 +309,7 @@ KERBALCHANGELOG version = 4.0.1.0 versionName = [KSP 1.4.4] [2018 06 24] change = by EricKerman (@Ericwi) - change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction/releases] + change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction] change = Updated EL to version 6.1.0 change = Fixed Large Ports change = Added Shield ports diff --git a/MIT.txt b/Expat-MIT.txt similarity index 96% rename from MIT.txt rename to Expat-MIT.txt index 2998ee3b..d235b037 100644 --- a/MIT.txt +++ b/Expat-MIT.txt @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2016 Alexandr Bezenkov -Copyright © 2020 zer0Kerbal +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: diff --git a/GameData/ExtraplanetaryLaunchpads/Settings.cfg b/GameData/ExtraplanetaryLaunchpads/Settings.cfg deleted file mode 100644 index de44cf7d..00000000 --- a/GameData/ExtraplanetaryLaunchpads/Settings.cfg +++ /dev/null @@ -1,2 +0,0 @@ -ELGlobalSettings { -} diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/ELGenericCraftThumb.png b/GameData/ExtraplanetaryLaunchpads/Textures/ELGenericCraftThumb.png new file mode 100644 index 00000000..851a83bd Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/Textures/ELGenericCraftThumb.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png index 6fca5b44..0cdb8ea6 100644 Binary files a/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png and b/GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter.png deleted file mode 100644 index afb9ff0d..00000000 Binary files a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter.png and /dev/null differ diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png index 70da21f8..9cbfe6f3 100644 Binary files a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png and b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png index 192ef679..e71b37e4 100644 Binary files a/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png and b/GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/DefaultSkin.cfg b/GameData/ExtraplanetaryLaunchpads/UI/DefaultSkin.cfg new file mode 100644 index 00000000..3fe2b006 --- /dev/null +++ b/GameData/ExtraplanetaryLaunchpads/UI/DefaultSkin.cfg @@ -0,0 +1,471 @@ +KodeUI_Skin { + name = EL.Default + Style { + name = default + } + Style { + name = ScrollView + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = Viewport + sprite = EL.Default.mask + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = Scrollbar + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = Scrollbar.Handle + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = TabController + sprite = EL.Default.tabempty + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = TabItemView + sprite = EL.Default.tabdesel + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = TabItemView.Selected + sprite = EL.Default.tabsel + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = TabItemView.Label + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = LayoutPanel + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIButton + sprite = EL.Default.button + color = 0.5, 0.5, 0.5, 1 + } + Style { + name = ButtonText + sprite = EL.Default.button + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = UIDropdown + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Label + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = UIDropdown.Arrow + sprite = EL.Default.dropdown + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Template + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Scrollbar + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Scrollbar.Handle + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Viewport + sprite = EL.Default.mask + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Item + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIDropdown.Item.CheckMark + sprite = EL.Default.checkmark + color = 1, 1, 1, 1 + } + Style { + name = UIDropdown.Item.ItemText + sprite = EL.Default.background + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = UIInputField + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UISlider + stateColors { + normalColor = 1, 1, 1, 0.8 + colorMultiplier = 1.25 + } + } + Style { + name = UISlider.Background + sprite = EL.Default.background + color = 0.5, 0.5, 0.5, 0.5 + } + Style { + name = UISlider.Fill + sprite = EL.Default.background + color = 1, 1, 1, 1 + } + Style { + name = UISlider.Handle + sprite = EL.Default.checkmark + color = 1, 1, 1, 1 + } + Style { + name = UIText + color = 1, 1, 1, 1 + } + Style { + name = UIToggle + sprite = EL.Default.toggle_off + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = UIToggle.CheckMark + sprite = EL.Default.toggle_on + color = 0.25, 1, 0.25, 1 + } + + Style { + name = ELPartEditorWindow + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELPartItemView + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELPartCategoryView + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELCraftItemView + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELCraftBrowser + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELRenameDialog + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELShipInfo + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = ELMainWindow + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = Productivity + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Label + sprite = EL.Default.background + color = 1, 1, 1, 1 + } + Style { + name = PadSelector.Arrow + sprite = EL.Default.dropdown + color = 1, 1, 1, 1 + } + Style { + name = PadSelector.Template + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Scrollbar + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Scrollbar.Handle + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Viewport + sprite = EL.Default.mask + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Item + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = PadSelector.Item.CheckMark + sprite = EL.Default.checkmark + color = 1, 1, 1, 1 + } + Style { + name = PadSelector.Item.ItemText + sprite = EL.Default.background + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = SiteSelector + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Label + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Arrow + sprite = EL.Default.dropdown + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Template + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Scrollbar + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Scrollbar.Handle + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Viewport + sprite = EL.Default.mask + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Item + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Item.CheckMark + sprite = EL.Default.checkmark + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = SiteSelector.Item.ItemText + sprite = EL.Default.background + color = 1, 1, 1, 1 + margin = 5, 5, 4, 4 + } + Style { + name = HighlightPad + sprite = EL.Default.toggle_off + color = 0.25, 0.25, 0.25, 1 + } + Style { + name = HighlightPad.CheckMark + sprite = EL.Default.toggle_on + color = 0.25, 1, 0.25, 1 + } + Style { + name = ResourceFraction + stateColors { + normalColor = 1, 1, 1, 0.8 + colorMultiplier = 1.25 + } + } + Style { + name = ResourceFraction.Background + sprite = EL.Default.background + color = 1, 0.890196078, 0.329411765, 1 + } + Style { + name = ResourceFraction.Fill + sprite = EL.Default.background + color = 0, 1, 0.0470588235, 1 + } + Style { + name = ResourceFraction.Handle + sprite = EL.Default.checkmark + color = 1, 1, 1, 1 + } + Style { + name = AmountsPanel + sprite = EL.Default.background + color = 0.25, 0.25, 0.25, 1 + } +} + +KodeUI_Sprite { + name = EL.Default.background + textureUrl = ExtraplanetaryLaunchpads/UI/ui_background + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 8, 8, 8, 8 +} + +KodeUI_Sprite { + name = EL.Default.button + textureUrl = ExtraplanetaryLaunchpads/UI/ui_button + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = FullRect + border = 5, 5, 5, 5 +} + +KodeUI_Sprite { + name = EL.Default.checkmark + textureUrl = ExtraplanetaryLaunchpads/UI/ui_checkmark + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 5, 5, 5, 5 +} + +KodeUI_Sprite { + name = EL.Default.dropdown + textureUrl = ExtraplanetaryLaunchpads/UI/ui_dropdown + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 5, 5, 5, 5 +} + +KodeUI_Sprite { + name = EL.Default.leftturn + textureUrl = ExtraplanetaryLaunchpads/UI/ui_leftturn + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 12, 12, 12, 12 +} + +KodeUI_Sprite { + name = EL.Default.mask + textureUrl = ExtraplanetaryLaunchpads/UI/ui_background + rect = 15, 15, 2, 2 + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 0, 0, 0, 0 +} + +KodeUI_Sprite { + name = EL.Default.rightturn + textureUrl = ExtraplanetaryLaunchpads/UI/ui_rightturn + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 12, 12, 12, 12 +} + +KodeUI_Sprite { + name = EL.Default.tabdesel + textureUrl = ExtraplanetaryLaunchpads/UI/ui_tabdesel + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 8, 8, 8, 8 +} + +KodeUI_Sprite { + name = EL.Default.tabempty + textureUrl = ExtraplanetaryLaunchpads/UI/ui_tabempty + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 8, 8, 8, 8 +} + +KodeUI_Sprite { + name = EL.Default.tabsel + textureUrl = ExtraplanetaryLaunchpads/UI/ui_tabsel + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 8, 8, 8, 8 +} + +KodeUI_Sprite { + name = EL.Default.toggle_off + textureUrl = ExtraplanetaryLaunchpads/UI/ui_toggle_off + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 5, 5, 5, 5 +} + +KodeUI_Sprite { + name = EL.Default.toggle_on + textureUrl = ExtraplanetaryLaunchpads/UI/ui_toggle_on + //defaults to full image: rect = 0, 0, , + //defaults to center of rect: pivot = 0.5, 0.5 + pixelsPerUnit = 100 + extrude = 1 + type = Tight + border = 5, 5, 5, 5 +} diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_background.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_background.png new file mode 100644 index 00000000..870f9142 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_background.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_button.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_button.png new file mode 100644 index 00000000..7d9dcb4b Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_button.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_checkmark.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_checkmark.png new file mode 100644 index 00000000..d0e9f097 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_checkmark.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_dropdown.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_dropdown.png new file mode 100644 index 00000000..8c564267 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_dropdown.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_leftturn.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_leftturn.png new file mode 100644 index 00000000..aeca12fa Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_leftturn.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_rightturn.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_rightturn.png new file mode 100644 index 00000000..073eb9b1 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_rightturn.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_tabdesel.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabdesel.png new file mode 100644 index 00000000..d75014c8 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabdesel.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_tabempty.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabempty.png new file mode 100644 index 00000000..6c5a59be Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabempty.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_tabsel.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabsel.png new file mode 100644 index 00000000..01877181 Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_tabsel.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_off.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_off.png new file mode 100644 index 00000000..061d842c Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_off.png differ diff --git a/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_on.png b/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_on.png new file mode 100644 index 00000000..290679ec Binary files /dev/null and b/GameData/ExtraplanetaryLaunchpads/UI/ui_toggle_on.png differ diff --git a/GameData/SimpleConstruction/4.0.2.7.md b/GameData/SimpleConstruction/4.0.2.7.md deleted file mode 100644 index 987943ff..00000000 --- a/GameData/SimpleConstruction/4.0.2.7.md +++ /dev/null @@ -1,112 +0,0 @@ - - -[![Mod Version][shield:mod:static]][MOD:forum] -[![KSP version][shield:ksp:static]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license] -![Validate AVC .version files][shield:avcvalid] -*** -## 4.0.2.7 - Tonka Jade - - 01 Jun 2021 - - for Kerbal Space Program [KSP 1.9.1] (because EL.version says so) -### DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL -*** - -### WARNING: THIS WILL BE THE LAST RELEASE THAT INCLUDES THIS FILE: - - ghostparts.cfg -*** - -### minor housekeeping -- patch dusting (mostly removing construction dust (comments)) -- ELControlReferenceSC (ghostparts) has had its description updated to include the corrected text: "For those times where you need to switch control references quickly, such as doing a ventral landing. At the flick of an action button, this device will override your avionics and become your new fore and aft, with suitable indicators highlighting when active. At a second flick of the action button, the device will remove the override and the previous control reference will be active once again." -- please note: ELControlReferenceSC is going away. -### changed - - ExtraplanetaryLaunchpads .dll to 6.8.3 - - - ScienceLabs.cfg v1.0.2.0 - - adjusted RESOURCE patches (presume part doesn't have any) - - tightened up patches - - @RESOURCE -> %RESOURCE - - - ISRU.cfg - - tightened up patches - - thanks to @JadeofMaar - - Mono* to MonoProp - - FlowMode -> %FlowMode - - @RESOURCE -> %RESOURCE - - add tiny LF tank (fixes and closes #1) - - add tiny Oxidizer tank (fixes and closes #1) - - - Back end - - add auto JSON - - update EL.version to match - - update automation to latest version - - start working with yaclog-KSP (thank you cineboxandrew!) - -### updated - - Resources.cfg v1.0.1.5 - - thank you @Tonka Crash - - update 'ksparpicon' - - added abbreviation and hsp to Rocketparts and Metal - - updated unitCost for RocketParts from 1.0 -> 1.5 to match CRP - - added patch to update RocketParts IF CRP installed - - AlternateResourcePanel/Icons location (which lead to pushing an update to ARP) - -### added - - Localization [en-us.cfg] - - thank you @Tonka Crash - - added #SimpleConstruction_RocketParts_abbv = RP - - added #SimpleConstruction_Metal_abbv = MTL - - - GrapplingDevice.cfg v1.0.0.0 - -### fixed - - B9TankTypes.cfg v1.0.1.0 - * added header/footer - * updated 'SCCombo/RocketParts/unitsPerVolume from 2 to 1 because it takes 50% of the tank, and 2 units per volume - - - KPBS.cfg v1.0.1.0 - * added header/footer - - - LaunchClamps.cfg - * add fix to all LaunchClamps - -### removed - - CrewedPods.cfg v1.0.1.0 - - removed/cleaned old comments -> See [Full Changelog][MOD:changelog] for full details of changes -> See [Known Issues][MOD:issues] for known issues -*** - -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] -*** - - *Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date* - -[MOD:license]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE -[MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/issues -[MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ -[shield:mod:static]: https://img.shields.io/badge/SimpleConstruction!%20version-4.0.2.7-orange.svg?style=plastic -[shield:code:static]: https://img.shields.io/badge/CODE-%3C.NET%203.5%3E%20%3CUnity%202017.1.3p1%3E%20%3CC%23%3E-blue?style=plastic -[shield:ksp:static]: https://img.shields.io/badge/KSP%20version-1.9.1-3Cf.svg?style=plastic -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleConstruction?include_prereleases?style=plastic -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg -[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/License.txt "MIT" -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png "Click here to be taken to a forum thread on how to get support" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* "Click here to be taken to a forum thread on how to get support" -[LOGO:MIT]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "MIT" - - \ No newline at end of file diff --git a/GameData/SimpleConstruction/Agencies/Agents.cfg b/GameData/SimpleConstruction/Agencies/Agents.cfg new file mode 100644 index 00000000..f2f901ed --- /dev/null +++ b/GameData/SimpleConstruction/Agencies/Agents.cfg @@ -0,0 +1,15 @@ +AGENT { + name = Kairyuu Shipping + title = Kairyuu Shipping + + description = Kairyuu Shipping started out as a pizza delivery kerbal with delusions of grandeur. However, behind everyone's backs he managed to acquire a fleet of bicycles and kerbals to ride them. One thing led to another and eventually that pizza delivery kerbal got involved in mining and constructions. He now wishes to corner the space freight market by being the the foundation of every space station and base. + + logoURL = SimpleConstruction/Flags/SimpleConstruction + logoScaledURL = SimpleConstruction/Agencies/SimpleConstruction_scaled + + standing = Dinkelstein Kerman's Construction Emporium, -0.3 + + mentality = Commercial + mentality = Pioneer + mentality = Competitive 1.5 +} diff --git a/GameData/SimpleConstruction/Agencies/SimpleConstruction_scaled.png b/GameData/SimpleConstruction/Agencies/SimpleConstruction_scaled.png new file mode 100644 index 00000000..933ce1f4 Binary files /dev/null and b/GameData/SimpleConstruction/Agencies/SimpleConstruction_scaled.png differ diff --git a/GameData/SimpleConstruction/Changelog.cfg b/GameData/SimpleConstruction/Changelog.cfg index 7b00191b..c7b109de 100644 --- a/GameData/SimpleConstruction/Changelog.cfg +++ b/GameData/SimpleConstruction/Changelog.cfg @@ -5,7 +5,95 @@ KERBALCHANGELOG modName = SimpleConstruction! license = MIT author = MatterBeam, RealGecko, EricWi, zer0Kerbal - VERSION { + VERSION + { + version = 4.0.9.9 + versionDate = 12 Sep 2021 + versionKSP = 1.9.1 + versionName = Prerelease + change = why KSP 1.9.1? (because EL.version says so) + change = DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + change = ExtraplanetaryLaunchpads .dll to 6.99.0.0 for KSP 1.9.1 + CHANGE + { + type = Added + change = SSPX.cfg -> StationPartsExpansionRedux.cfg + subChange = :NEEDS[StationPartsExpansionRedux,] + subChange = Foundations.cfg (WIP) + subChange = GrapplingDevice.cfg (WIP) + subChange = KIS.cfg (WIP) + subChange = USI-Kontainers.cfg (WIP) + subChange = [ModuleCargoPart] to[KS-COS Disposable Pad] + } + CHANGE + { + type = minor housekeeping + subChange = patch linting/dusting (mostly removing construction dust (comments)) + subChange = please note: ELControlReferenceSC is has gone away. + subChange = ghostparts.cfg has been removed + } + CHANGE + { + type = Added + change = Stock Drills [Drills.cfg] + subChange = add tiny ore tank + } + CHANGE + { + type = Update + change = Back end + subChange = add auto JSON + subChange = update EL.version to match + subChange = update automation to latest version + } + CHANGE + { + type = [Resources.cfg] + change = add icon to stock [ore] + } + CHANGE + { + type = [ore],[metal],[]RocketParts] + subChange = add [RESOURCE_DRAIN_DEFINITION] + subChange = add [color] + subChange = adjust[unitCost] + subChange = adjust price of Metal from `0.5` to `9.36` to equal the price in {EL} + subChange = adjust [density] + subChange = adjust [volume] + subChange = fix localization of RocketParts if {Community Resource Pack} installed + } + CHANGE + { + type = [Tanks.cfg] + change = metal tanks + subChange = adjust [cost] and [entryCost] + subChange = adjust [amount] and [maxAmount] + change = RocketParts tanks + subChange = adjust [cost] and [entryCost] + subChange = remove adjustment for [amount] and [maxAmount] + } + CHANGE + { + type = Update + change = EL + subchange = new UI + } + CHANGE + { + type = Added (WIP) + change = Add CCK support (WIP)) + change = Add Agency (WIP)) + change = Continue Localization work + change = Added SimpleConstruction! Flag + } + CHANGE + { + type = Removed + change = ghostparts.cfg + } + } + VERSION + { version = 4.0.2.7 versionDate = 01 Jun 2021 versionKSP = 1.9.1 @@ -17,14 +105,14 @@ KERBALCHANGELOG change = patch dusting (mostly removing construction dust (comments)) subchange = ELControlReferenceSC (ghostparts) has had its description updated to include the corrected text: "For those times where you need to switch control references quickly, such as doing a ventral landing. At the flick of an action button, this device will override your avionics and become your new fore and aft, with suitable indicators highlighting when active. At a second flick of the action button, the device will remove the override and the previous control reference will be active once again." } - - CHANGE { + CHANGE + { type = Warning change = ghostparts.cfg subchange = THIS WILL BE THE LAST RELEASE INCLUDING THIS FILE. } - - CHANGE { + CHANGE + { type = Changed change = ExtraplanetaryLaunchpads .dll to 6.8.3 } @@ -221,7 +309,7 @@ KERBALCHANGELOG version = 4.0.1.0 versionName = [KSP 1.4.4] [2018 06 24] change = by EricKerman (@Ericwi) - change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction/releases] + change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction] change = Updated EL to version 6.1.0 change = Fixed Large Ports change = Added Shield ports diff --git a/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg b/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg new file mode 100644 index 00000000..4295f18b --- /dev/null +++ b/GameData/SimpleConstruction/Contracts/SCContractISRU.cfg @@ -0,0 +1,55 @@ +// SCContractISRU.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 10 Sep 2021 +// updated: 10 Sep 2021 + +// based on patch by Krakatoa to augment Extraplanetary Launchpads by Taniwha + +@Contracts:NEEDS[SimpleConstruction] +{ + @Base + { + @PART_REQUEST:HAS[#MODULE[ModuleResourceConverter]] + { + Part = MiniISRU + Part = ISRU + } + @PART_REQUEST:HAS[#MODULE[ModuleResourceHarvester]] + { + Part = MiniDrill + Part = RadialDrill + } + @PART_REQUEST:HAS[#RESOURCE[Ore]] + { + Part = LargeTank + Part = SmallTank + Part = RadialOreTank + } + @PART_REQUEST:HAS[#RESOURCE[Metal]] + { + Part = LargeTank + Part = SmallTank + Part = RadialOreTank + Part = LargeTank-metal:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch] + Part = SmallTank-metal:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch] + Part = RadialOreTank-metal:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch] + } + } + @Station + { + @PART_REQUEST:HAS[#Part[ISRU]] + { + Part = ISRU + } + } + @Satellite + { + @PART_REQUEST:HAS[#Part[Magnetometer]] + { + Part = Large_Crewed_Lab + } + } +} + +// GPLv2 +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Flags/SimpleConstruction.png b/GameData/SimpleConstruction/Flags/SimpleConstruction.png new file mode 100644 index 00000000..13ea4270 Binary files /dev/null and b/GameData/SimpleConstruction/Flags/SimpleConstruction.png differ diff --git a/GameData/SimpleConstruction/Localization/de.cfg b/GameData/SimpleConstruction/Localization/de.cfg new file mode 100644 index 00000000..14480cf7 --- /dev/null +++ b/GameData/SimpleConstruction/Localization/de.cfg @@ -0,0 +1,12 @@ +Localization +{ + de + { + #SimpleConstruction_RocketParts_displayname = Rocket-Teile + #SimpleConstruction_RocketParts_abbv = RT + + #SimpleConstruction_Metal_displayname = Metall + #SimpleConstruction_Metal_abbv = MTL + + } +} diff --git a/GameData/SimpleConstruction/MIT.txt b/GameData/SimpleConstruction/MIT.txt deleted file mode 100644 index 2998ee3b..00000000 --- a/GameData/SimpleConstruction/MIT.txt +++ /dev/null @@ -1,10 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Alexandr Bezenkov -Copyright © 2020 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/Parts/@thumbs/ELMicroPadSC_icon.png b/GameData/SimpleConstruction/Parts/@thumbs/ELMicroPadSC_icon.png new file mode 100644 index 00000000..18253f65 Binary files /dev/null and b/GameData/SimpleConstruction/Parts/@thumbs/ELMicroPadSC_icon.png differ diff --git a/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 new file mode 100644 index 00000000..90f451c7 --- /dev/null +++ b/GameData/SimpleConstruction/Parts/micro1x1.cfg.0 @@ -0,0 +1,97 @@ +// micro1x1.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 11 Sept 2021 +// updated: + +// Originally: +// Foundations Parts +// Twinkle Star, Sparkle + +// Based on the stock 1x1 structural panel +PART +{ + name = micro1x1 + module = Part + author = zer0Kerbal + scale = 1 + rescaleFactor = 1 + + MODEL + { + model = Squad/Parts/Structural/structuralPanel1x1/model + position = 0.0, 0.0, 0.0 + scale = 1.0, 1.0, 1.0 + rotation = 0, 0, 0 + } + MODEL + { + model = Squad/Parts/Structural/trussGirderL/model + position = 0,-0.13935456,0 + 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 + entryCost = 2900 + 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 + explosionPotential = 0.25 + + MODULE + { + name = ModuleGroundPart + fxGroupDeploy = deploy + stackableQuantity = 1 + packedVolume = 40 + kinematicDelay = 0.0 + } + +// Module Command + MODULE + { + name = ModuleCommand + minimumCrew = 0 + hasHibernation = False + } + + MODULE + { + name = ModuleCargoPart + packedVolume = 125 // 555 // 876-5309 //80+475 + } + + DRAG_CUBE + { + cube = Default, 0.04663,0.9851,0.1365, 0.04663,0.9851,0.1365, 0.1538,0.6073,0.1035, 0.1538,0.6073,0.1035, 0.04663,0.9851,0.1365, 0.04663,0.9848,0.1365, 0,-0.1394,0, 0.6491,0.2256,0.6491 + } +} + +// GPLv2 BY +// zer0Kerbal diff --git a/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 new file mode 100644 index 00000000..cfbc31b4 --- /dev/null +++ b/GameData/SimpleConstruction/Parts/micro2x2.cfg.0 @@ -0,0 +1,88 @@ +// micro2x2.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 11 Sept 2021 +// updated: + +// Originally: +// Foundations Parts +// Twinkle Star, Sparkle + +// Based on the stock 2x2 structural panel +PART +{ + name = micro2x2 + module = Part + author = zer0Kerbal + scale = 1 + rescaleFactor = 1 + + MODEL + { + model = Squad/Parts/Structural/structuralPanel2x2/model + position = 0.0, 0.0, 0.0 + scale = 1.0, 1.0, 1.0 + rotation = 0, 0, 0 + } + MODEL + { + model = Squad/Parts/Structural/trussGirderL/model + position = 0,-0.13935456,0 + 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 + entryCost = 2900 + 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 + explosionPotential = 0.25 + +// Module Command + MODULE + { + name = ModuleCommand + minimumCrew = 0 + hasHibernation = False + } + + MODULE + { + name = ModuleCargoPart + packedVolume = 250 // 715 // 240+475 + } + + DRAG_CUBE + { + cube = Default, 0.09341,0.9854,0.1763, 0.09341,0.9854,0.1763, 0.6151,0.5728,0.1035, 0.6151,0.5728,0.1035, 0.09341,0.9854,0.1763, 0.09341,0.9854,0.1763, 0,-0.1394,0, 1.298,0.2256,1.298 + } +} + +// GPLv2 BY +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Parts/microstrutpad.cfg b/GameData/SimpleConstruction/Parts/microstrutpad.cfg new file mode 100644 index 00000000..016e2d6a --- /dev/null +++ b/GameData/SimpleConstruction/Parts/microstrutpad.cfg @@ -0,0 +1,66 @@ +// MicroStrutPad.cfg v1.1.0.0 +// SimpleConstruction! (SCON!) +// created: 10 Feb 2020 +// updated: 11 Sep 2021 + +PART +{ + name = ELMicroPadSC + module = Part + author = NovaSilisko, Bill Currie, zer0Kerbal + + MODEL + { + model = Squad/Parts/Structural/strutCubicOcto/model + } + scale = 1 + rescaleFactor = 1 + + node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0 + node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0 + node_attach = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0 + attachRules = 1,1,1,1,0 + + TechRequired = advConstruction + entryCost = 5800 // 2400 + cost = 185 // 16 + category = Utility + subcategory = 0 + + title = KS-COS Disposable Pad + manufacturer = Kairyuu Shipping + description = Now, with advances in technology, StrutCo brings you the Cubic Octagonal Strut - it's like a regular Octagonal Strut, but in the shape of a cube! Mark where built modules will be permanently attached to the constructing vessel. The build replaces the pad. The built module must have a free stack node on its root part (top or bottom, top takes priority if both are available). \nSimpleConstruction Augmented. + tags = connect cube frame girder scaffold structur truss disposable construction pad cck-el + + mass = 0.02 // 0.125 // 0.001 + bulkheadProfiles = size0, srf + + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.2 + angularDrag = 2 + + crashTolerance = 8 + breakingForce = 200 + breakingTorque = 200 + + PhysicsSignificance = 1 + maxTemp = 2000 + + MODULE + { + name = ELDisposablePad + SpawnTransform = SpawnTransform + EVARange = 1.5 + } + + MODULE + { + name = ModuleCargoPart + stackableQuantity = 3 + packedVolume = 14 + } +} + +// GPLv2 BY +// zer0Kerbal diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Kerbal.cfg b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Kerbal.cfg new file mode 100644 index 00000000..c6a0eea7 --- /dev/null +++ b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Kerbal.cfg @@ -0,0 +1,16 @@ +EL_KerbalRecipe { + structure = 10 + KerbalEVA = 83.75 + Resources { + Kethane = 30 + loss = -29 + } +} + +EL_ModuleRecipe { + name = KerbalEVA + Resources { + Metal = 39 + loss = 44.75 + } +} diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg index e37f69d1..7119c8d0 100644 --- a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg +++ b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Recipes.cfg @@ -1,5 +1,14 @@ -EL_ResourceRecipe -{ +EL_ResourceRates { + default = 5 + ElectricCharge = 1 + LiquidFuel = 0.36 + Oxidizer = 0.44 + MonoPropellant = 0.4 + XenonGas = 2 + Ore = 8 +} + +EL_ResourceRecipe { name = Ablator Resources { @@ -41,3 +50,19 @@ EL_ResourceRecipe { MonoPropellant = 1 } } + +EL_ResourceRecipe { + name = LFOMix + Resources { + LiquidFuel = 9 + Oxidizer = 11 + } +} + + +EL_ResourceLink { + name = RocketFuel + resource = LiquidFuel + resource = Oxidizer +} + diff --git a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg index bcffe15f..9f2e804a 100644 --- a/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg +++ b/GameData/SimpleConstruction/Patches/ExtraplanetaryLaunchpads/Resources.cfg @@ -1,14 +1,46 @@ -// Resources.cfg v1.0.1.5 +// Resources.cfg v1.0.2.0 // SimpleConstruction! // created: -// updated: 01 Jon 2021 +// updated: 11 Sept 2021 + +// *********** REFERENCE + // name = Ore + // unitCost = 0.02 + // volume = 5 + + // Metal + // unitCost = 14.24 + // volume = 1 + + // RocketParts + // unitCost = 1.5 + // volume = 5 + +@RESOURCE_DEFINITION[Ore]:FOR[SimpleConstruction] +{ + @color = 169,169,169 + ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Ore +} // if CommunityResourcePack is installed, update Resources @RESOURCE_DEFINITION[RocketParts]:NEEDS[CommunityResourcePack] { - @displayName = RocketParts // #SimpleConstruction_RocketParts_displayname - @abbreviation = RP // #SimpleConstruction_RocketParts_abbv + !displayName {} + displayName = #SimpleConstruction_RocketParts_displayname + !abbreviation {} + abbreviation = #SimpleConstruction_RocketParts_abbv + + // Add missing items %hsp = 450 + %color = 192,192,192 + %RESOURCE_DRAIN_DEFINITION + { + %isDrainable = true + %showDrainFX = true + %drainFXPriority = 9 + %drainForceISP = 5 + %drainFXDefinition = particlesDraining + } @ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts } @@ -26,23 +58,41 @@ RESOURCE_DEFINITION:NEEDS[!CommunityResourcePack] isTweakable = true isVisible = true volume = 5 + color = 192,192,192 + RESOURCE_DRAIN_DEFINITION + { + isDrainable = true + showDrainFX = true + drainFXPriority = 9 + drainForceISP = 5 + drainFXDefinition = particlesDraining + } ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/RocketParts } -/// ALWAYS INSTALLED (STOCK) +/// ALWAYS INSTALLED (Only in SimpleConstruction!) RESOURCE_DEFINITION { name = Metal displayName = #SimpleConstruction_Metal_displayname abbreviation = #SimpleConstruction_Metal_abbv hsp = 450 - density = 0.0078 - unitCost = 0.5 // CRP -> 14.24 + density = 0.0078 // 0.039 // // EL -> 0.039 + unitCost = 9.36 // EL --- 14.24 // <-- CRP was 0.5 // flowMode = ALL_VESSEL transfer = PUMP isTweakable = true isVisible = true - volume = 1 + volume = 5 // EL 1 + color = 186,218,85 + RESOURCE_DRAIN_DEFINITION + { + isDrainable = true + showDrainFX = true + drainFXPriority = 9 + drainForceISP = 5 + drainFXDefinition = particlesDraining + } ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Metal } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/CCK.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/CCK.cfg new file mode 100644 index 00000000..95777e58 --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/CCK.cfg @@ -0,0 +1,12 @@ +// add category with all tagged parts +@CCKExtraFilterConfig:NEEDS[CCK] +{ + Item + { + name = SimpleConstruction! + tag = cck-sc + normalIcon = ExtraplanetaryLaunchpads/Textures/icon_filter_n + selectedIcon = ExtraplanetaryLaunchpads/Textures/icon_filter_s + usedByMod = SimpleConstruction! + } +} diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg index 5ac2f123..475ad243 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/CrewedPods.cfg @@ -1,14 +1,17 @@ -// CrewedPods.cfg v1.0.1.0 +// CrewedPods.cfg v1.0.1.1 // SimpleConstruction // created: 01 Dec 2019 // updated: 05 Feb 2020 -KSExpSeatMap +@PART[*]:HAS[@MODULE[ModuleCommand]:HAS[#minimumCrew[>0]],!MODULE[ELWorkshop]]:FOR[Launchpad] { - SeatTasks - { + MODULE { name = ELWorkshop - default = Workshop + // 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 } } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg new file mode 100644 index 00000000..f47dacbf --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/Drills.cfg @@ -0,0 +1,27 @@ +// Drills.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 11 Sep 2021 +// updated: + +@PART[RadialDrill]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] +{ + RESOURCE + { + name = Ore + amount = 0 + maxAmount = 10 + } +} + +@PART[MiniDrill]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] +{ + RESOURCE + { + name = Ore + amount = 0 + maxAmount = 5 + } +} + +// GPLv2 BY +// zer0Kerbal diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg new file mode 100644 index 00000000..e1315e2d --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/Foundations.cfg @@ -0,0 +1,19 @@ +// Foundations.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 11 Sept 2021 +// updated: + +@PART[micro1x1,micro2x2]:NEEDS[Foundations,Launchpad,SimpleConstruction]:FOR[SimpleConstruction] +{ + + @description ^= :$: Foundations.: + MODULE + { + name = Foundation + breakForce = 200 + breakTorque = 200 + } +} + +// GPLv2 BY +// zer0Kerbal diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg index 01d2e448..1990d356 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/ISRU.cfg @@ -1,7 +1,7 @@ // ISRU.cfg v1.0.1.0 -// SimpleConstruction! -// created: -// updated: 2020 Apr 20 +// SimpleConstruction! (SCON!) +// created: 2020 Apr 20 +// updated: 06 Sep 2021 @PART[*ISRU*,Smelter*]:NEEDS[LaunchPad,SimpleConstruction]:FOR[SimpleConstruction] { diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/KIS.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/KIS.cfg new file mode 100644 index 00000000..b07fb1ae --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/KIS.cfg @@ -0,0 +1,22 @@ +// KIS.cfg v1.0.0.0 +// SimpleConstruction! (SCON!) +// created: 11 Sep 2021 +// updated: + +@PART[ELMicroPadSC,micro1x1,micro2x2]:NEEDS[Launchpad,KIS,SimpleConstruction]:FOR[SimpleConstruction] +{ + MODULE + { + name = ModuleKISItemEvaTweaker + carriable = true + equipMode = part + equipSlot = jetpack + equipBoneName = aliasJetpack + equipPos = (0,0.36,-0.05) + equipDir = (-80,0,0) + runSpeed = 0.8 + } +} + +// GPLv2 BY +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg index 95322206..a65a9111 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/KPBS.cfg @@ -1,5 +1,5 @@ // KPBS.cfg v1.0.1.0 -// SimpleConstruction! +// SimpleConstruction! (SCON!) // created: // updated: 01 Jun 2021 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg index 89bcdf2d..c85b9141 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/Launchclamps.cfg @@ -5,7 +5,20 @@ // adapted from @schlosrat -@PART[*]:HAS[@MODULE[LaunchClamp]]:NEEDS[Launchpad]:AFTER[Launchpad] ++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 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/MicroStrutPad.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/MicroStrutPad.cfg deleted file mode 100644 index bab45a94..00000000 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/MicroStrutPad.cfg +++ /dev/null @@ -1,45 +0,0 @@ -// MicroStrutPad.cfg v1.0 -// SimpleConstruction -// created: 10 Feb 2020 -// updated: 2020 Apr 07 - -+PART[strutCube]:HAS[!MODULE[ELDisposablePad]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] -{ - @name = ELMicroPadSC - @author ^= :$: Bill Currie, zer0Kerbal: - @TechRequired = advConstruction - @entryCost = 2400 - @cost = 185 - @category = Utility - @title ^= :^: KS-COS Disposable Pad : - @manufacturer ^= :$: Kairyuu Shipping: - @description ^= :$: Mark where built modules will be permanently attached to the constructing vessel. The build replaces the pad. The built module must have a free stack node on its root part (top or bottom, top takes priority if both are available).: - @description:NEEDS[SimpleConstruction] ^= :$: \nSimpleConstruction Augmented. : - @tags ^= :$: cck-el disposable construction pad: - @mass = 0.125 - @crashTolerance = 8 - breakingForce = 200 - breakingTorque = 200 - - MODULE - { - name = ELDisposablePad - SpawnTransform = SpawnTransform - EVARange = 1.5 - } - - MODULE - { - name = ModuleKISItemEvaTweaker - carriable = true - equipMode = part - equipSlot = jetpack - equipBoneName = aliasJetpack - equipPos = (0,0.36,-0.05) - equipDir = (-80,0,0) - runSpeed = 0.8 - } -} - -// GPLv2 -// zer0Kerbal diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg index 075a80ec..afc34ef0 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/OreTanksSwitch.cfg @@ -1,7 +1,7 @@ -// OreTanksSwitch.cfg v1.0.1.0 -// SimpleConstruction! -// created: -// updated: 2020 Apr 20 +// OreTanksSwitch.cfg v1.0.1.1 +// SimpleConstruction! (SCON!) +// created: 2020 Apr 20 +// updated: 06 Sep 2021 @PART[*]:HAS[@RESOURCE[Ore],#category[FuelTank],!MODULE[InterstellarFuelSwitch],!MODULE[ProceduralPart]]:NEEDS[InterstellarFuelSwitch,LaunchPad,SimpleConstruction,!B9PartSwitch]:FOR[SimpleConstruction] { diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg new file mode 100644 index 00000000..a45f52fe --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/SSPX.cfg @@ -0,0 +1,33 @@ +// 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/ScienceLabs.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg index ddd86c6d..73fbed00 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/ScienceLabs.cfg @@ -1,5 +1,5 @@ // ScienceLabs.cfg v1.0.2.0 -// SimpleConstruction +// SimpleConstruction! (SCON!) // created: 01 Dec 2019 // updated: 05 May 2021 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/SeatTasks.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/SeatTasks.cfg new file mode 100644 index 00000000..f384b62f --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/SeatTasks.cfg @@ -0,0 +1,16 @@ +// SeatTasks.cfg v1.0.0.0 +// SimpleConstruction +// created: 01 Dec 2019 +// updated: 10 Sep 2021 + +KSExpSeatMap +{ + SeatTasks + { + name = ELWorkshop + default = Workshop + } +} + +// GPLv2 +// zer0Kerbal \ No newline at end of file diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/StationPartsExpansionRedux.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/StationPartsExpansionRedux.cfg new file mode 100644 index 00000000..dba06c13 --- /dev/null +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/StationPartsExpansionRedux.cfg @@ -0,0 +1,33 @@ +// SSPXR.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 index fba3ae78..43bfd244 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/Tanks.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/Tanks.cfg @@ -1,11 +1,26 @@ -// Tanks.cfg v1.0.0.0 -// SimpleConstruction! +// Tanks.cfg v1.0.0.1 +// SimpleConstruction! (SCON!) // created: 2020 03 27 -// updated: 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-el: + %tags ^= :$: cck-sc: } +PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[!B9PartSwitch,!InterstellarFuelSwitch]:FOR[SimpleConstruction] @@ -13,7 +28,10 @@ @name ^= :$:-metal: @title ^= :$: (Metal): @description ^= :(materials):metals: - + @entryCost *= 6 // 9.36*5 + @cost *= 6 // 9.36*5 + // @tags ^= :$: cck-sc: + @RESOURCE[Ore] { @name = Metal @@ -25,13 +43,13 @@ @name ^= :$:-rocketparts: @title ^= :$: (RocketParts): @description ^= :(materials):RocketParts: - @entryCost *= 2 - @cost *= 2 + @entryCost *= 1.6 // 2 + @cost *= 1.6 // 2 + // @tags ^= :$: cck-sc: + @RESOURCE[Ore] { @name = RocketParts - @amount *= 2 - @maxAmount *= 2 } } diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg index d891f7f0..66d34c55 100644 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg +++ b/GameData/SimpleConstruction/Patches/SimpleConstruction/USI-Kontainers.cfg @@ -1,5 +1,5 @@ // USI-Kontainers.cfg v1.0.0.0 -// SimpleConstruction! +// SimpleConstruction! (SCON!) // created: 2020 Apr 20 // updated: 2020 Apr 20 diff --git a/GameData/SimpleConstruction/Patches/SimpleConstruction/ghostparts.cfg b/GameData/SimpleConstruction/Patches/SimpleConstruction/ghostparts.cfg deleted file mode 100644 index 38a84e42..00000000 --- a/GameData/SimpleConstruction/Patches/SimpleConstruction/ghostparts.cfg +++ /dev/null @@ -1,52 +0,0 @@ -// ghostParts.cfg v1.3.0.1 -// SimpleConstruction! -// created: 17 Aug 18 -// updated: 2020 04 07 - -@PART[SmallTank-metal,LargeTank-metal,RadialOreTank-metal,SmallTank-rocketparts,LargeTank-rocketparts,RadialOreTank-rocketparts]:NEEDS[B9PartSwitch|InterstellarFuelSwitch]:FOR[SimpleConstruction] -{ - //@name ^= :$:-metal: - - !TechRequired = DELETE - !entryCost = DELETE - @category = -1 - %TechHidden = True - %entryCost = 0 - -// @title ^= :$: (Metal): - @title ^= :^: This part has been depreciated : -// @description ^= :(materials):metals: - @description ^= :$: \nThis part has been depreciated : - @RESOURCE[Ore] - { - @name = Metal - } -} - -+PART[strutCube]:HAS[!MODULE[ELDisposablePad]]:NEEDS[Launchpad,SimpleConstruction]:FOR[SimpleConstruction] -{ - @name = ELControlReferenceSC - - !TechRequired = DELETE - !entryCost = DELETE - @category = -1 - %TechHidden = True - %entryCost = 0 - - @author ^= :$: Bill Currie, zer0Kerbal: - @title ^= :^: This part has been depreciated : - @manufacturer ^= :$: Kairyuu Shipping: - @description = \nThis part has been depreciated For those times where you need to switch control references quickly, such as doing a ventral landing. At the flick of an action button, this device will override your avionics and become your new fore and aft, with suitable indicators highlighting when active. At a second flick of the action buttion, the device will remove the override and the previous control reference will be active once again. - @tags ^= :$: cck-el disposable construction pad marker: - @mass = 0.125 // 0.021 - @crashTolerance = 8 - breakingForce = 200 - breakingTorque = 200 - - MODULE { - name = ELControlReference - } -} - -// GPLv2 -// zer0Kerbal diff --git a/GameData/SimpleConstruction/Plugins/EL.version b/GameData/SimpleConstruction/Plugins/EL.version index a77af089..ea48bf40 100644 --- a/GameData/SimpleConstruction/Plugins/EL.version +++ b/GameData/SimpleConstruction/Plugins/EL.version @@ -1,7 +1,16 @@ { - "NAME":"ExtraplanetaryLaunchpads", - "URL":"http://taniwha.org/~bill/ExtraplanetaryLaunchpads.version", - "DOWNLOAD":"http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.8.3.zip", - "VERSION":{"MAJOR":6,"MINOR":8,"PATCH":3,"BUILD":0}, - "KSP_VERSION":{"MAJOR":1,"MINOR":9,"PATCH":1} -} + "NAME": "ExtraplanetaryLaunchpads", + "URL": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads.version", + "DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.0.zip", + "VERSION": { + "MAJOR": 6, + "MINOR": 99, + "PATCH": 0, + "BUILD": 0 + }, + "KSP_VERSION": { + "MAJOR": 1, + "MINOR": 9, + "PATCH": 1 + } +} \ No newline at end of file diff --git a/GameData/SimpleConstruction/Plugins/Launchpad.dll b/GameData/SimpleConstruction/Plugins/Launchpad.dll deleted file mode 100644 index 298e055d..00000000 Binary files a/GameData/SimpleConstruction/Plugins/Launchpad.dll and /dev/null differ diff --git a/GameData/SimpleConstruction/README.md b/GameData/SimpleConstruction/README.md deleted file mode 100644 index 102f22c2..00000000 --- a/GameData/SimpleConstruction/README.md +++ /dev/null @@ -1,239 +0,0 @@ - - -[MODVERSION]: 4.0.2.7 -[KSPVERSION]: 1.7.x -## Download on [SpaceDock][MOD:rel-spacedock] or [Github][MOD:rel-github] or [Curseforge][MOD:rel-curseforge]. Also available on [CKAN][MOD:rel-ckan]. -# SimpleConstruction! (SC!) -![Mod Version][shield:mod:latest] -![KSP version][shield:ksp] ![KSP-AVC][shield:kspavc] ![License MIT][shield:license] ![][LOGO:mit] -![SpaceDock][shield:spacedock] ![CKAN][shield:ckan] ![GitHub][shield:github] ![Curseforge][shield:curseforge] -![Validate AVC .version files][shield:avcvalid] - -> ***This mod aims to provide simple craft building capability in flight mode to stock parts.*** - -## Author -adopted for curation by [***@zer0Kerbal***][LINK:zer0Kerbal] -from [*@EricWi*][LINK:ericwi] from [*@RealGecko*][LINK:realgecko] Originally created by [***MatterBeam***][LINK:matterbeam] - -![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 -- 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 -*** -### Kottabo Talks SimpleConstruction! -[![][UTUBE:img]][UTUBE:link] -*** -### Full Changelog: -*See [ChangeLog][MOD:changelog] for full details of mod changes* -*** -### Known Issues: -*See [Known Issuues][MOD:known] for any known issues* -*** -### Installation Directions: -- Use -[![CKAN][image:rel-ckan]][thread:ckan] -### Dependencies -- [x] [Kerbal Space Program][KSP:website] [![KSP][shield:ksp]][KSP:website] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] [^1] -- [x] [Community Resource Pack][thread:crp] -### Recomends -- [x] [KerbalStats](https://forum.kerbalspaceprogram.com/index.php?/topic/89285-*) -- [x] [B9 Stock Patches][thread:B9S] -- [x] [B9PartSwitcher][thread:B9] *or* [Interstellar Fuel Switch Core][thread:ifsc] -- [x] [Not So SimpleConstructon!][thread:NSSC] -### Suggests *(mods that benefit SimpleConstruction!)* -- [x] [TweakScale][thread:twk] -- [x] [Toolbar][thread:tool] -- [x] [Mining Expansion][thread:smx] -- [x] [Kerbal Inventory System][thread:kis] -- [x] [Kerbal Attachment System][thread:kas] -- [x] [Infernal Robotics - Next][thread:irn] -- [x] [Alternative Resource Panel(ARP)][thread:ARP] -- [x] [Olympic's ARP Icons (ARPI)][thread:ARPI] -### Suggests *(other fun mods by zed'K)*: -- [x] [B9 Stock Patches (B9S)][thread:B9S] -- [x] [KGEx][thread:KGX] -- [x] [On Demand Fuel Cells (ODFC)][thread:ODFC] -- [x] [Field Training Lab (FTL)][thread:FTL] -- [x] [Field Training Facility (FTF)][thread:FTF] -- [x] [Docking Port Descriptions(DPD)][thread:DPD] -- [x] [PicoPort Shielded (PPS)][thread:PPS] -- [x] [Transparent Command Pods Repressurized)(TCP)][thread:TCP] -- [x] [Biomatic][thread:BIO] -- [x] [Oh Scrap!][thread:OHS]: -- [x] [ScrapYard][thread:SYD]: -- [x] [DaMichel's AeroRadial][thread:DAR] -- [x] [DaMichel's CargoBays][thread:DCB] -- [x] [DaMichel's Fuselage][thread:DMF] -- [x] [DaMichel's Spherical Tanks][thread:DST] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [SimpleLogistics!][thread:SL!] -### Supports -- [x] [B9 Stock Patches][thread:B9S] -- [x] [Kerbal Change Log][thread:kcl] -- [x] [Kethane/KethanePlus][thread:keth] -- [x] [Extraplanetary Launchpads - No More Production][thread:elx] -### Conflicts -- [x] [ExtraPlanatary Launchpads][thread:epl] -### Possible Conflicts -- [x] [MKS]() maybe? -*** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] -### Special Thanks: -- [@RealGecko][LINK:realgecko], [@Ericwi][LINK:ericwi], @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions. -- [@MatterBeam][LINK:matterbeam] for creating this cool mod. -### License -#### aka Legal Mumbo Jumbo -License: ![License MIT][shield:license] ![][LOGO:mit] -Source: [GitHub][MOD:github:repo] -## Disclaimers: -This mod contains [@taniwha][LINK:taniwha] 's Launchpad.dll and textures from his [Extraplanetary Launchpads][thread:epl]. -> *** All bundled mods are distributed under their own licenses*** -> *** All art assets (textures, models, animations) are distributed under their own licenses*** -### Original -Author: [@MatterBeam][LINK:matterbeam] -Maintainer(s): [@RealGecko][LINK:realgecko] - [@EricWI][LINK:ericwi] -[Thread][MOD:original:thread] -[Download][MOD:original:download] -Source: [GitHub][MOD:original:source] -License: ![License CC BY-NC-SA 4.0][shield:original:license] ![][LOGO:ccbyncsa40] [^2] -*** -[![][image:rel-github]][MOD:rel-github] [![][image:rel-spacedock]][MOD:rel-spacedock] [![][image:rel-curseforge]][MOD:rel-curseforge] -###### v4.0.2.7 original: 11 Aug 2018 zed'K | updated: 01 Jun 2021 zed'K -[MOD:license]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/issues -[MOD:wiki]: https://github.com/zer0Kerbal/SimpleConstruction/ -[MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/192696-* -[MOD:github:repo]: https://github.com/zer0Kerbal/SimpleConstruction/ -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - - -[MOD:original:source]: https://github.com/Real-Gecko/KSP-SimpleConstruction -[MOD:original:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/131588-* "MatterBeam's" -[MOD:original:download]: https://github.com/Real-Gecko/KSP-SimpleConstruction "RealGecko's GitHub Repo" -[shield:original:license]: https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-lightgrey "CC BY-NC-SA 4.0" - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "MIT" -[LOGO:ccbyncsa40]: https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png "CC BY-NC-SA 4.0" - -[MOD:rel-github]: https://github.com/zer0Kerbal/SimpleConstruction/releases/latest "GitHub" -[MOD:rel-spacedock]: http://spacedock.info/mod/59 -[MOD:rel-curseforge]: https://www.curseforge.com/kerbal/ksp-mods/sc -[MOD:rel-ckan]: http://forum.kerbalspaceprogram.com/index.php?/topic/90246-* - -[image:rel-github]: https://i.imgur.com/RE4Ppr9.png -[image:rel-spacedock]: https://i.imgur.com/m0a7tn2.png -[image:rel-curseforge]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[image:rel-ckan]: https://i.postimg.cc/x8XSVg4R/sj507JC.png -[image:changelog]: https://i.postimg.cc/qM9p4V0C/changelog.png -[image:source]: https://i.postimg.cc/tJ8GqW0H/source.png - -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleConstruction?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json - -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:spacedock]: https://img.shields.io/badge/SpaceDock-listed-blue.svg?style=plastic -[shield:ckan]: https://img.shields.io/badge/CKAN-Indexed-blue.svg?style=plastic -[shield:github]: https://img.shields.io/badge/Github-Indexed-blue.svg?style=plastic&logo=github -[shield:curseforge]: https://img.shields.io/badge/CurseForge-listed-blue.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg - - -[thread:ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-* "On Demand Fuel Cells" -[thread:NSSC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191504-* "Not So SimpleConstructon!" -[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:MHH]: https://forum.kerbalspaceprogram.com/index.php?/topic/188246-* "More Hitchhikers" -[thread:TCP]: https://forum.kerbalspaceprogram.com/index.php?/topic/187495-* "Transparent Command Pods" -[thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* "Nuke Tiny Parts" -[thread:OHS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "Oh Scrap!" -[thread:SYD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "ScrapYard" -[thread:DPD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192184-* "Docking Port Descriptions (DPD)" -[thread:PPS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192187-* "PicoPort Shielded (PPS)" -[thread:DST]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Spherical Tanks (DST)" -[thread:DMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Fuselage (DMF)" -[thread:DAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's AeroRadial (DAR)" -[thread:DCB]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's CargoBays (DCB)" -[thread:SDS]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "Stork Delivery System (SDS)" -[thread:SC!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-* "SimpleConstructon!" -[thread:SL!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" -[thread:BIO]: https://forum.kerbalspaceprogram.com/index.php?/topic/191426-* "Biomatic" -[thread:B9S]: https://forum.kerbalspaceprogram.com/index.php?/topic/190870-* "B9 Stock Patches" -[thread:ARP]: https://forum.kerbalspaceprogram.com/index.php?/topic/193094-* "Alternative Resource Panel" -[thread:ARPI]: https://forum.kerbalspaceprogram.com/index.php?/topic/193078-* "Olympic's Alternative Resource Panel Icons" - -[thread:mm]: http://forum.kerbalspaceprogram.com/index.php?/topic/50533-* "ModuleManager" -[thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal Changelog" -[thread:ckan]: https://forum.kerbalspaceprogram.com/index.php?/topic/154922-* "CKAN" - -[thread:B9]: https://forum.kerbalspaceprogram.com/index.php?showtopic=140541/ "B9 Part Switcher" -[thread:twk]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* "TweakScale" -[thread:crp]: https://forum.kerbalspaceprogram.com/index.php?/topic/83007-* "Community Resource Pack" -[thread:kas]: https://forum.kerbalspaceprogram.com/index.php?/topic142594-* "KAS" -[thread:KGX]: https://github.com/zer0Kerbal/ "KGEx" -[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 "EL - No More Production" -[thread:epl]: https://forum.kerbalspaceprogram.com/index.php?/topic/54284-* "ExtraPlanetary Launchpads" -[thread:tool]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Toolbar" -[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" - -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png "Click here: takes you to a forum post on how to get support" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* "Click here: takes you to a forum post on how to get support" - -[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" - -[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 before my time.*** "***changed to MIT before my time.***" - -#### Mining Ore -![Mining Ore"][IMG:hero:2a] -#### Refining Ore to Metal -![Refining Ore to Metal][IMG:hero:2b] -#### Printing Rocketparts from Metal -![Printing Rocketparts from Metal][IMG:hero:2c] -#### Building Rockets -![Building Rockets][IMG:hero:2d] -Finalize build! -#### Finalize build! -![Finalize build!][IMG:hero:2e] diff --git a/GameData/SimpleConstruction/Readme.htm b/GameData/SimpleConstruction/Readme.htm index 3b768ccb..94c50583 100644 --- a/GameData/SimpleConstruction/Readme.htm +++ b/GameData/SimpleConstruction/Readme.htm @@ -1,190 +1,297 @@ - +updated: 31 Aug 2021 --> -

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

-

SimpleConstruction! (SC!)

-

Mod Version KSP version KSP-AVC License MIT
-SpaceDock CKAN GitHub Curseforge
-Validate AVC .version files

-
-

This mod aims to provide simple craft building capability in flight mode to stock parts.

-
-

Author

-

adopted for curation by @zer0Kerbal
-from @EricWi from @RealGecko Originally created by MatterBeam

+

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

+

KGEx

+

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

+

SC FLag
SimpleConstruction!

Description

-

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

+
+

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

+

Features

  • 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!

-

+
+ Embedded Kottabo Youtube 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.
  • +
+
+

Localizations

+
+

WIP Additions and corrections solicited and welcome!

+
+

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.


-

Full Changelog:

-

See ChangeLog for full details of mod changes

+

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]


-

Known Issues:

-

See Known Issuues for any known issues

+

Discussions

+
-

Installation Directions:

+

Installation Directions

+
    +
  • Use CKAN
    +
  • +
+

Changelog Summary

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

Known Issues

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

Dependencies

-

Recomends

+

Recommends

+

Suggests

+

Mods that benefit SimpleConstruction!

+ -

Suggests (mods that benefit SimpleConstruction!)

+

Other fun mods by zed'K

-

Suggests (other fun mods by zed'K):

-

Supports

Conflicts

Possible Conflicts

+

Replaces

+
    +
  • none
  • +
+

Tags

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

-

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

-

Special Thanks:

+
+

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

+ +

Credits

    -
  • @RealGecko, @Ericwi, @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
  • -
  • @MatterBeam for creating this cool mod.
  • -
-

License

- -

License: License MIT
-Source: GitHub

-

Disclaimers:

-

This mod contains @taniwha 's Launchpad.dll and textures from his Extraplanetary Launchpads.

+
  • @taniwha creating Extraplanetary Launchpads.
  • +
  • @MatterBeam for creating this cool mod.
  • +
  • @RealGecko and @Ericwi - previous maintainers
  • +
  • @maculator, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
  • + +
    + +

    Current (3) - zer0Kerbal

    +

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

    +
    +
    +
    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) are distributed under their own licenses***

    -

    Original

    -

    Author: @MatterBeam
    -Maintainer(s): @RealGecko - @EricWI
    -Thread
    -Download
    -Source: GitHub
    -License: License CC BY-NC-SA 4.0 [^2]

    -
    -

    -
    v4.0.2.7 original: 11 Aug 2018 zed'K | updated: 01 Jun 2021 zed'K
    - - - - - - -

    [^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 before my time. "changed to MIT before my time."

    - +

    Maintainer (2) - @EricWI

    +
    +

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

    +
    +

    Maintainer (1) - @RealGecko

    +
    +

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

    +
    +

    Original (0) - Author: @MatterBeam

    +
    +

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

    +
    + +

    +
    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
    +

    Mining Ore

    -

    Mining Ore"

    +

    Mining Ore

    Refining Ore to Metal

    Refining Ore to Metal

    Printing Rocketparts from Metal

    Printing Rocketparts from Metal

    Building Rockets

    -

    Building Rockets
    -Finalize build!

    +

    Building Rockets

    Finalize build!

    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."

    + diff --git a/GameData/SimpleConstruction/SimpleConstruction.version b/GameData/SimpleConstruction/SimpleConstruction.version index 3443363c..18721156 100644 --- a/GameData/SimpleConstruction/SimpleConstruction.version +++ b/GameData/SimpleConstruction/SimpleConstruction.version @@ -1,5 +1,5 @@ { - "NAME" : "SimpleConstruction! (SC)", + "NAME" : "SimpleConstruction! (SCON!)", "URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/SimpleConstruction.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/SimpleConstruction/releases/latest", "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg", @@ -12,8 +12,8 @@ { "MAJOR" : 4, "MINOR" : 0, - "PATCH" : 2, - "BUILD" : 7 + "PATCH" : 9, + "BUILD" : 9 }, "KSP_VERSION" : { @@ -24,13 +24,13 @@ "KSP_VERSION_MIN" : { "MAJOR" : 1, - "MINOR" : 9, - "PATCH" : 1 + "MINOR" : 7, + "PATCH" : 3 }, "KSP_VERSION_MAX" : { "MAJOR" : 1, - "MINOR" : 11, + "MINOR" : 12, "PATCH" : 9999 }, "INSTALL_LOC_SC" : diff --git a/Graphics/curseforge400x400.psd b/Graphics/curseforge400x400.psd deleted file mode 100644 index 3138eef0..00000000 Binary files a/Graphics/curseforge400x400.psd and /dev/null differ diff --git a/LICENSE b/LICENSE index 2998ee3b..d235b037 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2016 Alexandr Bezenkov -Copyright © 2020 zer0Kerbal +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: diff --git a/README.md b/README.md index 102f22c2..fa933ead 100644 --- a/README.md +++ b/README.md @@ -1,214 +1,408 @@ - +updated: 31 Aug 2021 --> -[MODVERSION]: 4.0.2.7 -[KSPVERSION]: 1.7.x -## Download on [SpaceDock][MOD:rel-spacedock] or [Github][MOD:rel-github] or [Curseforge][MOD:rel-curseforge]. Also available on [CKAN][MOD:rel-ckan]. -# SimpleConstruction! (SC!) -![Mod Version][shield:mod:latest] -![KSP version][shield:ksp] ![KSP-AVC][shield:kspavc] ![License MIT][shield:license] ![][LOGO:mit] -![SpaceDock][shield:spacedock] ![CKAN][shield:ckan] ![GitHub][shield:github] ![Curseforge][shield:curseforge] -![Validate AVC .version files][shield:avcvalid] +[MODVERSION]: 4.0.9.9 +[KSPVERSION]: 1.12.2 -> ***This mod aims to provide simple craft building capability in flight mode to stock parts.*** +## Download on [Curseforge][CURSFG:url] or [Github][GITHUB:url] or [SpaceDock][SPCDCK:url]. Also available on [CKAN][CKAN:url]. -## Author -adopted for curation by [***@zer0Kerbal***][LINK:zer0Kerbal] -from [*@EricWi*][LINK:ericwi] from [*@RealGecko*][LINK:realgecko] Originally created by [***MatterBeam***][LINK:matterbeam] +# KGEx + +#### 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`][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] + +[![Curseforge][CURSFG:shld]][CURSFG:url] [![CKAN][CKAN:shd]][CKAN:url] [![GitHub][GITHUB:shld]][GITHUB:url] [![SpaceDock][SPCDCK:shld]][SPCDCK:url] + +![Code][CODE:shld] ![KSP-AVC][AVC:shld] ![Validate AVC .version files][AVCVLD:shld] + +*** ![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. +## 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 -## 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 +- Simple, configurable and adds levels of depth to the gameplay without a learning curve +- Ore --> Metal --> RocketParts --> rockets! + +*** + +### Kottabo Talks SimpleConstruction! + +
    + Embedded Kottabo Youtube 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. + *** -### Kottabo Talks SimpleConstruction! -[![][UTUBE:img]][UTUBE:link] + +### Localizations + +> 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. + *** -### Full Changelog: -*See [ChangeLog][MOD:changelog] for full details of mod changes* + +### How to support this and many other 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] + *** -### Known Issues: -*See [Known Issuues][MOD:known] for any known issues* + +### Discussions + +- See [Discussions][MOD:disc] or [KSP Forums][MOD:thread] for discussions and news on this mod + *** -### Installation Directions: -- Use -[![CKAN][image:rel-ckan]][thread:ckan] + +### Installation Directions + +- Use CKAN +![][CKAN:img] + +### Changelog Summary + +- *See [ChangeLog][MOD:clog] for full details of mod changes* + +### Known Issues + +- *See [Known Issues][MOD:known] for full details of feature requests, and known issues* + ### Dependencies -- [x] [Kerbal Space Program][KSP:website] [![KSP][shield:ksp]][KSP:website] ***may*** work on other versions (YMMV) -- [x] [Module Manager][thread:mm] [^1] -- [x] [Community Resource Pack][thread:crp] -### Recomends -- [x] [KerbalStats](https://forum.kerbalspaceprogram.com/index.php?/topic/89285-*) -- [x] [B9 Stock Patches][thread:B9S] -- [x] [B9PartSwitcher][thread:B9] *or* [Interstellar Fuel Switch Core][thread:ifsc] -- [x] [Not So SimpleConstructon!][thread:NSSC] -### Suggests *(mods that benefit SimpleConstruction!)* -- [x] [TweakScale][thread:twk] -- [x] [Toolbar][thread:tool] -- [x] [Mining Expansion][thread:smx] -- [x] [Kerbal Inventory System][thread:kis] -- [x] [Kerbal Attachment System][thread:kas] -- [x] [Infernal Robotics - Next][thread:irn] -- [x] [Alternative Resource Panel(ARP)][thread:ARP] -- [x] [Olympic's ARP Icons (ARPI)][thread:ARPI] -### Suggests *(other fun mods by zed'K)*: -- [x] [B9 Stock Patches (B9S)][thread:B9S] -- [x] [KGEx][thread:KGX] -- [x] [On Demand Fuel Cells (ODFC)][thread:ODFC] -- [x] [Field Training Lab (FTL)][thread:FTL] -- [x] [Field Training Facility (FTF)][thread:FTF] -- [x] [Docking Port Descriptions(DPD)][thread:DPD] -- [x] [PicoPort Shielded (PPS)][thread:PPS] -- [x] [Transparent Command Pods Repressurized)(TCP)][thread:TCP] -- [x] [Biomatic][thread:BIO] -- [x] [Oh Scrap!][thread:OHS]: -- [x] [ScrapYard][thread:SYD]: -- [x] [DaMichel's AeroRadial][thread:DAR] -- [x] [DaMichel's CargoBays][thread:DCB] -- [x] [DaMichel's Fuselage][thread:DMF] -- [x] [DaMichel's Spherical Tanks][thread:DST] -- [x] [Stork Delivery System (SDS)][thread:SDS] -- [x] [SimpleLogistics!][thread:SL!] + +- [x] [Kerbal Space Program][KSP:url] [![][KSP:shld]][KSP:url] ***may*** work on other versions (YMMV) +- [x] [Module Manager][thread:mm] [^1] + +### 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-*) + +### Suggests + +#### Mods that benefit SimpleConstruction! + +- [x] [TweakScale][thread:twk] +- [x] [Not So SimpleConstructon! (NSSC)][thread:NSSC] +- [x] [Keridian Dynamics Vessel Assembly (KDVA)][thread:KDVA] +- [x] [SimpleLogistics! (SLOG!)][thread:SLOG!] +- [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] [Kerbal Changelog][thread:kcl] +- [x] [Alternative Resource Panel][thread:arp] +- [x] [Olympic's ARP Icons (ARPI)][thread:ARPI] + +#### Other fun mods by [`zed'K`][LINK:zer0Kerbal] + +- [x] [The Gold Standard! (GOLD)][thread:GOLD] +- [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] [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] [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] [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] [Simple Cargo Solutions (SCS)][thread:SCS] +- [x] [KerGuise Experimental Engineering (KGEx)][thread:KGEX] + ### Supports -- [x] [B9 Stock Patches][thread:B9S] -- [x] [Kerbal Change Log][thread:kcl] -- [x] [Kethane/KethanePlus][thread:keth] -- [x] [Extraplanetary Launchpads - No More Production][thread:elx] + +- [x] [TweakScale][thread:twk] +- [x] [B9 Stock Patches][thread:B9S] +- [x] [Kerbal Change Log][thread:kcl] +- [x] [Kethane/KethanePlus][thread:keth] +- [x] [Community Resource Pack][thread:crp] +- [x] [Extraplanetary Launchpads - No More Production][thread:elx] + ### Conflicts -- [x] [ExtraPlanatary Launchpads][thread:epl] + +- [x] [Extraplanetary Launchpads][thread:epl] + ### Possible Conflicts + - [x] [MKS]() maybe? + +### Replaces + +- none + +### Tags + +- parts, plugin, config, flags, convenience, editor, resources, crewed, uncrewed + +*** + +
    +

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

    + +### 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. + *** -*red box below is a link to forum post on how to get support* -[![How to get support][image:get-support]][thread:getsupport] -### Special Thanks: -- [@RealGecko][LINK:realgecko], [@Ericwi][LINK:ericwi], @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions. -- [@MatterBeam][LINK:matterbeam] for creating this cool mod. -### License -#### aka Legal Mumbo Jumbo -License: ![License MIT][shield:license] ![][LOGO:mit] -Source: [GitHub][MOD:github:repo] -## Disclaimers: -This mod contains [@taniwha][LINK:taniwha] 's Launchpad.dll and textures from his [Extraplanetary Launchpads][thread:epl]. + +### Legal Mumbo Jumbo (License) + +#### Current (3) - [`zer0Kerbal`][LINK:zer0Kerbal] + +> Forum: [Thread][MOD:thread] - Source: [GitHub][GITHUB:url] +> License: [![License Expat-MIT][LICENSE:shld]][LICENSE: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) are distributed under their own licenses*** -### Original -Author: [@MatterBeam][LINK:matterbeam] -Maintainer(s): [@RealGecko][LINK:realgecko] - [@EricWI][LINK:ericwi] -[Thread][MOD:original:thread] -[Download][MOD:original:download] -Source: [GitHub][MOD:original:source] -License: ![License CC BY-NC-SA 4.0][shield:original:license] ![][LOGO:ccbyncsa40] [^2] -*** -[![][image:rel-github]][MOD:rel-github] [![][image:rel-spacedock]][MOD:rel-spacedock] [![][image:rel-curseforge]][MOD:rel-curseforge] -###### v4.0.2.7 original: 11 Aug 2018 zed'K | updated: 01 Jun 2021 zed'K -[MOD:license]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/LICENSE -[MOD:contributing]: https://github.com/zer0Kerbal/SimpleConstruction/blob/master/.github/CONTRIBUTING.md -[MOD:issues]: https://github.com/zer0Kerbal/SimpleConstruction/issues -[MOD:wiki]: https://github.com/zer0Kerbal/SimpleConstruction/ -[MOD:known]: https://github.com/zer0Kerbal/SimpleConstruction/wiki/Known-Issues -[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/192696-* -[MOD:github:repo]: https://github.com/zer0Kerbal/SimpleConstruction/ -[MOD:changelog]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg -[KSP:website]: http://kerbalspaceprogram.com/ - - -[MOD:original:source]: https://github.com/Real-Gecko/KSP-SimpleConstruction -[MOD:original:thread]: https://forum.kerbalspaceprogram.com/index.php?/topic/131588-* "MatterBeam's" -[MOD:original:download]: https://github.com/Real-Gecko/KSP-SimpleConstruction "RealGecko's GitHub Repo" -[shield:original:license]: https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-lightgrey "CC BY-NC-SA 4.0" - - -[LOGO:mit]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "MIT" -[LOGO:ccbyncsa40]: https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png "CC BY-NC-SA 4.0" - -[MOD:rel-github]: https://github.com/zer0Kerbal/SimpleConstruction/releases/latest "GitHub" -[MOD:rel-spacedock]: http://spacedock.info/mod/59 -[MOD:rel-curseforge]: https://www.curseforge.com/kerbal/ksp-mods/sc -[MOD:rel-ckan]: http://forum.kerbalspaceprogram.com/index.php?/topic/90246-* - -[image:rel-github]: https://i.imgur.com/RE4Ppr9.png -[image:rel-spacedock]: https://i.imgur.com/m0a7tn2.png -[image:rel-curseforge]: https://i.postimg.cc/RZNyB5vP/Download-On-Curse.png -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png - -[image:rel-ckan]: https://i.postimg.cc/x8XSVg4R/sj507JC.png -[image:changelog]: https://i.postimg.cc/qM9p4V0C/changelog.png -[image:source]: https://i.postimg.cc/tJ8GqW0H/source.png - -[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleConstruction?include_prereleases?style=plastic -[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json -[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json -[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json - -[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json -[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic -[shield:spacedock]: https://img.shields.io/badge/SpaceDock-listed-blue.svg?style=plastic -[shield:ckan]: https://img.shields.io/badge/CKAN-Indexed-blue.svg?style=plastic -[shield:github]: https://img.shields.io/badge/Github-Indexed-blue.svg?style=plastic&logo=github -[shield:curseforge]: https://img.shields.io/badge/CurseForge-listed-blue.svg?style=plastic -[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg + +### 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] + +### 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] + +### 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] + + +[![][CURSFG:img]][CURSFG:url] [![][GITHUB:img]][GITHUB:url] [![][SPCDCK:img]][SPCDCK:url] + +##### 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 + +*** + +#### Mining Ore + +![Mining Ore][IMG:hero:2a] + +#### Refining Ore to Metal + +![Refining Ore to Metal][IMG:hero:2b] + +#### Printing Rocketparts from Metal + +![Printing Rocketparts from Metal][IMG:hero:2c] + +#### Building Rockets + +![Building Rockets][IMG:hero:2d] + +#### Finalize build! + +![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: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:shld: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 + + +[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: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: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" + + +[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" + +[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" + +[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 + + +[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" + + +[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" + +[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" + +[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" + + +[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,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hM3AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+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/Yx6EywGdTFsD5iU7bqkovJogzTjQm3iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ= "Kerbal Space Program" + -[thread:ODFC]: https://forum.kerbalspaceprogram.com/index.php?/topic/187625-* "On Demand Fuel Cells" -[thread:NSSC]: https://forum.kerbalspaceprogram.com/index.php?/topic/191504-* "Not So SimpleConstructon!" +[thread:MK]: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-* "MoarKerbals" +[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" +[thread:DCB]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's CargoBays" +[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:JET]: http://forum.kerbalspaceprogram.com/index.php?/topic/138441-* "Jettison" [thread:MHH]: https://forum.kerbalspaceprogram.com/index.php?/topic/188246-* "More Hitchhikers" -[thread:TCP]: https://forum.kerbalspaceprogram.com/index.php?/topic/187495-* "Transparent Command Pods" -[thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* "Nuke Tiny Parts" +[thread:NUK]: https://forum.kerbalspaceprogram.com/index.php?/topic/21466-* "Nuke Tiny Parts" [thread:OHS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192360-* "Oh Scrap!" +[thread:PPS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192187-* "Shielded PicoPort" +[thread:SCS]: https://github.com/zer0Kerbal/SimpleCargo "Simple Cargo Solutions (SCS)" +[thread:SDS]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "Stork Delivery System (SDS)" +[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:DPD]: https://forum.kerbalspaceprogram.com/index.php?/topic/192184-* "Docking Port Descriptions (DPD)" -[thread:PPS]: https://forum.kerbalspaceprogram.com/index.php?/topic/192187-* "PicoPort Shielded (PPS)" -[thread:DST]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Spherical Tanks (DST)" -[thread:DMF]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's Fuselage (DMF)" -[thread:DAR]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's AeroRadial (DAR)" -[thread:DCB]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "DaMichel's CargoBays (DCB)" -[thread:SDS]: https://forum.kerbalspaceprogram.com/index.php?/topic/191719-* "Stork Delivery System (SDS)" -[thread:SC!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191424-* "SimpleConstructon!" -[thread:SL!]: https://forum.kerbalspaceprogram.com/index.php?/topic/191045-* "SimpleLogistics!" -[thread:BIO]: https://forum.kerbalspaceprogram.com/index.php?/topic/191426-* "Biomatic" -[thread:B9S]: https://forum.kerbalspaceprogram.com/index.php?/topic/190870-* "B9 Stock Patches" -[thread:ARP]: https://forum.kerbalspaceprogram.com/index.php?/topic/193094-* "Alternative Resource Panel" -[thread:ARPI]: https://forum.kerbalspaceprogram.com/index.php?/topic/193078-* "Olympic's Alternative Resource Panel Icons" +[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: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: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: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: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:twk]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* "TweakScale" [thread:kcl]: https://forum.kerbalspaceprogram.com/index.php?/topic/179207-* "Kerbal Changelog" -[thread:ckan]: https://forum.kerbalspaceprogram.com/index.php?/topic/154922-* "CKAN" +[thread:tool]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Toolbar" -[thread:B9]: https://forum.kerbalspaceprogram.com/index.php?showtopic=140541/ "B9 Part Switcher" -[thread:twk]: https://forum.kerbalspaceprogram.com/index.php?/topic/179030-* "TweakScale" +[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:KGX]: https://github.com/zer0Kerbal/ "KGEx" +[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 "EL - No More Production" +[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:tool]: https://forum.kerbalspaceprogram.com/index.php?/topic/161857-* "Toolbar" +[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" -[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png "Click here: takes you to a forum post on how to get support" -[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* "Click here: takes you to a forum post on how to get support" - [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" @@ -222,18 +416,10 @@ License: ![License CC BY-NC-SA 4.0][shield:original:license] ![][LOGO:ccbyncsa40 [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 before my time.*** "***changed to MIT before my time.***" +[^2]: ***changed to MIT at this point see thread.*** "***changed to MIT at this point see thread.***" + -#### Mining Ore -![Mining Ore"][IMG:hero:2a] -#### Refining Ore to Metal -![Refining Ore to Metal][IMG:hero:2b] -#### Printing Rocketparts from Metal -![Printing Rocketparts from Metal][IMG:hero:2c] -#### Building Rockets -![Building Rockets][IMG:hero:2d] -Finalize build! -#### Finalize build! -![Finalize build!][IMG:hero:2e] + + diff --git a/Readme.htm b/Readme.htm index 3b768ccb..94c50583 100644 --- a/Readme.htm +++ b/Readme.htm @@ -1,190 +1,297 @@ - +updated: 31 Aug 2021 --> -

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

    -

    SimpleConstruction! (SC!)

    -

    Mod Version KSP version KSP-AVC License MIT
    -SpaceDock CKAN GitHub Curseforge
    -Validate AVC .version files

    -
    -

    This mod aims to provide simple craft building capability in flight mode to stock parts.

    -
    -

    Author

    -

    adopted for curation by @zer0Kerbal
    -from @EricWi from @RealGecko Originally created by MatterBeam

    +

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

    +

    KGEx

    +

    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

    +

    SC FLag
    SimpleConstruction!

    Description

    -

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

    +
    +

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

    +

    Features

    • 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!

    -

    +
    + Embedded Kottabo Youtube 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.
    • +
    +
    +

    Localizations

    +
    +

    WIP Additions and corrections solicited and welcome!

    +
    +

    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.


    -

    Full Changelog:

    -

    See ChangeLog for full details of mod changes

    +

    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]


    -

    Known Issues:

    -

    See Known Issuues for any known issues

    +

    Discussions

    +
    -

    Installation Directions:

    +

    Installation Directions

    +
      +
    • Use CKAN
      +
    • +
    +

    Changelog Summary

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

    Known Issues

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

    Dependencies

    -

    Recomends

    +

    Recommends

    +

    Suggests

    +

    Mods that benefit SimpleConstruction!

    + -

    Suggests (mods that benefit SimpleConstruction!)

    +

    Other fun mods by zed'K

    -

    Suggests (other fun mods by zed'K):

    -

    Supports

    Conflicts

    Possible Conflicts

    +

    Replaces

    +
      +
    • none
    • +
    +

    Tags

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

    -

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

    -

    Special Thanks:

    +
    +

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

    + +

    Credits

      -
    • @RealGecko, @Ericwi, @maculator, @taniwha, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
    • -
    • @MatterBeam for creating this cool mod.
    • -
    -

    License

    - -

    License: License MIT
    -Source: GitHub

    -

    Disclaimers:

    -

    This mod contains @taniwha 's Launchpad.dll and textures from his Extraplanetary Launchpads.

    +
  • @taniwha creating Extraplanetary Launchpads.
  • +
  • @MatterBeam for creating this cool mod.
  • +
  • @RealGecko and @Ericwi - previous maintainers
  • +
  • @maculator, @Eleusis La Arwall, @Badsector, @cy-one for their contributions.
  • + +
    + +

    Current (3) - zer0Kerbal

    +

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

    +
    +
    +
    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) are distributed under their own licenses***

    -

    Original

    -

    Author: @MatterBeam
    -Maintainer(s): @RealGecko - @EricWI
    -Thread
    -Download
    -Source: GitHub
    -License: License CC BY-NC-SA 4.0 [^2]

    -
    -

    -
    v4.0.2.7 original: 11 Aug 2018 zed'K | updated: 01 Jun 2021 zed'K
    - - - - - - -

    [^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 before my time. "changed to MIT before my time."

    - +

    Maintainer (2) - @EricWI

    +
    +

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

    +
    +

    Maintainer (1) - @RealGecko

    +
    +

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

    +
    +

    Original (0) - Author: @MatterBeam

    +
    +

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

    +
    + +

    +
    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
    +

    Mining Ore

    -

    Mining Ore"

    +

    Mining Ore

    Refining Ore to Metal

    Refining Ore to Metal

    Printing Rocketparts from Metal

    Printing Rocketparts from Metal

    Building Rockets

    -

    Building Rockets
    -Finalize build!

    +

    Building Rockets

    Finalize build!

    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."

    + diff --git a/SimpleConstruction.version b/SimpleConstruction.version index 3443363c..18721156 100644 --- a/SimpleConstruction.version +++ b/SimpleConstruction.version @@ -1,5 +1,5 @@ { - "NAME" : "SimpleConstruction! (SC)", + "NAME" : "SimpleConstruction! (SCON!)", "URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/SimpleConstruction.version", "DOWNLOAD" : "https://github.com/zer0Kerbal/SimpleConstruction/releases/latest", "CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/Changelog.cfg", @@ -12,8 +12,8 @@ { "MAJOR" : 4, "MINOR" : 0, - "PATCH" : 2, - "BUILD" : 7 + "PATCH" : 9, + "BUILD" : 9 }, "KSP_VERSION" : { @@ -24,13 +24,13 @@ "KSP_VERSION_MIN" : { "MAJOR" : 1, - "MINOR" : 9, - "PATCH" : 1 + "MINOR" : 7, + "PATCH" : 3 }, "KSP_VERSION_MAX" : { "MAJOR" : 1, - "MINOR" : 11, + "MINOR" : 12, "PATCH" : 9999 }, "INSTALL_LOC_SC" : diff --git a/img/AltSimpleConstruction.png b/img/AltSimpleConstruction.png new file mode 100644 index 00000000..d1b3ebfe Binary files /dev/null and b/img/AltSimpleConstruction.png differ diff --git a/img/SimpleConstructionFlag.png b/img/SimpleConstructionFlag.png new file mode 100644 index 00000000..13ea4270 Binary files /dev/null and b/img/SimpleConstructionFlag.png differ diff --git a/img/SimpleConstructionHero0.jpg b/img/SimpleConstructionHero0.jpg new file mode 100644 index 00000000..813cd9fe Binary files /dev/null and b/img/SimpleConstructionHero0.jpg differ diff --git a/img/curseforge400x400.png b/img/curseforge400x400.png new file mode 100644 index 00000000..33d8fb5d Binary files /dev/null and b/img/curseforge400x400.png differ diff --git a/img/flag.png b/img/flag.png new file mode 100644 index 00000000..13ea4270 Binary files /dev/null and b/img/flag.png differ diff --git a/json/code.json b/json/code.json index bc7d910c..3446915d 100644 --- a/json/code.json +++ b/json/code.json @@ -1,8 +1,8 @@ -{ - "schemaVersion": 1, - "label": "Code", - "labelColor": "66ccff", - "message": " ", - "color": "darkblue", - "style": "plastic" -} +{ + "schemaVersion": 1, + "label": "Code", + "labelColor": "66ccff", + "message": " ", + "color": "darkblue", + "style": "plastic" +} \ No newline at end of file diff --git a/json/ksp.json b/json/ksp.json index e62708aa..91760a58 100644 --- a/json/ksp.json +++ b/json/ksp.json @@ -1,8 +1,8 @@ -{ - "schemaVersion": 1, - "label": "KSP", - "labelColor": "darkblue", - "message": "1.9.1", - "color": "66ccff", - "style": "plastic" -} +{ + "schemaVersion": 1, + "label": "KSP", + "labelColor": "darkblue", + "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 94f637ed..9e719cef 100644 --- a/json/license.json +++ b/json/license.json @@ -1,8 +1,8 @@ -{ - "schemaVersion": 1, - "label": "License", - "labelColor": "black", - "message": "Expat-MIT", - "color": "red", - "style": "plastic" -} +{ + "schemaVersion": 1, + "label": "License", + "labelColor": "black", + "message": "Expat-MIT", + "color": "red", + "style": "plastic" +} \ No newline at end of file diff --git a/json/mod.json b/json/mod.json index 9ed9c143..b7ccaa34 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "SimpleConstruction!", "labelColor": "darkgreen", - "message": "4.0.2.7", + "message": "4.0.9.9", "color": "orange", "style": "plastic" }