Skip to content

Commit

Permalink
1.4.0.0 - Old dog, new tricks for KSP 1.12.1 (04 Aug 2021) 🚀 :biled_cap:
Browse files Browse the repository at this point in the history
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
<color=red>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 ???
  • Loading branch information
zer0Kerbal committed Aug 4, 2021
1 parent e248cf3 commit 280794b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions _ReleaseNotes/1.4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 280794b

Please sign in to comment.