diff --git a/Distribution/Restock/GameData/ReStock/Compatibility/FAR.cfg b/Distribution/Restock/GameData/ReStock/Compatibility/FAR.cfg new file mode 100644 index 00000000..454f5e16 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Compatibility/FAR.cfg @@ -0,0 +1,81 @@ +// FAR ships a RealChute Lite that is similar to the RC patch + +@PART[parachuteDrogue]:AFTER[FerramAerospaceResearch] +{ + @MODULE[RealChuteFAR] + { + @PARACHUTE + { + @preDeploymentAnimation = semiDeployLarge + @deploymentAnimation = fullyDeployLarge + @capName = ChuteCap + @parachuteName = B_ParachuteLargeDrogueRotator + } + } + + !DRAG_CUBE {} +} + +@PART[parachuteLarge]:AFTER[FerramAerospaceResearch] +{ + @MODULE[RealChuteFAR] + { + @PARACHUTE + { + @preDeploymentAnimation = semiDeployLarge + @deploymentAnimation = fullyDeployLarge + @capName = ChuteCap + @parachuteName = B_ParachuteLargeRotator + } + } + + !DRAG_CUBE {} +} + +@PART[parachuteSingle]:AFTER[FerramAerospaceResearch] +{ + @MODULE[RealChuteFAR] + { + @PARACHUTE + { + @preDeploymentAnimation = semiDeployLarge + @deploymentAnimation = fullyDeployLarge + @capName = SmallChuteCap + @parachuteName = B_ParachuteRoot004 + } + } + + !DRAG_CUBE {} +} + +@PART[parachuteRadial]:AFTER[FerramAerospaceResearch] +{ + @MODULE[RealChuteFAR] + { + @PARACHUTE + { + @preDeploymentAnimation = semiDeployLarge + @deploymentAnimation = fullyDeployLarge + @capName = RadialChuteCap + @parachuteName = B_ParachuteRoot + } + } + + !DRAG_CUBE {} +} + +@PART[radialDrogue]:AFTER[FerramAerospaceResearch] +{ + @MODULE[RealChuteFAR] + { + @PARACHUTE + { + @preDeploymentAnimation = semiDeployLarge + @deploymentAnimation = fullyDeployLarge + @capName = RadialChuteCapDrogue + @parachuteName = B_ParachuteRoot005 + } + } + + !DRAG_CUBE {} +} diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 52097721..d0e7fc6a 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,6 +1,9 @@ v1.0.1 ----- +- Fixed lack of bundled ModuleManager - Updated Simplified Chinese localization (Duck1998) +- Fixed an issue with the localization of the radial reaction wheel assembly (#742) +- Fixed compatability with FAR in a case where RealChute is NOT installed v1.0.0 ------ diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 7b284502..888e6bd5 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -1,5 +1,6 @@ v1.0.1 ------ +- Fixed lack of bundled ModuleManager - Updated Simplified Chinese localization (Duck1998) v1.0.0