From 280794bf339f512286ca54b70353725aee5f1f8d Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Wed, 4 Aug 2021 04:03:46 -0500 Subject: [PATCH] 1.4.0.0 - Old dog, new tricks for KSP 1.12.1 (04 Aug 2021) :rocket: :biled_cap: 1.4.0.0 - Old dog, new tricks for KSP 1.12.1 (04 Aug 2021) DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL Release for KSP 1.12.2 >>-- Adoption for curation by zer0Kerbal --<< Restructure folders moved models/textures into /Assets/ updated .mu pointers from .tga -> .dds initial Localization push created GitHub Repo created Curseforge page updated SpaceDock renamed GitHub repository to MiniSampleReturnCapsule updated CKAN/NetKAN created new forum thread updated to automated back end processes. automated deploy/release process moved changelog into separate file Changelog.md -> Kerbal Changelog Changelog.cfg created Readme.md added .version file added license file(s) merged in patches linting and duct taping Added Localization us-en.cfg should be completed added localization readme.md updated part tags Updated Cargo Pass added ModuleCargoPart Updated modernization, polish, update pass on part.cfg's fully updated and modernized all parts added @thumbs Changes [mrsc-cargobay] renamed part to [mrsc-cargobay] no _ and all lowercase moved from [Utility] to [Payload] updated [bulkheadProfiles] from size0 to size0 added [ModuleCargoPart] packedVolume = 1100 (based upon volume of a column~ish) added [CoPOffset] = 0.0, 0.2, 0.0 added [CoLOffset] = 0.0, -0.05, 0.0 added [thermalMassModifier] and set it to 5.0 to match stock 1.25m service bay didn't adjust [xxxDrag] because settings match stock 1.25m service bay adjusted [lookupRadius] from 0.9 to 0.4 as suggested by @draqsko added [lookupCenter] = 0.0, 0.1306, 0.0 as suggested by @draqsko added [partTypeName] = Service bay to match stock 1.25m service bay [mrsc-parachute] renamed part to [mrsc-parachute] no _ and all lowercase moved [category] to [Pods] from [Utility] added [RSCFX] added [ModuleScienceContainer] added [ModuleDataTransmitter] [ModuleRCS] --> [ModuleRCSFX] added [SASServiceLevel = 1] allows to hold (prograde/retrograde) added [torqueResponseSpeed = 10] to [ModuleReactionWheel] added [hasHibernation, hibernation, hibernateOnWarp, hibernationMultiplier] to [ModuleCommand] adjusted EC consumption form 0.020 -> 0.005 for [ModuleCommand] added [CrewCapacity = 0] adjusted [maxTemp] to 1200 from 2000 to match mk1pod added [skinMaxTemp] = 2200 to match mk1pod added [skinInternalConductionMult] = 0.625 to match mk1pod added [ModuleConductionMultiplier] to match mk1pod added [heatConductivity] = 0.1 to match mk1pod adjusted [maximum_drag] to 0.2 from 0.01 adjusted [minimum_drag] to 0.15 from 0.01 adjusted [angularDrag] to 1.5 from 0.1 added [ModuleCargoPart] packedVolume = 1200 (based upon volume of a sphere~ish) adjusted [ModuleDragModifier][DEPLOYED][dragModifier] to 6 from 24 adjusted [ModuleDragModifier][DEPLOYED][dragModifier] to 9 from 6 - landed at just under 10m/s added [explosionPotential] = 0 added [buoyancy = 6.0] darn thing refused to float! *** Possible future changes *** [breakingForce = 50] and [breakingTorque = 50] seems high ??? --- Changelog.cfg | 1 + _ReleaseNotes/1.4.0.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog.cfg b/Changelog.cfg index 3dc94d1..47a111e 100644 --- a/Changelog.cfg +++ b/Changelog.cfg @@ -70,6 +70,7 @@ KERBALCHANGELOG type = Changed change = [mrsc-cargobay] subchange = renamed part to [mrsc-cargobay] no _ and all lowercase + subchange = changed from size1 to size0 subchange = moved from [Utility] to [Payload] subchange = updated [bulkheadProfiles] from size0 to size0 subchange = added [ModuleCargoPart] packedVolume = 1100 (based upon volume of a column~ish) diff --git a/_ReleaseNotes/1.4.0.0.md b/_ReleaseNotes/1.4.0.0.md index 245e02a..9a87a6e 100644 --- a/_ReleaseNotes/1.4.0.0.md +++ b/_ReleaseNotes/1.4.0.0.md @@ -59,6 +59,7 @@ updated: 04 Aug 2021 --> ### Changes - [mrsc-cargobay] - renamed part to [mrsc-cargobay] no _ and all lowercase + - changed from size1 to size0 - moved from [Utility] to [Payload] - updated [bulkheadProfiles] from size0 to size0 - added [ModuleCargoPart] packedVolume = 1100 (based upon volume of a column~ish)