forked from Real-Gecko/KSP-SimpleConstruction
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from zer0Kerbal/4.0.99.1
## Version 4.0.99.1 - A tiny Hammer * 26 Feb 2022 * Release for Kerbal Space Program [KSP 1.12.3] ### Updated * [Tanks.cfg] * blame: Version 4.0.9.9.1-prerelease * was accidentally changing [name] of stock tanks. spanked patch. all better now. * was supposed to be only changing the [title] * include [ghostparts.cfg] to try to prevent further damage to game saves. * thank you to [Kaa253](https://forum.kerbalspaceprogram.com/index.php?/profile/68628-kaa253/) for reporting this * [ISRU.cfg] v1.1.0.0 * Add Localization * [ORE to METAL] * convert +MODULE to MODULE (adds entire module instead of patching a copy * [ORE to Karbonite] * convert +MODULE to MODULE (adds entire module instead of patching a copy * adjust [Karbonite] to [metal] conversion from 5:1 to 3:1 * thank you to [Kaa253](https://forum.kerbalspaceprogram.com/index.php?/profile/68628-kaa253/) for reporting this * closes #58 - [Bug 🐞]: [ISRU.cfg] * [en-us.cfg] v1.1.0.0 * add ISRU localizations * add header/footer * seems USI hasn't localized Karbonite/KarbonitePlus * [#SCON-Karbonite-ConverterName] = Karbonite * [#SCON-Karbonite-StartActionName] = Karbonite Refining: Start * [#SCON-Karbonite-StopActionName] = Karbonite Refining: Stop * [#SCON_Karbonite_displayname] = Karbonite * Spawn Location * no reports of further bad behavior * closes #38 - Correct Spawn location ### Created * [ghostparts.cfg] v1.0.0.0 * has a shelf life and will go away * creates hidden parts that should not show in editor, but available for in flight craft. * closes #57 - [Bug 🐞]: [Tanks.cfg] changing stock part name ### Backend * folder maintenance * moved Patches --> Compatibility * update automation to latest version * convert _release.json to schema 1.0.2.1 ### Kerbal Changelog * convert [Changelog.kcl] * from Kerbal Changelog format to GitHub flavored markdown * closes #59 - Convert Changelog.cfg ### Docs/ * update [readme.md] v1.6.5.6 * update [changelog.md] v1.4.1.0 * add [Attribution.md] v1.1.0.0 * /Localization * [LegalMumboJumbo] * [Part-Invoice] * ReleaseNotes/ * [4.0.2.4] * [4.0.2.5] * [4.0.2.6] * [4.0.2.7] * [4.0.9.9] * [4.0.9.9.1] * [4.0.99.1] ### Status * Issues/Milestones * closes #56 - 4.0.99.1 Social Media * closes #55 - 4.0.99.1 Update documentation * closes #54 - 4.0.99.1 Verify Legal MumboJumbo * closes #53 - Release 4.0.99.1-prerelease <A Tiny Hammer> * closes #50 - (Short List) SimpleConstruction Version 4.0.99.1-prerelease due to new version of EL: 6.99.1 * Pull Requests * closes #48 - 4.0.9.9.1 prerelease - A Bigger Hammer * [ELWorkshop] * newly discovered KSPFields * bool FullyEquipped; * bool - IgnoreCrewCapacity = true; * float - ProductivityFactor = 1f; * float - UnmannedProductivity;
- Loading branch information
Showing
21 changed files
with
3,014 additions
and
1,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
GameData/SimpleConstruction/Compatibility/SimpleConstruction/ghostparts.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// ghostparts.cfg v1.0.0.0 | ||
// SimpleConstruction! (SCON) | ||
// created: 26 Feb 2022 | ||
// updated: | ||
|
||
// creates hidden parts that should not show in editor, but available for in flight craft. | ||
// has a shelf life and will go away | ||
+PART[SmallTank,LargeTank,RadialOreTank]:NEEDS[SimpleConstruction]:FOR[SimpleConstruction] | ||
{ | ||
@name ^= :$:-ore: | ||
!TechRequired = DELETE | ||
!entryCost = DELETE | ||
@category = -1 | ||
%TechHidden = True | ||
%entryCost = 0 | ||
@title ^= :$: (Ore): | ||
@title ^= :^:Kindly use new part numbers : | ||
@description = This part has been depreciated, kindly use new part. | ||
} | ||
} | ||
|
||
// CC BY-NC-ND 3.0 Unported by zer0Kerbal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
{ | ||
"NAME": "ExtraplanetaryLaunchpads", | ||
"URL": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads.version", | ||
"DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.0.zip", | ||
"DOWNLOAD": "http://taniwha.org/~bill/ExtraplanetaryLaunchpads_v6.99.1.zip", | ||
"VERSION": { | ||
"MAJOR": 6, | ||
"MINOR": 99, | ||
"PATCH": 0, | ||
"PATCH": 1, | ||
"BUILD": 0 | ||
}, | ||
"KSP_VERSION": { | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
"MINOR": 9, | ||
"MINOR": 8, | ||
"PATCH": 1 | ||
}, | ||
"KSP_VERSION_MAX": { | ||
"MAJOR": 1, | ||
"MINOR": 12, | ||
"PATCH": 99 | ||
} | ||
} |
Oops, something went wrong.