Skip to content

Commit

Permalink
Merge pull request #5 from zer0Kerbal/1.4.0.0 🚀 🧢
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) 🚀 🧢
  • Loading branch information
zer0Kerbal authored Aug 4, 2021
2 parents f56b012 + 280794b commit 864fb72
Show file tree
Hide file tree
Showing 41 changed files with 2,734 additions and 159 deletions.
161 changes: 161 additions & 0 deletions Changelog.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
// Changelog.cfg v1.1.0.0
// Mini Sample Return Capsule (MSRC)
// created: 2020 02 25
// updated: 04 Aug 2021
KERBALCHANGELOG
{
showChangelog = True
modName = Mini Sample Return Capsule (MSRC)
license = Simple BSD / CC BY-NC-SA 4.0
author = CobaltWolf, AlbertKermin, zer0Kerbal
VERSION
{
version = 1.4.0.0
versionName = Old dog, new tricks
versionDate = 2021-08-04
versionKSP = 1.12.2
change = <b><color=red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
CHANGE
{
type = Release
change = -- Adoption for curation by zer0Kerbal --
subchange = Release for KSP 1.12.2
}
CHANGE
{
type = Updated
change = Restructure folders
subchange = moved models/textures into /Assets/
subchange = updated .mu pointers from .tga -> .dds
subchange = initial Localization push
subchange = created GitHub Repo
subchange = created Curseforge page
subchange = updated SpaceDock
subchange = renamed GitHub repository to MiniSampleReturnCapsule
subchange = updated CKAN/NetKAN
subchange = created new forum thread
subchange = updated to automated back end processes.
subchange = automated deploy/release process
subchange = moved changelog into separate file
subchange = Changelog.md -> Kerbal Changelog Changelog.cfg
subchange = created Readme.md
subchange = added .version file
subchange = added license file(s)
subchange = merged in patches
subchange = linting and duct taping
}
CHANGE
{
type = Added
change = Localization
subchange = us-en.cfg should be completed
subchange = added localization readme.md
subchange = updated part tags
}
CHANGE
{
type = Updated
change = Cargo Pass
subchange = added ModuleCargoPart
}
CHANGE
{
type = Updated
change = modernization, polish, update pass on part.cfg's
subchange = fully updated and modernized all parts
subchange = added @thumbs
}
CHANGE
{
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)
subchange = added [CoPOffset] = 0.0, 0.2, 0.0
subchange = added [CoLOffset] = 0.0, -0.05, 0.0
subchange = added [thermalMassModifier] and set it to 5.0 to match stock 1.25m service bay
subchange = didn't adjust [xxxDrag] because settings match stock 1.25m service bay
subchange = adjusted [lookupRadius] from 0.9 to 0.4 as suggested by @draqsko
subchange = added [lookupCenter] = 0.0, 0.1306, 0.0 as suggested by @draqsko
subchange = added [partTypeName] = Service bay to match stock 1.25m service bay
}
CHANGE
{
type = Changed
change = [mrsc-parachute]
subchange = renamed part to [mrsc-parachute] no _ and all lowercase
subchange = moved [category] to [Pods] from [Utility]
subchange = added [RSCFX]
subchange = added [ModuleScienceContainer]
subchange = added [ModuleDataTransmitter]
subchange = [ModuleRCS] --> [ModuleRCSFX]
subchange = added [SASServiceLevel = 1] allows to hold (prograde/retrograde)
subchange = added [torqueResponseSpeed = 10] to [ModuleReactionWheel]
subchange = added [hasHibernation, hibernation, hibernateOnWarp, hibernationMultiplier] to [ModuleCommand]
subchange = adjusted EC consumption form 0.020 -> 0.005 for [ModuleCommand]
subchange = added [CrewCapacity = 0]
subchange = adjusted [maxTemp] to 1200 from 2000 to match mk1pod
subchange = added [skinMaxTemp] = 2200 to match mk1pod
subchange = added [skinInternalConductionMult] = 0.625 to match mk1pod
subchange = added [ModuleConductionMultiplier] to match mk1pod
subchange = added [heatConductivity] = 0.1 to match mk1pod
subchange = adjusted [maximum_drag] to 0.2 from 0.01
subchange = adjusted [minimum_drag] to 0.15 from 0.01
subchange = adjusted [angularDrag] to 1.5 from 0.1
subchange = added [ModuleCargoPart] packedVolume = 1200 (based upon volume of a sphere~ish)
subchange = adjusted [ModuleDragModifier][DEPLOYED][dragModifier] to 6 from 24
subchange = adjusted [ModuleDragModifier][DEPLOYED][dragModifier] to 9 from 6 - landed at just under 10m/s
subchange = added [explosionPotential] = 0
subchange = added [buoyancy = 6.0] darn thing refused to float!
}
CHANGE
{
type = Future
change = *** Possible future changes ***
subchange = [breakingForce = 50] and [breakingTorque = 50] seems high ???
}
}
VERSION
{
version = 1.3.0.0
versionName = 1.3.0.0
versionDate = 2017-03-14
versionKSP = 1.2.2
change = Fix for MSRC appearing as debris.
}
VERSION
{
version = 1.2.0.0
versionName = 1.2.0.0
versionDate = 2016-11-09
versionKSP = 1.2.1
change = Updated for 1.2
change = Removed reaction wheels from parachute/probe core
}
VERSION
{
version = 1.1.0.0
versionName = 1.1.0.0
versionDate = 016-07-13
versionKSP = 1.1.3
change = Adjusted buoyancy - the capsule no longer sinks after landing in water!
change = Improved drag model - the capsule now rights itself more properly
change = Improved the RemoteTech configs
change = Added KIS configs
change = Added RealChute configs
}
VERSION
{
version = 1.0.0.0
versionName = initial release
versionDate = 2016-07-09
versionKSP = 1.1.3
change = new
}
}

// GPLv2
// zer0Kerbal
Loading

0 comments on commit 864fb72

Please sign in to comment.