-
-
Notifications
You must be signed in to change notification settings - Fork 2
1.4.2.0 release #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.4.2.0 release #67
Conversation
This file contains hidden or 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
1.4.2.0 Update [readme.md] v1.5.4.0 * closes #58
1.4.2.0 Update [readme.md] v1.5.4.0
…ampleReturnCapsule into 1.4.2.0-release
### Added * Kerbalism compatibility * [Kerbalism.cfg] v1.0.0.0 * Thank you [Breach Candy#6218] * closes #47 - Kerbalism config
* consolidated footer in files
* consolidated footer in files
# Create Kerbalism.cfg * Kerbalism compatibility * [Kerbalism.cfg] v1.0.0.0 * 💔Thank you! [Breach Candy#6218] * closes #47 - Kerbalism config
### Convert Change Log * From Kerbal ChangeLog to markdown * Convert [Changelog.cfg] --> [changelog.md] * Create changelog.md * Delete Changelog.cfg * closes #57 - 1.4.2.0 Update changelog
…ampleReturnCapsule into 1.4.2.0-release
# Compatibility Patches * Add * [TweakScale.cfg] v1.0.1.9 * [KerbNet.cfg] v1.0.1.9 * [GPOSppedFuelPump.cfg] v1.0.1.9 * [CommunityCategoryKit.cfg] v1.0.1.9 * Update * [RemoteTech.cfg] v1.0.1.9 * [kOS.cfg] v1.0.1.9 * Related Issues: * closes #65 - TweakScale.cfg * closes #64 - KerbNet.cfg * closes #63 - GPOSppedFuelPump.cfg * closes #62 - CommunityCategoryKit.cfg * closes #61 - Add Compatibility
* Add * [TweakScale.cfg] v1.0.1.9 * [KerbNet.cfg] v1.0.1.9 * [GPOSpeedFuelPump.cfg] v1.0.1.9 * [CommunityCategoryKit.cfg] v1.0.1.9 * Update * [RemoteTech.cfg] v1.0.1.9 * [kOS.cfg] v1.0.1.9 * Related Issues: * closes #65 - TweakScale.cfg * closes #64 - KerbNet.cfg * closes #63 - GPOSppedFuelPump.cfg * closes #62 - CommunityCategoryKit.cfg * closes #61 - Add Compatibility
…0Kerbal/MiniSampleReturnCapsule into 1.4.2.0-CompatibilityPatches
# Compatibility Patches 🆒 * Add * [TweakScale.cfg] v1.0.1.9 * [KerbNet.cfg] v1.0.1.9 * [GPOSpeedFuelPump.cfg] v1.0.1.9 * [CommunityCategoryKit.cfg] v1.0.1.9 * Update * [RemoteTech.cfg] v1.0.1.9 * [kOS.cfg] v1.0.1.9 * Related Issues: * closes #65 - TweakScale.cfg * closes #64 - KerbNet.cfg * closes #63 - GPOSppedFuelPump.cfg * closes #62 - CommunityCategoryKit.cfg * closes #61 - Add Compatibility
* closes #58 - 1.4.2.0 Update readme
### Part Volume Math
| ***part | style | diameter (m) | height (m) | width (m | math | radius (m) | m³ | Liters*** |
| :------------- | :--------: | -----------: | ---------: | -------: | :------: | ---------: | ------: | --------: |
| msrc-parachute | hemisphere | 0.625 | 0.37 | | (2/3)πr³ | 0.3125 | 0.06392 | 63.92 |
| msrc-cargobay | cylinder | 0.625 | 0.31 | | πr²h | 0.3125 | 0.09511 | 95.11 |
* [mrsc-cargobay]
* [ModuleCargoPart] was 125 now 100
* type = hemisphere
* radius = 0.3125m
* height = 0.37m
* volume = 0.06392 m³
* m³ x 1000L = 63.92 m³
* packedVolume = 64
* Update
* Add zer0Kerbal to [author]
* [maximum_drag] changed from 0.2 to 0.1
* [angularDrag] changed from 2 to 1.5
* [maxTemp] changed from 2900 to 2500
* [thermalMassModifier] changed from 5.0 to 1.0
* [ModuleCargoBay]
* [lookupRadius] changed from 0.9 to 0.4
* [mrsc-parachute]
* [ModuleCargoPart] was 100 now 75
* type = cylinder
* radius = 0.3125m
* height = 0.37m
* volume = 0.09511 m³
* m³ x 1000L = 95.11 m³
* packedVolume = 96
* Update
* Add zer0Kerbal to [author]
* [maximum_drag] changed from 0.2 to 0.3
* [minimum_drag] = 0.3 to 0.1
* [angularDrag] changed from 2 to 1.5
* [ModuleCommand]
* Add [hasHibernation] = True
* Add [hibernation] = False
* Add [hibernateOnWarp] = True
* Add [hibernationMultiplier] = 0.00125
* [ModuleReactionWheel
* Add [hasHibernation] = True
* Add [hibernation] = False
* Add [hibernationMultiplier] = 0.00125
* [ModuleSAS]
* [SASServiceLevel] changed from 1 to 2
* closes #47 - 1.4.2.0 Update changelog
### Part Volume Math
| ***part | style | diameter (m) | height (m) | width (m | math | radius (m) | m³ | Liters*** |
| :------------- | :--------: | -----------: | ---------: | -------: | :------: | ---------: | ------: | --------: |
| msrc-parachute | hemisphere | 0.625 | 0.37 | | (2/3)πr³ | 0.3125 | 0.06392 | 63.92 |
| msrc-cargobay | cylinder | 0.625 | 0.31 | | πr²h | 0.3125 | 0.09511 | 95.11 |
* [mrsc-cargobay]
* [ModuleCargoPart] was 125 now 100
* type = cylinder
* radius = 0.3125m
* height = 0.32m
* volume = 0.09511 m³
* m³ x 1000L = 95.11 m³
* packedVolume = 100
* Update
* Add zer0Kerbal to [author]
* [maximum_drag] changed from 0.2 to 0.1
* [angularDrag] changed from 2 to 1.5
* [maxTemp] changed from 2900 to 2500
* [thermalMassModifier] changed from 5.0 to 1.0
* [ModuleCargoBay]
* [lookupRadius] changed from 0.9 to 0.4
* [mrsc-parachute]
* [ModuleCargoPart] was 100 now 75
* type = hemisphere
* radius = 0.3125m
* height = 0.37m
* volume = 0.06392 m³
* m³ x 1000L = 63.92 m³
* packedVolume = 75
zer0Kerbal
commented
Feb 4, 2022
Owner
Author
zer0Kerbal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 1.4.2.0 - [01 Feb 2022] for KSP 1.12.3
1.4.2.0 Localization
Added
Compatibility Patches
Convert Change Log
Wiki
Part Volume Math
1.4.2.0 Maintenance
1.4.2.0 Status