diff --git a/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg b/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg index ae6ad9d..389f6c1 100644 --- a/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg +++ b/GameData/MiniSampleReturnCapsule/Compatibility/Kerbalism.cfg @@ -1,13 +1,14 @@ -// Kerbalism.cfg v1.0.0.0 +// Kerbalism.cfg v1.0.1.0 // Mini Sample Return Capsule (MSRC) // created: 19 Jan 2022 -// updated: +// updated: 03 Mar 2022 // Thank you! Made by Breach Candy#6128 +// AmanitaVerna // updated from an existing config by @zer0Kerbal //==========Tweakables==========\ -@KERBALISM_HDD_SIZES:BEFORE[KerbalismDefault]:NEEDS[MiniSampleReturnCapsule,FeatureScience]:FOR[MiniSampleReturnCapsule] +@KERBALISM_HDD_SIZES:NEEDS[MiniSampleReturnCapsule,FeatureScience]:BEFORE[KerbalismDefault] { SampleReturnCapsule { @@ -25,7 +26,7 @@ } //==========Patches==========\ -@part[msrc-cargobay]:NEEDS[MiniSampleReturnCapsule,FeatureScience]:AFTER[KerbalismDefault]:FOR[MiniSampleReturnCapsule] +@part[msrc-cargobay]:NEEDS[MiniSampleReturnCapsule,FeatureScience]:AFTER[KerbalismDefault] { %MODULE[HardDrive] { @@ -33,7 +34,7 @@ %sampleCapacity = #$@KERBALISM_HDD_SIZES/SampleReturnCapsule/CargoBay/sampleStorage$ } } -@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule,FeatureScience]:AFTER[KerbalismDefault]:FOR[MiniSampleReturnCapsule] +@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule,FeatureScience]:AFTER[KerbalismDefault] { @module[HardDrive] { @@ -43,7 +44,7 @@ } //==========Add an antenna(Commtech 16S)==========\ -@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule]:FOR[KerbalismDefault]:FOR[MiniSampleReturnCapsule] +@part[msrc-parachute]:NEEDS[MiniSampleReturnCapsule]:FOR[KerbalismDefault] { @module[ModuleDataTransmitter] { @@ -58,6 +59,6 @@ } //==========Moving Parts to Science Category==========\ -@part[msrc-cargobay,msrc-parachute]:FOR[MiniSampleReturnCapsule] {category = Science} +@part[msrc-cargobay,msrc-parachute] {category = Science} // GPLv2 BY zer0Kerbal \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/MiniSampleReturnCapsule.version b/GameData/MiniSampleReturnCapsule/MiniSampleReturnCapsule.version index 7c4dfeb..a3a1e7d 100644 --- a/GameData/MiniSampleReturnCapsule/MiniSampleReturnCapsule.version +++ b/GameData/MiniSampleReturnCapsule/MiniSampleReturnCapsule.version @@ -13,25 +13,22 @@ "MAJOR" : 1, "MINOR" : 4, "PATCH" : 2, - "BUILD" : 0 + "BUILD" : 1 }, - "KSP_VERSION": { + "KSP_VERSION" : + { "MAJOR": 1, "MINOR": 12, - "PATCH": 2 + "PATCH": 3 }, - "KSP_VERSION_MIN": { + "KSP_VERSION_MIN" : + { "MAJOR": 1, "MINOR": 0, "PATCH": 0 }, - "KSP_VERSION_MAX": { - "MAJOR": 1, - "MINOR": 12, - "PATCH": 9999 - }, "INSTALL_LOC": { - "NAME": "MiniSampleReturnCapsule", + "NAME" : "MiniSampleReturnCapsule", "DIRECTORY": "MiniSampleReturnCapsule" } } \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/index.md b/GameData/MiniSampleReturnCapsule/index.md deleted file mode 100644 index 22365b6..0000000 --- a/GameData/MiniSampleReturnCapsule/index.md +++ /dev/null @@ -1,8 +0,0 @@ -# MiniSampleReturnCapsule - -## Categories -- [Assets](./Assets/index.md) -- [Localization](./Localization/index.md) - -## Documents -- [changelog](changelog.md) \ No newline at end of file diff --git a/GameData/MiniSampleReturnCapsule/readme.htm b/GameData/MiniSampleReturnCapsule/readme.htm index 5bd2903..7308cd0 100644 --- a/GameData/MiniSampleReturnCapsule/readme.htm +++ b/GameData/MiniSampleReturnCapsule/readme.htm @@ -69,6 +69,8 @@
@@ -212,11 +214,13 @@
*red box below is a link to forum post on how to get support*
+*red box below is a link to forum post on how to get support*
@@ -248,7 +252,8 @@Deimos Rast
- Compatibility
configs
-soldanithiago
- Brazilian
Português translation[LINK:breachcandy]: "Breach Candy#6128"
diff --git a/MiniSampleReturnCapsule.version b/MiniSampleReturnCapsule.version index 7c4dfeb..a3a1e7d 100644 --- a/MiniSampleReturnCapsule.version +++ b/MiniSampleReturnCapsule.version @@ -13,25 +13,22 @@ "MAJOR" : 1, "MINOR" : 4, "PATCH" : 2, - "BUILD" : 0 + "BUILD" : 1 }, - "KSP_VERSION": { + "KSP_VERSION" : + { "MAJOR": 1, "MINOR": 12, - "PATCH": 2 + "PATCH": 3 }, - "KSP_VERSION_MIN": { + "KSP_VERSION_MIN" : + { "MAJOR": 1, "MINOR": 0, "PATCH": 0 }, - "KSP_VERSION_MAX": { - "MAJOR": 1, - "MINOR": 12, - "PATCH": 9999 - }, "INSTALL_LOC": { - "NAME": "MiniSampleReturnCapsule", + "NAME" : "MiniSampleReturnCapsule", "DIRECTORY": "MiniSampleReturnCapsule" } } \ No newline at end of file diff --git a/docs/ReleaseNotes/1.4.2.1.md b/docs/ReleaseNotes/1.4.2.1.md new file mode 100644 index 0000000..ac676e0 --- /dev/null +++ b/docs/ReleaseNotes/1.4.2.1.md @@ -0,0 +1,144 @@ +--- +perma /1.4.2.1.html +title: Release Notes v1.4.2.1 +description: Version Release Notes +tags: MiniSampleReturnCapsule,release-notes,kerbal,ksp,zer0Kerbal,zedK +layout: page +--- + + + +[![Mini Sample Return Capsule Version][MOD:shd:stat]][MOD:forum] [![KSP version][KSP:shd:stat]][KSP:url] +[![License][LIC:shd]][LIC:url] ![AVC .version files][AVCVAL:shd] + +[![GitHub Pages][MOD:pages:shd]][MOD:pages] + +--- + +# 1.4.2.1 - `Before, For, After` + +* 30 Mar 2022 +* Release for Kerbal Space Program [KSP 1.12.x] + +## DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL + +Download from CurseForge
+ +### Fixed + +* [Kerbalism.cfg] v1.0.1.0 + * Thank you [AmanitaVerna] + * 'more than one pass specifier detected' + * removed :FOR[MiniSampleReturnCapsule] and kept :BEFORE/AFTER[KerbalismDefault] + * concerned that calling KerbalismDefault will tell MM that it is installed. + * fixes #71 - [Bug 🐞]: Warnings from Module Manager for kerbalism.cfg + +### Update + +* docs/ +* automation +* documentation +* [MiniSampleReturnCapsule.version] + * removed + * [KSP_VERSION_MAX] + +### Status + +* Issues + * closes #73 Mini Sample Return Capsule 1.4.2.1-release `*red box below is a link to forum post on how to get support*
+ + + +Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date