diff --git a/AirplanePlus_Changelog b/AirplanePlus_Changelog new file mode 100644 index 0000000..1372459 --- /dev/null +++ b/AirplanePlus_Changelog @@ -0,0 +1,24 @@ +Airplane Plus + +### 26.0.5 (Version 26.5) Released on 2020-01-24 + +- Fixed blank textures + + +### 26.0.4 (Version 26.4) Released on 2019-12-21 + +- Fixed Squad's new path for cone textures wrongly referenced in the config +- Fixed J-34 "Chevron" High-Bypass Turbofan Engine having Jettison Module when not needed + + +### 26.0.3 (Version 26.0.3) Released on 2019-12-12 + +- DDS conversion of some of the files to DXT5 (klgraham1013) +- Fixes on modulecargobay and bulkheadprofiles for payload parts*(Jognt) +- *Mk1 Passenger Door +- *Mk1 Nose Trunk CRG-NT +- *Mk1 Junior Cargo Bay CRG-50-0 + + +### X.X.X ... +- Many things \ No newline at end of file diff --git a/AirplanePlus__KSP-AVC b/AirplanePlus__KSP-AVC new file mode 100644 index 0000000..eae7c97 --- /dev/null +++ b/AirplanePlus__KSP-AVC @@ -0,0 +1,31 @@ +{ + "NAME":"Mk1-Cabin-Hatch", + "URL":"https://raw.githubusercontent.com/skalou/Mk1-Cabin-Hatch/master/Mk1-Cabin-Hatch__KSP-AVC", + "DOWNLOAD":"https://spacedock.info/mod/1038/Mk1-Cabin-Hatch", + "CHANGE_LOG_URL":"https://raw.githubusercontent.com/skalou/Mk1-Cabin-Hatch/master/Mk1-Cabin-Hatch_Changelog", + "VERSION": + { + "MAJOR":1, + "MINOR":0, + "PATCH":1, + "BUILD":0 + }, + "KSP_VERSION": + { + "MAJOR":1, + "MINOR":11, + "PATCH":0 + }, + "KSP_VERSION_MIN": + { + "MAJOR":1, + "MINOR":4, + "PATCH":0 + }, + "KSP_VERSION_MAX": + { + "MAJOR":1, + "MINOR":12, + "PATCH":99 + } +} diff --git a/README.md b/README.md index f449303..fe5b113 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Install the contents of Release inside the GameData folder. Firespitter is not included in github. +## Forum: +https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/ + ## SpaceDock: https://spacedock.info/mod/716/Airplane%20Plus diff --git a/Release/AirplanePlus/AirplanePlus.version b/Release/AirplanePlus/AirplanePlus.version index 9345b09..4ed1a53 100644 --- a/Release/AirplanePlus/AirplanePlus.version +++ b/Release/AirplanePlus/AirplanePlus.version @@ -1 +1,29 @@ -{"NAME":"Airplane Plus","URL":"http://ksp-avc.cybutek.net/version.php?id=660","DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r263-fixed-issues-dec-12-2019/","VERSION":{"MAJOR":26,"MINOR":0,"PATCH":4,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":8,"PATCH":1},"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":4,"PATCH":0},"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":8,"PATCH":1}} \ No newline at end of file +{"NAME":"Airplane Plus", +"URL":"http://ksp-avc.cybutek.net/version.php?id=660", +"DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r263-fixed-issues-dec-12-2019/", +"CHANGE_LOG_URL":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/", +"VERSION": +{ +"MAJOR":26, +"MINOR":0, +"PATCH":4, +"BUILD":0 +}, +"KSP_VERSION": +{ +"MAJOR":1, +"MINOR":8, +"PATCH":1 +}, +"KSP_VERSION_MIN": +{ +"MAJOR":1, +"MINOR":4, +"PATCH":0 +}, +"KSP_VERSION_MAX": +{"MAJOR":1, +"MINOR":8, +"PATCH":1 +} +} \ No newline at end of file diff --git a/Release/AirplanePlus/Parts/Aero/bigwing/part.cfg b/Release/AirplanePlus/Parts/Aero/bigwing/bigwing.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/bigwing/part.cfg rename to Release/AirplanePlus/Parts/Aero/bigwing/bigwing.cfg diff --git a/Release/AirplanePlus/Parts/Aero/elevonhalf/part.cfg b/Release/AirplanePlus/Parts/Aero/elevonhalf/hlfSrf.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/elevonhalf/part.cfg rename to Release/AirplanePlus/Parts/Aero/elevonhalf/hlfSrf.cfg diff --git a/Release/AirplanePlus/Parts/Aero/flaps/doublefowlerflap.cfg b/Release/AirplanePlus/Parts/Aero/flaps/doublefowlerflap.cfg index 6d92a59..b2f6de6 100644 --- a/Release/AirplanePlus/Parts/Aero/flaps/doublefowlerflap.cfg +++ b/Release/AirplanePlus/Parts/Aero/flaps/doublefowlerflap.cfg @@ -71,18 +71,18 @@ PART uncasedTemp = 1200 casedTemp = 2400 } - //MODULE - { - name = FXModuleLookAtConstraint - CONSTRAINLOOKFX - { - targetName = PistonArm - rotatorsName = PistonBase - } - CONSTRAINLOOKFX - { - targetName = PistonBase - rotatorsName = PistonArm - } - } +// MODULE +// { +// name = FXModuleLookAtConstraint +// CONSTRAINLOOKFX +// { +// targetName = PistonArm +// rotatorsName = PistonBase +// } +// CONSTRAINLOOKFX +// { +// targetName = PistonBase +// rotatorsName = PistonArm +// } +// } } diff --git a/Release/AirplanePlus/Parts/Aero/intake/part.cfg b/Release/AirplanePlus/Parts/Aero/intake/mk1intake.cfg similarity index 95% rename from Release/AirplanePlus/Parts/Aero/intake/part.cfg rename to Release/AirplanePlus/Parts/Aero/intake/mk1intake.cfg index d7cb446..e5086c7 100644 --- a/Release/AirplanePlus/Parts/Aero/intake/part.cfg +++ b/Release/AirplanePlus/Parts/Aero/intake/mk1intake.cfg @@ -55,11 +55,11 @@ PART amount = 2 maxAmount = 2 } - //MODULE - { - name = ModuleAnimateHeat - ThermalAnim = - } +// MODULE + // { + // name = ModuleAnimateHeat + // ThermalAnim = + // } MODULE { name = FSmeshSwitch diff --git a/Release/AirplanePlus/Parts/Aero/nosecone/part.cfg b/Release/AirplanePlus/Parts/Aero/nosecone/noseconemk1.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/nosecone/part.cfg rename to Release/AirplanePlus/Parts/Aero/nosecone/noseconemk1.cfg diff --git a/Release/AirplanePlus/Parts/Aero/roundfin/part.cfg b/Release/AirplanePlus/Parts/Aero/roundfin/roundwinglet.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/roundfin/part.cfg rename to Release/AirplanePlus/Parts/Aero/roundfin/roundwinglet.cfg diff --git a/Release/AirplanePlus/Parts/Aero/stubbytinynose/part.cfg b/Release/AirplanePlus/Parts/Aero/stubbytinynose/stubbytinynose.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/stubbytinynose/part.cfg rename to Release/AirplanePlus/Parts/Aero/stubbytinynose/stubbytinynose.cfg diff --git a/Release/AirplanePlus/Parts/Aero/stubbytinynose/partb.cfg b/Release/AirplanePlus/Parts/Aero/stubbytinynose/tinynoseb.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Aero/stubbytinynose/partb.cfg rename to Release/AirplanePlus/Parts/Aero/stubbytinynose/tinynoseb.cfg diff --git a/Release/AirplanePlus/Parts/Command/144cockpit/part.cfg b/Release/AirplanePlus/Parts/Command/144cockpit/144cockpit.cfg similarity index 97% rename from Release/AirplanePlus/Parts/Command/144cockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/144cockpit/144cockpit.cfg index 541bcdc..edf5675 100644 --- a/Release/AirplanePlus/Parts/Command/144cockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/144cockpit/144cockpit.cfg @@ -97,12 +97,12 @@ PART evaOnlyStorage = True storageRange = 3.0 } - //RESOURCE - { - name = MonoPropellant - amount = 15 - maxAmount = 15 - } + // RESOURCE + // { + // name = MonoPropellant + // amount = 15 + // maxAmount = 15 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/airbuscockpit/part.cfg b/Release/AirplanePlus/Parts/Command/airbuscockpit/airbuscockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/airbuscockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/airbuscockpit/airbuscockpit.cfg index f038ec4..0861341 100644 --- a/Release/AirplanePlus/Parts/Command/airbuscockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/airbuscockpit/airbuscockpit.cfg @@ -89,11 +89,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 15.0 - maxAmount = 15.0 - } + // { + // name = MonoPropellant + // amount = 15.0 + // maxAmount = 15.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/b29cockpit/part.cfg b/Release/AirplanePlus/Parts/Command/b29cockpit/b29cockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/b29cockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/b29cockpit/b29cockpit.cfg index dc9b08a..71a1871 100644 --- a/Release/AirplanePlus/Parts/Command/b29cockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/b29cockpit/b29cockpit.cfg @@ -89,11 +89,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 15.0 - maxAmount = 15.0 - } + // { + // name = MonoPropellant + // amount = 15.0 + // maxAmount = 15.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/bellcockpit/part.cfg b/Release/AirplanePlus/Parts/Command/bellcockpit/bellcockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/bellcockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/bellcockpit/bellcockpit.cfg index f5f5f3e..af8990b 100644 --- a/Release/AirplanePlus/Parts/Command/bellcockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/bellcockpit/bellcockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 5.0 - maxAmount = 5.0 - } + // { + // name = MonoPropellant + // amount = 5.0 + // maxAmount = 5.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/bombardiercockpit/part.cfg b/Release/AirplanePlus/Parts/Command/bombardiercockpit/bombardiercockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/bombardiercockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/bombardiercockpit/bombardiercockpit.cfg diff --git a/Release/AirplanePlus/Parts/Command/cessnacockpit/partcabin.cfg b/Release/AirplanePlus/Parts/Command/cessnacockpit/cessnacabin.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/cessnacockpit/partcabin.cfg rename to Release/AirplanePlus/Parts/Command/cessnacockpit/cessnacabin.cfg diff --git a/Release/AirplanePlus/Parts/Command/cessnacockpit/partcockpit.cfg b/Release/AirplanePlus/Parts/Command/cessnacockpit/cessnacockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/cessnacockpit/partcockpit.cfg rename to Release/AirplanePlus/Parts/Command/cessnacockpit/cessnacockpit.cfg diff --git a/Release/AirplanePlus/Parts/Command/citationcockpit/part.cfg b/Release/AirplanePlus/Parts/Command/citationcockpit/citationcockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/citationcockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/citationcockpit/citationcockpit.cfg index cdd4f11..e318c2a 100644 --- a/Release/AirplanePlus/Parts/Command/citationcockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/citationcockpit/citationcockpit.cfg @@ -89,11 +89,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 5.0 - maxAmount = 5.0 - } + // { + // name = MonoPropellant + // amount = 5.0 + // maxAmount = 5.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/concordecockpit/part.cfg b/Release/AirplanePlus/Parts/Command/concordecockpit/concordecockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/concordecockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/concordecockpit/concordecockpit.cfg index eef2cac..103e53f 100644 --- a/Release/AirplanePlus/Parts/Command/concordecockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/concordecockpit/concordecockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 5.0 - maxAmount = 5.0 - } + // { + // name = MonoPropellant + // amount = 5.0 + // maxAmount = 5.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/falconcockpit/part.cfg b/Release/AirplanePlus/Parts/Command/falconcockpit/falconcockpit.cfg similarity index 97% rename from Release/AirplanePlus/Parts/Command/falconcockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/falconcockpit/falconcockpit.cfg index 1874916..502c07b 100644 --- a/Release/AirplanePlus/Parts/Command/falconcockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/falconcockpit/falconcockpit.cfg @@ -98,11 +98,11 @@ PART storageRange = 3.0 } //RESOURCE - { - name = MonoPropellant - amount = 15 - maxAmount = 15 - } + // { + // name = MonoPropellant + // amount = 15 + // maxAmount = 15 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/fightercockpit/part.cfg b/Release/AirplanePlus/Parts/Command/fightercockpit/fightercockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/fightercockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/fightercockpit/fightercockpit.cfg index 4066c1b..851e9fc 100644 --- a/Release/AirplanePlus/Parts/Command/fightercockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/fightercockpit/fightercockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 5.0 - maxAmount = 5.0 - } + // { + // name = MonoPropellant + // amount = 5.0 + // maxAmount = 5.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/fighterinlinecockpit/part.cfg b/Release/AirplanePlus/Parts/Command/fighterinlinecockpit/fighterinlinecockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/fighterinlinecockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/fighterinlinecockpit/fighterinlinecockpit.cfg index e2d89a9..1d9ce85 100644 --- a/Release/AirplanePlus/Parts/Command/fighterinlinecockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/fighterinlinecockpit/fighterinlinecockpit.cfg @@ -87,11 +87,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 7.5 - maxAmount = 7.5 - } + // { + // name = MonoPropellant + // amount = 7.5 + // maxAmount = 7.5 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/galaxycockpit/part.cfg b/Release/AirplanePlus/Parts/Command/galaxycockpit/mk3galaxy.cfg similarity index 97% rename from Release/AirplanePlus/Parts/Command/galaxycockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/galaxycockpit/mk3galaxy.cfg index d11a144..f820c04 100644 --- a/Release/AirplanePlus/Parts/Command/galaxycockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/galaxycockpit/mk3galaxy.cfg @@ -83,10 +83,10 @@ PART storageRange = 4.0 } //MODULE - { - name = FlagDecal - textureQuadName = FLAG - } + // { + // name = FlagDecal + // textureQuadName = FLAG + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/herculescockpit/part.cfg b/Release/AirplanePlus/Parts/Command/herculescockpit/herculescockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/herculescockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/herculescockpit/herculescockpit.cfg index 8f7833c..c6d6d68 100644 --- a/Release/AirplanePlus/Parts/Command/herculescockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/herculescockpit/herculescockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 15.0 - maxAmount = 15.0 - } + // { + // name = MonoPropellant + // amount = 15.0 + // maxAmount = 15.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/hipcockpit/part.cfg b/Release/AirplanePlus/Parts/Command/hipcockpit/hipcockpit.cfg similarity index 92% rename from Release/AirplanePlus/Parts/Command/hipcockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/hipcockpit/hipcockpit.cfg index 8e1901c..6b648b8 100644 --- a/Release/AirplanePlus/Parts/Command/hipcockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/hipcockpit/hipcockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 15.0 - maxAmount = 15.0 - } + // { + // name = MonoPropellant + // amount = 15.0 + // maxAmount = 15.0 + // } MODULE { name = ModuleAnimateGeneric @@ -102,8 +102,8 @@ PART endEventGUIName = Lights Off } //MODULE - { - name = FlagDecal - textureQuadName = flagDecal - } + // { + // name = FlagDecal + // textureQuadName = flagDecal + // } } diff --git a/Release/AirplanePlus/Parts/Command/hueycockpit/part.cfg b/Release/AirplanePlus/Parts/Command/hueycockpit/hueycockpit.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Command/hueycockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/hueycockpit/hueycockpit.cfg index e7065df..c6a7eaf 100644 --- a/Release/AirplanePlus/Parts/Command/hueycockpit/part.cfg +++ b/Release/AirplanePlus/Parts/Command/hueycockpit/hueycockpit.cfg @@ -88,11 +88,11 @@ PART storageRange = 1.3 } //RESOURCE - { - name = MonoPropellant - amount = 5.0 - maxAmount = 5.0 - } + // { + // name = MonoPropellant + // amount = 5.0 + // maxAmount = 5.0 + // } MODULE { name = ModuleAnimateGeneric diff --git a/Release/AirplanePlus/Parts/Command/mk1drone/part.cfg b/Release/AirplanePlus/Parts/Command/mk1drone/mk1DroneCore.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/mk1drone/part.cfg rename to Release/AirplanePlus/Parts/Command/mk1drone/mk1DroneCore.cfg diff --git a/Release/AirplanePlus/Parts/Command/mk1drone/partsas.cfg b/Release/AirplanePlus/Parts/Command/mk1drone/mk1SasModule.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/mk1drone/partsas.cfg rename to Release/AirplanePlus/Parts/Command/mk1drone/mk1SasModule.cfg diff --git a/Release/AirplanePlus/Parts/Command/oh6cockpit/part.cfg b/Release/AirplanePlus/Parts/Command/oh6cockpit/oh6cockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/oh6cockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/oh6cockpit/oh6cockpit.cfg diff --git a/Release/AirplanePlus/Parts/Command/oldfightercockpit/part.cfg b/Release/AirplanePlus/Parts/Command/oldfightercockpit/oldfightercockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/oldfightercockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/oldfightercockpit/oldfightercockpit.cfg diff --git a/Release/AirplanePlus/Parts/Command/x1cockpit/part.cfg b/Release/AirplanePlus/Parts/Command/x1cockpit/x1cockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/x1cockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/x1cockpit/x1cockpit.cfg diff --git a/Release/AirplanePlus/Parts/Command/zerocockpit/part.cfg b/Release/AirplanePlus/Parts/Command/zerocockpit/zerocockpit.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Command/zerocockpit/part.cfg rename to Release/AirplanePlus/Parts/Command/zerocockpit/zerocockpit.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Early/51/part.cfg b/Release/AirplanePlus/Parts/Engine/Early/51/51prop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Early/51/part.cfg rename to Release/AirplanePlus/Parts/Engine/Early/51/51prop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Early/chaika/part.cfg b/Release/AirplanePlus/Parts/Engine/Early/chaika/chaikaprop.cfg similarity index 99% rename from Release/AirplanePlus/Parts/Engine/Early/chaika/part.cfg rename to Release/AirplanePlus/Parts/Engine/Early/chaika/chaikaprop.cfg index f58db83..1794df5 100644 --- a/Release/AirplanePlus/Parts/Engine/Early/chaika/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Early/chaika/chaikaprop.cfg @@ -119,7 +119,7 @@ MODULE key = 0.05 1.1 -key = 0.1 0.7 + key = 0.1 0.7 key = 0.15 0.4 diff --git a/Release/AirplanePlus/Parts/Engine/Early/fokker/part.cfg b/Release/AirplanePlus/Parts/Engine/Early/fokker/fokkerprop.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Engine/Early/fokker/part.cfg rename to Release/AirplanePlus/Parts/Engine/Early/fokker/fokkerprop.cfg index fd29f79..71fea31 100644 --- a/Release/AirplanePlus/Parts/Engine/Early/fokker/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Early/fokker/fokkerprop.cfg @@ -121,9 +121,9 @@ MODULE key = 0.05 1.1 -key = 0.15 0.4 + key = 0.15 0.4 -key = 0.17 0.05 -9.166669 -2.424027 + key = 0.17 0.05 -9.166669 -2.424027 key = 0.2 0.03 -0.0625 -0.125 @@ -134,18 +134,18 @@ key = 0.17 0.05 -9.166669 -2.424027 atmCurve { key = 0 0 4.571429 1.672111 + + key = 0.175 0.8 15.11645 31.28571 -key = 0.175 0.8 15.11645 31.28571 + key = 0.2 2.25 -key = 0.2 2.25 + key = 0.45 1 -key = 0.45 1 - -key = 0.525 1.025 + key = 0.525 1.025 key = 0.9 0.9 -key = 1 0.8 + key = 1 0.8 } atmCurveIsp diff --git a/Release/AirplanePlus/Parts/Engine/Early/hawker/part.cfg b/Release/AirplanePlus/Parts/Engine/Early/hawker/hawkerprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Early/hawker/part.cfg rename to Release/AirplanePlus/Parts/Engine/Early/hawker/hawkerprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Early/spad/part.cfg b/Release/AirplanePlus/Parts/Engine/Early/spad/spadprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Early/spad/part.cfg rename to Release/AirplanePlus/Parts/Engine/Early/spad/spadprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Modern/152prop/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/152prop/152Prop.cfg similarity index 98% rename from Release/AirplanePlus/Parts/Engine/Modern/152prop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/152prop/152Prop.cfg index a85a23f..6d5f8e5 100644 --- a/Release/AirplanePlus/Parts/Engine/Modern/152prop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Modern/152prop/152Prop.cfg @@ -198,10 +198,10 @@ MODULE useNamedAlternate = 0 } -//MODULE -{ - name = FSengineHandCrank -} +// MODULE +// { + // name = FSengineHandCrank +// } // PART END diff --git a/Release/AirplanePlus/Parts/Engine/Modern/609prop/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/609prop/609prop.cfg similarity index 99% rename from Release/AirplanePlus/Parts/Engine/Modern/609prop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/609prop/609prop.cfg index 3b6ce12..0031464 100644 --- a/Release/AirplanePlus/Parts/Engine/Modern/609prop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Modern/609prop/609prop.cfg @@ -235,7 +235,7 @@ MODULE ignoreYaw = true uncasedTemp = 1200 casedTemp = 2400 - }// PART END + } MODULE { @@ -250,3 +250,4 @@ MODULE } } } +// PART END \ No newline at end of file diff --git a/Release/AirplanePlus/Parts/Engine/Modern/CF34/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/CF34/cf34.cfg similarity index 89% rename from Release/AirplanePlus/Parts/Engine/Modern/CF34/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/CF34/cf34.cfg index 16fb6d6..56859e3 100644 --- a/Release/AirplanePlus/Parts/Engine/Modern/CF34/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Modern/CF34/cf34.cfg @@ -157,11 +157,11 @@ PART animWrapMode = 2 // Default = 0 Once = 1 Clamp = 1 Loop = 2 PingPong = 4 ClampForever = 8 } - //MODULE - { - name = FlagDecal //replaced by textureswitch brandDecal - textureQuadName = FLAG - } +// MODULE + // { + // name = FlagDecal //replaced by textureswitch brandDecal + // textureQuadName = FLAG + // } MODULE { @@ -265,23 +265,23 @@ PART } } } -//MODULE -{ - name = FStextureSwitch2 - moduleID = 1 - //showListButton = True - nextButtonText = Next Paint - prevButtonText = Previous Paint - statusText = Current Paint - textureRootFolder = AirplanePlus\Agencies\ - textureNames = Conglomerate\Blank;Conglomerate\KS;Conglomerate\RR - objectNames = brandDecal - textureDisplayNames = Blank;Kerbal Standard;RR Propulsion - switchableInFlight = false - repaintableEVA = false - debugMode = false - showInfo = false -} +// MODULE +// { + // name = FStextureSwitch2 + // moduleID = 1 + // //showListButton = True + // nextButtonText = Next Paint + // prevButtonText = Previous Paint + // statusText = Current Paint + // textureRootFolder = AirplanePlus\Agencies\ + // textureNames = Conglomerate\Blank;Conglomerate\KS;Conglomerate\RR + // objectNames = brandDecal + // textureDisplayNames = Blank;Kerbal Standard;RR Propulsion + // switchableInFlight = false + // repaintableEVA = false + // debugMode = false + // showInfo = false +// } MODULE { name = FSmeshSwitch diff --git a/Release/AirplanePlus/Parts/Engine/Modern/CFM56/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/CFM56/cfm56.cfg similarity index 98% rename from Release/AirplanePlus/Parts/Engine/Modern/CFM56/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/CFM56/cfm56.cfg index b29511e..b0a01ae 100644 --- a/Release/AirplanePlus/Parts/Engine/Modern/CFM56/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Modern/CFM56/cfm56.cfg @@ -169,10 +169,10 @@ PART } //MODULE - { - name = FlagDecal //replaced by textureswitch brandDecal - textureQuadName = FLAG - } + // { + // name = FlagDecal //replaced by textureswitch brandDecal + // textureQuadName = FLAG + // } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Modern/KP-12/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/KP-12/KP12.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Modern/KP-12/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/KP-12/KP12.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Modern/f5jet/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/f5jet/f5jet.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Engine/Modern/f5jet/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/f5jet/f5jet.cfg index 4728102..0a7e4c3 100644 --- a/Release/AirplanePlus/Parts/Engine/Modern/f5jet/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Modern/f5jet/f5jet.cfg @@ -189,17 +189,18 @@ key = 1.5 0.8476648 -0.6150925 0 } } - //MODULE - { - name = FXModuleAnimateThrottle - animationName = TurboJetNozzleDry - responseSpeed = 0.05 - layer = 1 - dependOnEngineState = True - dependOnThrottle = True - engineName = Dry - weightOnOperational = True - }MODULE + // MODULE + // { + // name = FXModuleAnimateThrottle + // animationName = TurboJetNozzleDry + // responseSpeed = 0.05 + // layer = 1 + // dependOnEngineState = True + // dependOnThrottle = True + // engineName = Dry + // weightOnOperational = True + // } + MODULE { name = FXModuleAnimateThrottle animationName = f5burn diff --git a/Release/AirplanePlus/Parts/Engine/Modern/hercules/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/hercules/herculesprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Modern/hercules/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/hercules/herculesprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Modern/predator/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/predator/predatorprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Modern/predator/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/predator/predatorprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Modern/raptorjet/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/raptorjet/raptorjet.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Modern/raptorjet/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/raptorjet/raptorjet.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Modern/tbmprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Modern/tbmprop/tbmProp.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Modern/tbmprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Modern/tbmprop/tbmProp.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/109/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/109/109Prop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/109/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/109/109Prop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/Corsair/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/Corsair/corsairprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/Corsair/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/Corsair/corsairprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/DuplexCyclone/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/DuplexCyclone/duplexcyclone.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/DuplexCyclone/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/DuplexCyclone/duplexcyclone.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/K1710/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/K1710/fighterProp.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/K1710/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/K1710/fighterProp.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/Marlin/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/Marlin/merlin.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/Marlin/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/Marlin/merlin.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/Spitfire/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/Spitfire/spitfiremerlin.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/Spitfire/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/Spitfire/spitfiremerlin.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/Yak/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/Yak/yakprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/Yak/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/Yak/yakprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Pre-modern/Zero/part.cfg b/Release/AirplanePlus/Parts/Engine/Pre-modern/Zero/zeroprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Pre-modern/Zero/part.cfg rename to Release/AirplanePlus/Parts/Engine/Pre-modern/Zero/zeroprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/bellprop.cfg similarity index 95% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/bellprop.cfg index fb68b02..653d43a 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/bellprop.cfg @@ -197,18 +197,18 @@ MODULE blade3 = rods } -//MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 -} - -//MODULE -{ - name = FSengineHandCrank -} +// MODULE +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 +// } + +// MODULE +// { + // name = FSengineHandCrank +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/part.txt b/Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/bellprop.txt similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/part.txt rename to Release/AirplanePlus/Parts/Engine/Rotorwing/bellprop/bellprop.txt diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/belltail.cfg similarity index 92% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/belltail.cfg index 0c29585..a24acec 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/belltailprop/belltail.cfg @@ -78,13 +78,13 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 - animateThrottleRange = 0.5, 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 + // animateThrottleRange = 0.5, 0 +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/blackhawkprop.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/blackhawkprop.cfg index bd42224..8f3ef1b 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/blackhawkprop/blackhawkprop.cfg @@ -216,17 +216,17 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 +// } //MODULE -{ - name = FSengineHandCrank -} +// { + // name = FSengineHandCrank +// } // PART END } diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/chinookprop.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/chinookprop.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/default.dds b/Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/default.dds deleted file mode 100644 index 8213b1d..0000000 Binary files a/Release/AirplanePlus/Parts/Engine/Rotorwing/chinookprop/default.dds and /dev/null differ diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/coaxialprop.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/coaxialprop.cfg index 3c599d9..f6cc4c7 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/coaxialprop/coaxialprop.cfg @@ -212,17 +212,17 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 +// } //MODULE -{ - name = FSengineHandCrank -} +// { + // name = FSengineHandCrank +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/hipprop.cfg similarity index 98% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/hipprop.cfg index d11483c..02558b6 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/hipprop/hipprop.cfg @@ -209,9 +209,9 @@ MODULE } //MODULE -{ - name = FlagDecal - textureQuadName = flagDecal -} +// { + // name = FlagDecal + // textureQuadName = flagDecal +// } // PART END } diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/hiptailprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/hiptailprop/hiptail.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/hiptailprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/hiptailprop/hiptail.cfg diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/hueyprop.cfg similarity index 95% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/hueyprop.cfg index 2cf8c3b..8ea6923 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/hueyprop/hueyprop.cfg @@ -167,17 +167,17 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 +// } //MODULE -{ - name = FSengineHandCrank -} +// { + // name = FSengineHandCrank +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/hueytail.cfg similarity index 92% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/hueytail.cfg index c12ac6c..e1d7963 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/hueytailprop/hueytail.cfg @@ -78,13 +78,13 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 - animateThrottleRange = 0.5, 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 + // animateThrottleRange = 0.5, 0 +// } MODULE { @@ -103,4 +103,5 @@ MODULE steeringResponse = 15 debugMode = false } +// PART END } diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/default.dds b/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/default.dds deleted file mode 100644 index 8213b1d..0000000 Binary files a/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/default.dds and /dev/null differ diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/powerprop.cfg similarity index 96% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/powerprop.cfg index 5564b5d..c7d67ce 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/powerprop/powerprop.cfg @@ -212,17 +212,17 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 +// } //MODULE -{ - name = FSengineHandCrank -} +// { + // name = FSengineHandCrank +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/part.cfg b/Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/powertail.cfg similarity index 92% rename from Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/part.cfg rename to Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/powertail.cfg index 90999e0..a655953 100644 --- a/Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/part.cfg +++ b/Release/AirplanePlus/Parts/Engine/Rotorwing/powertailprop/powertail.cfg @@ -80,13 +80,13 @@ MODULE } //MODULE -{ - name = FSswitchEngineThrustTransform - defaultTTName = thrustTransform - alternateTTName = alternateThrustTransform - useNamedAlternate = 0 - animateThrottleRange = 0.5, 0 -} +// { + // name = FSswitchEngineThrustTransform + // defaultTTName = thrustTransform + // alternateTTName = alternateThrustTransform + // useNamedAlternate = 0 + // animateThrottleRange = 0.5, 0 +// } MODULE { diff --git a/Release/AirplanePlus/Parts/Payload/AirRamp/part.cfg b/Release/AirplanePlus/Parts/Payload/AirRamp/airramp.cfg similarity index 87% rename from Release/AirplanePlus/Parts/Payload/AirRamp/part.cfg rename to Release/AirplanePlus/Parts/Payload/AirRamp/airramp.cfg index 4358a7e..eb0f8f3 100644 --- a/Release/AirplanePlus/Parts/Payload/AirRamp/part.cfg +++ b/Release/AirplanePlus/Parts/Payload/AirRamp/airramp.cfg @@ -57,27 +57,27 @@ PART revClampPercent = true } //MODULE - { - name = ModuleCargoBay - DeployModuleIndex = 0 - closedPosition = 1 - lookupRadius = 1.5 + // { + // name = ModuleCargoBay + // DeployModuleIndex = 0 + // closedPosition = 1 + // lookupRadius = 1.5 - nodeOuterForeID = top - nodeOuterAftID = bottom - nodeInnerForeID = top2 - nodeInnerAftID = bottom2 - } + // nodeOuterForeID = top + // nodeOuterAftID = bottom + // nodeInnerForeID = top2 + // nodeInnerAftID = bottom2 + // } //MODULE -{ - name = FlagDecal - textureQuadName = leftDecal -} +// { + // name = FlagDecal + // textureQuadName = leftDecal +// } //MODULE -{ - name = FlagDecal - textureQuadName = rightDecal -} +// { + // name = FlagDecal + // textureQuadName = rightDecal +// } MODULE { name = FSmeshSwitch diff --git a/Release/AirplanePlus/Parts/Payload/Mk1Door/part.cfg b/Release/AirplanePlus/Parts/Payload/Mk1Door/mk1cargodoor.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Payload/Mk1Door/part.cfg rename to Release/AirplanePlus/Parts/Payload/Mk1Door/mk1cargodoor.cfg diff --git a/Release/AirplanePlus/Parts/Payload/Mk1Door/partjr.cfg b/Release/AirplanePlus/Parts/Payload/Mk1Door/mk1cargodoorjr.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Payload/Mk1Door/partjr.cfg rename to Release/AirplanePlus/Parts/Payload/Mk1Door/mk1cargodoorjr.cfg diff --git a/Release/AirplanePlus/Parts/Payload/Mk1DroneDoor/part.cfg b/Release/AirplanePlus/Parts/Payload/Mk1DroneDoor/mk1dronedoor.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Payload/Mk1DroneDoor/part.cfg rename to Release/AirplanePlus/Parts/Payload/Mk1DroneDoor/mk1dronedoor.cfg diff --git a/Release/AirplanePlus/Parts/Payload/PassengerDoor/part.cfg b/Release/AirplanePlus/Parts/Payload/PassengerDoor/passengeroor.cfg similarity index 93% rename from Release/AirplanePlus/Parts/Payload/PassengerDoor/part.cfg rename to Release/AirplanePlus/Parts/Payload/PassengerDoor/passengeroor.cfg index 9808367..e07daef 100644 --- a/Release/AirplanePlus/Parts/Payload/PassengerDoor/part.cfg +++ b/Release/AirplanePlus/Parts/Payload/PassengerDoor/passengeroor.cfg @@ -66,15 +66,15 @@ PART nodeOuterAftID = bottom } //MODULE -{ - name = FlagDecal - textureQuadName = leftDecal -} +// { + // name = FlagDecal + // textureQuadName = leftDecal +// } //MODULE -{ - name = FlagDecal - textureQuadName = rightDecal -} +// { + // name = FlagDecal + // textureQuadName = rightDecal +// } MODULE { name = FSmeshSwitch diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorFuselage/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorFuselage/JuniorFuselage.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorFuselage/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorFuselage/JuniorFuselage.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorStructural/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorStructural/Mk1JuniorStructural.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorStructural/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1JuniorStructural/Mk1JuniorStructural.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1SlantStructural/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1SlantStructural/Mk1SlantStructural.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1SlantStructural/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk1SlantStructural/Mk1SlantStructural.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modeladapter.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hAdapter.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modeladapter.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hAdapter.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelbody.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hLiquid.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelbody.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hLiquid.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelboom.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hboom.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelboom.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2hboom.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelmk2.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2mk2h.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/modelmk2.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/Mk2Hparts/mk2mk2h.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom/shortboom.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom/shortboom.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom2/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom2/shortboomb.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom2/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/ShortBoom2/shortboomb.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/bombardierset/modelcabinAirlocksLadders.mu b/Release/AirplanePlus/Parts/Structure_and_Fuel/bombardierset/modelcabinAirlocksLadders.mu new file mode 100644 index 0000000..e8875fe Binary files /dev/null and b/Release/AirplanePlus/Parts/Structure_and_Fuel/bombardierset/modelcabinAirlocksLadders.mu differ diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/parthalfmini.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/halfmini.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/parthalfmini.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/halfmini.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/partboom.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/miniboom.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/partboom.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/miniboom.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/partshortboom.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/minishortboom.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/partshortboom.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/mk0radial/minishortboom.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0.cfg index f0e698a..7f7ff74 100644 --- a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0.cfg +++ b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0.cfg @@ -51,22 +51,21 @@ MODULE updateSymmetry = true } //MODULE - - { + // { - name = FSbuoyancy + // name = FSbuoyancy - waterImpactTolerance = 180 + // waterImpactTolerance = 180 - dragInWater = 1.5 // 0.2 + // dragInWater = 1.5 // 0.2 - debugMode = False - buoyancyForce = 40.0 + // debugMode = False + // buoyancyForce = 40.0 - buoyancyRange = 0.5 + // buoyancyRange = 0.5 - splashFXEnabled = False + // splashFXEnabled = False - } + // } } diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0jr.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0jr.cfg index b9bd105..1ce50d7 100644 --- a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0jr.cfg +++ b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s0jr.cfg @@ -50,23 +50,22 @@ MODULE objects = mk3s0jr;pontoon;pontoonadapter updateSymmetry = true } -//MODULE - - { +//MODULE + // { - name = FSbuoyancy + // name = FSbuoyancy - waterImpactTolerance = 180 + // waterImpactTolerance = 180 - dragInWater = 1.5 // 0.2 + // dragInWater = 1.5 // 0.2 - debugMode = False - buoyancyForce = 40.0 + // debugMode = False + // buoyancyForce = 40.0 - buoyancyRange = 0.5 + // buoyancyRange = 0.5 - splashFXEnabled = False + // splashFXEnabled = False - } + // } } diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1-s1.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1-s1.cfg index a5e59df..371271c 100644 --- a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1-s1.cfg +++ b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1-s1.cfg @@ -40,20 +40,20 @@ PART maxAmount = 125 } //MODULE -{ - name = FStextureSwitch2 - moduleID = 1 - //showListButton = True - nextButtonText = Next Paint - prevButtonText = Previous Paint - statusText = Current Paint - textureRootFolder = AirplanePlus\Parts\Structure_and_Fuel\ - textureNames = size2parts\size2tex1;size2parts\size2tex2;size2parts\size2tex3 - objectNames = tank - textureDisplayNames = Standard;Striped;End - switchableInFlight = false - repaintableEVA = false - debugMode = false - showInfo = false -} +// { + // name = FStextureSwitch2 + // moduleID = 1 + // //showListButton = True + // nextButtonText = Next Paint + // prevButtonText = Previous Paint + // statusText = Current Paint + // textureRootFolder = AirplanePlus\Parts\Structure_and_Fuel\ + // textureNames = size2parts\size2tex1;size2parts\size2tex2;size2parts\size2tex3 + // objectNames = tank + // textureDisplayNames = Standard;Striped;End + // switchableInFlight = false + // repaintableEVA = false + // debugMode = false + // showInfo = false +// } } diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1p5-s1p5.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1p5-s1p5.cfg index 813d078..c12d9f7 100644 --- a/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1p5-s1p5.cfg +++ b/Release/AirplanePlus/Parts/Structure_and_Fuel/r22set/mk3s1p5-s1p5.cfg @@ -34,9 +34,9 @@ PART bulkheadProfiles = size1p5, mk3s1p5 //RESOURCE - { - name = LiquidFuel - amount = 250 - maxAmount = 250 - } + // { + // name = LiquidFuel + // amount = 250 + // maxAmount = 250 + // } } diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/parta.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2taila.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/parta.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2taila.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partashort.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailashort.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partashort.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailashort.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partb.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailb.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partb.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailb.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partbshort.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailbshort.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/partbshort.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2boom/size2tailbshort.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2hull.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/S2Hull.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2hull.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/S2Hull.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2ramp.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/s2CargoRamp.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2ramp.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/s2CargoRamp.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2short.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/s2cargobayS.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/size2short.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2cargo/s2cargobayS.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2cabin.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2CrewCabin.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2cabin.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2CrewCabin.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2tank.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2Fuselage.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2tank.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2parts/size2Fuselage.cfg diff --git a/Release/AirplanePlus/Parts/Structure_and_Fuel/size2structural/part.cfg b/Release/AirplanePlus/Parts/Structure_and_Fuel/size2structural/S2Structural.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Structure_and_Fuel/size2structural/part.cfg rename to Release/AirplanePlus/Parts/Structure_and_Fuel/size2structural/S2Structural.cfg diff --git a/Release/AirplanePlus/Parts/Utility/APU/parts1.cfg b/Release/AirplanePlus/Parts/Utility/APU/S1APU.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Utility/APU/parts1.cfg rename to Release/AirplanePlus/Parts/Utility/APU/S1APU.cfg diff --git a/Release/AirplanePlus/Parts/Utility/APU/parts15.cfg b/Release/AirplanePlus/Parts/Utility/APU/S1p5APU.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Utility/APU/parts15.cfg rename to Release/AirplanePlus/Parts/Utility/APU/S1p5APU.cfg diff --git a/Release/AirplanePlus/Parts/Utility/APU/parts2.cfg b/Release/AirplanePlus/Parts/Utility/APU/S2APU.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Utility/APU/parts2.cfg rename to Release/AirplanePlus/Parts/Utility/APU/S2APU.cfg diff --git a/Release/AirplanePlus/Parts/Utility/Navlight/part.cfg b/Release/AirplanePlus/Parts/Utility/Navlight/navlight.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Utility/Navlight/part.cfg rename to Release/AirplanePlus/Parts/Utility/Navlight/navlight.cfg diff --git a/Release/AirplanePlus/Parts/Utility/Skid/part.cfg b/Release/AirplanePlus/Parts/Utility/Skid/landingskid.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Utility/Skid/part.cfg rename to Release/AirplanePlus/Parts/Utility/Skid/landingskid.cfg diff --git a/Release/AirplanePlus/Parts/Wheel/biplanegear/part.cfg b/Release/AirplanePlus/Parts/Wheel/biplanegear/biplanegear.cfg similarity index 100% rename from Release/AirplanePlus/Parts/Wheel/biplanegear/part.cfg rename to Release/AirplanePlus/Parts/Wheel/biplanegear/biplanegear.cfg diff --git a/Release/AirplanePlus/Parts/Wheel/blackhawkgear/part.cfg b/Release/AirplanePlus/Parts/Wheel/blackhawkgear/blackhawkgear.cfg similarity index 93% rename from Release/AirplanePlus/Parts/Wheel/blackhawkgear/part.cfg rename to Release/AirplanePlus/Parts/Wheel/blackhawkgear/blackhawkgear.cfg index 0d4e2f5..3c1af27 100644 --- a/Release/AirplanePlus/Parts/Wheel/blackhawkgear/part.cfg +++ b/Release/AirplanePlus/Parts/Wheel/blackhawkgear/blackhawkgear.cfg @@ -100,12 +100,12 @@ PART explodeMultiplier = 1.0 } //MODULE - { - name = FXModuleLookAtConstraint - CONSTRAINLOOKFX - { - targetName = supportref - rotatorsName = supportholder - } - } + // { + // name = FXModuleLookAtConstraint + // CONSTRAINLOOKFX + // { + // targetName = supportref + // rotatorsName = supportholder + // } + // } } diff --git a/Release/AirplanePlus/Parts/Wheel/miggear/part.cfg b/Release/AirplanePlus/Parts/Wheel/miggear/miggear.cfg similarity index 95% rename from Release/AirplanePlus/Parts/Wheel/miggear/part.cfg rename to Release/AirplanePlus/Parts/Wheel/miggear/miggear.cfg index 7cefdd7..acc9be9 100644 --- a/Release/AirplanePlus/Parts/Wheel/miggear/part.cfg +++ b/Release/AirplanePlus/Parts/Wheel/miggear/miggear.cfg @@ -139,14 +139,14 @@ PART //statusLightModuleIndex = 6 } //MODULE - { - name = ModuleStatusLight - //lightObjName = BrakeIndicator - lightMeshRendererName = BrakeIndicator - lightMatPropertyName = _EmissiveColor - colorOn = #ff4433 - colorOff = #000000 - } + // { + // name = ModuleStatusLight + // //lightObjName = BrakeIndicator + // lightMeshRendererName = BrakeIndicator + // lightMatPropertyName = _EmissiveColor + // colorOn = #ff4433 + // colorOff = #000000 + // } MODULE { name = ModuleWheelDeployment diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/airbusgear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/airbusreargear.cfg similarity index 83% rename from Release/AirplanePlus/Parts/Wheel/sharedgear/airbusgear.cfg rename to Release/AirplanePlus/Parts/Wheel/sharedgear/airbusreargear.cfg index 31e4e6c..926f406 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/airbusgear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/airbusreargear.cfg @@ -160,30 +160,30 @@ PART fxRetracted = retracted } //MODULE - { - name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section - matchRotation = true - matchPosition = false - CONSTRAINFX - { - targetName = steeringpivot - moversName = steeringactuator - } - } + // { + // name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section + // matchRotation = true + // matchPosition = false + // CONSTRAINFX + // { + // targetName = steeringpivot + // moversName = steeringactuator + // } + // } //MODULE - { - name = FXModuleLookAtConstraint // scissor links - CONSTRAINLOOKFX - { - targetName = refLower - rotatorsName = armUpper - } - CONSTRAINLOOKFX - { - targetName = refUpper - rotatorsName = armLower - } - } + // { + // name = FXModuleLookAtConstraint // scissor links + // CONSTRAINLOOKFX + // { + // targetName = refLower + // rotatorsName = armUpper + // } + // CONSTRAINLOOKFX + // { + // targetName = refUpper + // rotatorsName = armLower + // } + // } MODULE { name = ModuleTestSubject @@ -204,21 +204,21 @@ PART slipSharpness = 2.0 explodeMultiplier = 1.0 } - //MODULE - { - name = ModuleWheelSteering - baseModuleIndex = 0 + // MODULE + // { + // name = ModuleWheelSteering + // baseModuleIndex = 0 - caliperTransformName = steeringpivot + // caliperTransformName = steeringpivot - steeringResponse = 2 - steeringCurve - { - key = 0 20 - key = 10 9 - key = 30 2 - } - } + // steeringResponse = 2 + // steeringCurve + // { + // key = 0 20 + // key = 10 9 + // key = 30 2 + // } + // } MODULE { name = ModuleDragModifier diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/b29gear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/b29gear.cfg index 85c39c5..25016d6 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/b29gear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/b29gear.cfg @@ -139,14 +139,14 @@ PART //statusLightModuleIndex = 6 } //MODULE - { - name = ModuleStatusLight - //lightObjName = BrakeIndicator - lightMeshRendererName = BrakeIndicator - lightMatPropertyName = _EmissiveColor - colorOn = #ff4433 - colorOff = #000000 - } + // { + // name = ModuleStatusLight + lightObjName = BrakeIndicator + // lightMeshRendererName = BrakeIndicator + // lightMatPropertyName = _EmissiveColor + // colorOn = #ff4433 + // colorOff = #000000 + // } MODULE { name = ModuleWheelDeployment @@ -167,16 +167,16 @@ PART fxRetracted = retracted } //MODULE - { - name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section - matchRotation = true - matchPosition = false - CONSTRAINFX - { - targetName = damper - moversName = steeringactuator - } - } + // { + // name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section + // matchRotation = true + // matchPosition = false + // CONSTRAINFX + // { + // targetName = damper + // moversName = steeringactuator + // } + // } MODULE { name = FXModuleLookAtConstraint diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/fightergear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/fightergear.cfg index 5143dbf..00edaa6 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/fightergear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/fightergear.cfg @@ -160,30 +160,30 @@ PART fxRetracted = retracted } //MODULE - { - name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section - matchRotation = true - matchPosition = false - CONSTRAINFX - { - targetName = steeringpivot - moversName = steeringactuator - } - } + // { + // name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section + // matchRotation = true + // matchPosition = false + // CONSTRAINFX + // { + // targetName = steeringpivot + // moversName = steeringactuator + // } + // } //MODULE - { - name = FXModuleLookAtConstraint // scissor links - CONSTRAINLOOKFX - { - targetName = refLower - rotatorsName = armUpper - } - CONSTRAINLOOKFX - { - targetName = refUpper - rotatorsName = armLower - } - } + // { + // name = FXModuleLookAtConstraint // scissor links + // CONSTRAINLOOKFX + // { + // targetName = refLower + // rotatorsName = armUpper + // } + // CONSTRAINLOOKFX + // { + // targetName = refUpper + // rotatorsName = armLower + // } + // } MODULE { name = ModuleTestSubject @@ -205,20 +205,20 @@ PART explodeMultiplier = 1.0 } //MODULE - { - name = ModuleWheelSteering - baseModuleIndex = 0 + // { + // name = ModuleWheelSteering + // baseModuleIndex = 0 - caliperTransformName = steeringpivot + // caliperTransformName = steeringpivot - steeringResponse = 2 - steeringCurve - { - key = 0 20 - key = 10 9 - key = 30 2 - } - } + // steeringResponse = 2 + // steeringCurve + // { + // key = 0 20 + // key = 10 9 + // key = 30 2 + // } + // } MODULE { name = ModuleDragModifier diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/herculesgear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/herculesgear.cfg index c7cb40e..54cd7e4 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/herculesgear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/herculesgear.cfg @@ -139,14 +139,14 @@ PART //statusLightModuleIndex = 4 } - MODULE - { - name = ModuleStatusLight - lightMeshRendererName = BrakeIndicator - lightMatPropertyName = _EmissiveColor - colorOn = #ff4433 - colorOff = #000000 - } + // MODULE + // { + // name = ModuleStatusLight + // lightMeshRendererName = BrakeIndicator + // lightMatPropertyName = _EmissiveColor + // colorOn = #ff4433 + // colorOff = #000000 + // } MODULE { name = ModuleWheelDeployment diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/sidegear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/sidegear.cfg index 194887c..465fcf3 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/sidegear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/sidegear.cfg @@ -160,30 +160,30 @@ PART fxRetracted = retracted } //MODULE - { - name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section - matchRotation = true - matchPosition = false - CONSTRAINFX - { - targetName = steeringpivot - moversName = steeringactuator - } - } + // { + // name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section + // matchRotation = true + // matchPosition = false + // CONSTRAINFX + // { + // targetName = steeringpivot + // moversName = steeringactuator + // } + // } //MODULE - { - name = FXModuleLookAtConstraint // scissor links - CONSTRAINLOOKFX - { - targetName = refLower - rotatorsName = armUpper - } - CONSTRAINLOOKFX - { - targetName = refUpper - rotatorsName = armLower - } - } + // { + // name = FXModuleLookAtConstraint // scissor links + // CONSTRAINLOOKFX + // { + // targetName = refLower + // rotatorsName = armUpper + // } + // CONSTRAINLOOKFX + // { + // targetName = refUpper + // rotatorsName = armLower + // } + // } MODULE { name = ModuleTestSubject @@ -205,20 +205,20 @@ PART explodeMultiplier = 1.0 } //MODULE - { - name = ModuleWheelSteering - baseModuleIndex = 0 + // { + // name = ModuleWheelSteering + // baseModuleIndex = 0 - caliperTransformName = steeringpivot + // caliperTransformName = steeringpivot - steeringResponse = 2 - steeringCurve - { - key = 0 20 - key = 10 9 - key = 30 2 - } - } + // steeringResponse = 2 + // steeringCurve + // { + // key = 0 20 + // key = 10 9 + // key = 30 2 + // } + // } MODULE { name = ModuleDragModifier diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/x1frontgear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/x1gear.cfg similarity index 95% rename from Release/AirplanePlus/Parts/Wheel/sharedgear/x1frontgear.cfg rename to Release/AirplanePlus/Parts/Wheel/sharedgear/x1gear.cfg index a9d6a47..17d2a77 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/x1frontgear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/x1gear.cfg @@ -142,14 +142,14 @@ PART //statusLightModuleIndex = 6 } //MODULE - { - name = ModuleStatusLight - //lightObjName = BrakeIndicator - lightMeshRendererName = BrakeIndicator - lightMatPropertyName = _EmissiveColor - colorOn = #ff4433 - colorOff = #000000 - } + // { + // name = ModuleStatusLight + // lightObjName = BrakeIndicator + // lightMeshRendererName = BrakeIndicator + // lightMatPropertyName = _EmissiveColor + // colorOn = #ff4433 + // colorOff = #000000 + // } MODULE { name = ModuleWheelDeployment diff --git a/Release/AirplanePlus/Parts/Wheel/sharedgear/x1sidegear.cfg b/Release/AirplanePlus/Parts/Wheel/sharedgear/x1sidegear.cfg index e4a149d..9c5a31d 100644 --- a/Release/AirplanePlus/Parts/Wheel/sharedgear/x1sidegear.cfg +++ b/Release/AirplanePlus/Parts/Wheel/sharedgear/x1sidegear.cfg @@ -142,14 +142,14 @@ PART //statusLightModuleIndex = 6 } //MODULE - { - name = ModuleStatusLight - //lightObjName = BrakeIndicator - lightMeshRendererName = BrakeIndicator - lightMatPropertyName = _EmissiveColor - colorOn = #ff4433 - colorOff = #000000 - } + // { + // name = ModuleStatusLight + lightObjName = BrakeIndicator + // lightMeshRendererName = BrakeIndicator + // lightMatPropertyName = _EmissiveColor + // colorOn = #ff4433 + // colorOff = #000000 + // } MODULE { name = ModuleWheelDeployment @@ -170,30 +170,30 @@ PART fxRetracted = retracted } //MODULE - { - name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section - matchRotation = true - matchPosition = false - CONSTRAINFX - { - targetName = damper - moversName = steeringactuator - } - } + // { + // name = FXModuleConstrainPosition // match rotation of the upper scissor link to the steered section + // matchRotation = true + // matchPosition = false + // CONSTRAINFX + // { + // targetName = damper + // moversName = steeringactuator + // } + // } //MODULE - { - name = FXModuleLookAtConstraint - CONSTRAINLOOKFX //dragbrace - { - targetName = dragbraceU - rotatorsName = dragbraceL - } - CONSTRAINLOOKFX - { - targetName = dragbraceL - rotatorsName = dragbraceU - } - } + // { + // name = FXModuleLookAtConstraint + // CONSTRAINLOOKFX //dragbrace + // { + // targetName = dragbraceU + // rotatorsName = dragbraceL + // } + // CONSTRAINLOOKFX + // { + // targetName = dragbraceL + // rotatorsName = dragbraceU + // } + // } MODULE { name = ModuleTestSubject @@ -202,16 +202,16 @@ PART useEvent = True } //MODULE - { - name = ModuleLight - lightName = Spotlight - useAnimationDim = True - lightBrightenSpeed = 2.5 - lightDimSpeed = 2.5 - resourceAmount = 0.01 - animationName = b29lightdeploy - useResources = True - } + // { + // name = ModuleLight + // lightName = Spotlight + // useAnimationDim = True + // lightBrightenSpeed = 2.5 + // lightDimSpeed = 2.5 + // resourceAmount = 0.01 + // animationName = b29lightdeploy + // useResources = True + // } MODULE { name = ModuleWheelDamage diff --git a/Release/AirplanePlus/Updates/FAR_AirplanePlus.cfg b/Release/AirplanePlus/Updates/FAR_AirplanePlus.cfg new file mode 100644 index 0000000..623a8e1 --- /dev/null +++ b/Release/AirplanePlus/Updates/FAR_AirplanePlus.cfg @@ -0,0 +1,1039 @@ +// FAR compatibility patch by @Alioth81 +//https://github.com/Alioth81/AirplanePlus/blob/master/Release/AirplanePlus/FAR_AirplanePlusCompatibilityPatch.cfg + +//early +@PART[51prop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[chaikaprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = nosedisc + ignoreTransform = shaftdisc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[fokkerprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = disc_placeholder + ignoreTransform = propeller + ignoreTransform = blade3 + ignoreTransform = blade4 + ignoreTransform = blade5 + } +} + +@PART[hawkerprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[spadprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = propeller + } +} + +// pre modern + +@PART[109Prop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[corsairprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[duplexcyclone]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + } +} + +@PART[fighterProp]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[merlin]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + } +} + +@PART[spitfiremerlin]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + ignoreTransform = blade5 + } +} + +@PART[yakprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[zeroprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +//modern + +@PART[152Prop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[609prop]:AFTER[FerramAerospaceResearch] +{ + %mirrorRefAxis = 0, 0, 1 + %node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1 + + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = disccollider + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } + +} + +@PART[herculesprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + } +} + +@PART[KP12]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = fdisc + ignoreTransform = fblade1 + ignoreTransform = fblade2 + ignoreTransform = fblade3 + ignoreTransform = fblade4 + ignoreTransform = rdisc + ignoreTransform = rblade1 + ignoreTransform = rblade2 + ignoreTransform = rblade3 + ignoreTransform = rblade4 + } +} + +@PART[predatorprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[tbmProp]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = nblade1 + ignoreTransform = nblade2 + ignoreTransform = nblade3 + ignoreTransform = nblade4 + ignoreTransform = nblade5 + ignoreTransform = rblade1 + ignoreTransform = rblade2 + ignoreTransform = rblade3 + ignoreTransform = rblade4 + ignoreTransform = rblade5 + } +} + +//Rotorwing + +@PART[bellprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[belltail]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + } +} + +@PART[blackhawkprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + } +} + +@PART[chinookprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[coaxialprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = ddisc + ignoreTransform = dblade + ignoreTransform = udisc + ignoreTransform = ublade + } +} + +@PART[hipprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + ignoreTransform = blade5 + } +} + +@PART[hiptail]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + } +} + +@PART[hueyprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = rods + } +} + +@PART[hueytail]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = rods + } +} + +@PART[powerprop]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = powerdisc + ignoreTransform = blademesh + } +} + +@PART[powertail]:AFTER[FerramAerospaceResearch] +{ + @MODULE[GeometryPartModule] + { + %forceUseMeshes = true + ignoreTransform = disc + ignoreTransform = blade1 + ignoreTransform = blade2 + ignoreTransform = blade3 + ignoreTransform = blade4 + } +} + +//remove lifting values for some non wing parts like cockpits +@PART[144cockpit]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +@PART[falconcockpit]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +@PART[mk2hAdapter]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +@PART[mk2hLiquid]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +@PART[mk2hboom]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +@PART[mk2mk2h]:FOR[FerramAerospaceResearch] +{ + !MODULE[ModuleLiftingSurface] { } +} + +// add FAR wing configurations + +@PART[hanglel]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 2 // 2n rc + MidChordSweep = 0 + b_2 = 0.46 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.2, 0.0, 0.0 + } +} + +@PART[hangles]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1 + MidChordSweep = 0 + b_2 = 0.46 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.2, 0.0, 0.0 + } +} + +@PART[vanglel]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.3 + MidChordSweep = 0 + b_2 = 0.18 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.05, 0.0, 0.0 + } +} + +@PART[vangles]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.82 + MidChordSweep = 0 + b_2 = 0.18 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.05, 0.0, 0.0 + } +} + +@PART[bigwing]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.9 //2.34m 1.37m + MidChordSweep = -5.2 + b_2 = 11.15 + TaperRatio = 0.58 + %rootMidChordOffsetFromOrig = 0.1, -0.47, 0 + } +} + +@PART[hlfSrf]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + @ctrlSurfaceRange = 0 + @ctrlSurfaceArea = 0 + !MODULE[ModuleControlSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.519 + MidChordSweep = 0 + b_2 = 0.91 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 20 + ctrlSurfFrac = 1 + transformName = elevon + %rootMidChordOffsetFromOrig = 0.0, 0.1, 0.0 + } +} + +@PART[fatwing0]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.37 + MidChordSweep = 0 + b_2 = 3.89 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.2, 0.0, 0.0 + } +} + +@PART[fatwing1]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 3.87 + MidChordSweep = 0 + b_2 = 1.37 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.2, 0.0, 0.0 + } +} + +@PART[fatwing2]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.97 //1.37m 0.37m + MidChordSweep = -16 + b_2 = 3.87 + TaperRatio = 0.27 + %rootMidChordOffsetFromOrig = 0.55, -0.25, 0.0 + } +} + +@PART[fatwing3]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 2.58 //3.87m 0m + MidChordSweep = 72 + b_2 = 1.37 + TaperRatio = 0 + %rootMidChordOffsetFromOrig = 0.15, 0.8, 0.0 + } +} + +@PART[fatwing4]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 3.87 + MidChordSweep = 0 + b_2 = 0.88 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.2, 0.2, 0.0 + } +} + +@PART[fatwing5]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 2.58 //3.87 m 0m + MidChordSweep = 79 + b_2 = 0.88 + TaperRatio = 0 + %rootMidChordOffsetFromOrig = 0.14, 0.85, 0.0 + } +} + +@PART[fatwing6]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.57 //0.86 m 0m + MidChordSweep = -10 + b_2 = 3.88 + TaperRatio = 0 + %rootMidChordOffsetFromOrig = 0.0, -0.14, 0.0 + } +} + +@PART[migfin]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleControlSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 2.04 // Tip = 0.45m | Root = 3m + MidChordSweep = 26.4 // 49* 3.8* + b_2 = 2.22 + TaperRatio = 0.15 + maxdeflect = 20 + ctrlSurfFrac = 0.19 + %rootMidChordOffsetFromOrig = 0.75, 0.35, 0.0 + } +} + +@PART[warhawkfin]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleControlSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 1.47 // Tip = .75m | Root = 2m + MidChordSweep = 6 // 23* -11* + b_2 = 2.05 + TaperRatio = 0.38 + maxdeflect = 20 + ctrlSurfFrac = 0.45 + transformName = ctrlSrf + %rootMidChordOffsetFromOrig = 0.9, 0.13, 0 + } +} + + +// FAR supports only one controllable surface we have to combine both slats together +@PART[doublefowlerflap]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleAeroSurface] {} + !MODULE[ModuleAeroSurface] {} //we have to remove both surfaces + MODULE + { + name = FARControllableSurface + MAC = 1.37 + MidChordSweep = 0 + b_2 = 3.6 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 15 + ctrlSurfFrac = 1 + transformName = hinge + %rootMidChordOffsetFromOrig = 0, 0.3, 0.0 + } +} + +@PART[fowlerflap]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleAeroSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.74 + MidChordSweep = 0 + b_2 = 1.82 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 15 + ctrlSurfFrac = 1 + transformName = hinge + %rootMidChordOffsetFromOrig = 0, 0.17, 0.0 + } +} + +@PART[kruegerflap]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleAeroSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.37 + MidChordSweep = 0 + b_2 = 1.67 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 15 + ctrlSurfFrac = 1 + transformName = flap + %rootMidChordOffsetFromOrig = 0.0, 0.1, 0.0 + } +} + +@PART[spoilerflap]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleAeroSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.47 + MidChordSweep = 0 + b_2 = 3.6 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 15 + ctrlSurfFrac = 1 + transformName = hinge + %rootMidChordOffsetFromOrig = 0, 0.1, 0.0 + } +} + +@PART[straightslat]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleAeroSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.36 + MidChordSweep = 0 + b_2 = 1.83 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 15 + ctrlSurfFrac = 1 + transformName = straight + %rootMidChordOffsetFromOrig = 0.0, 0.1, 0.0 + } +} + +@PART[roundwinglet]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleControlSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 1.27 // Tip = 0.7m | Root = 1.7m + MidChordSweep = 3.5 // 13* -6* + b_2 = 1.5 + TaperRatio = 0.4 + maxdeflect = 20 + ctrlSurfFrac = 0.45 + transformName = obj_ctrlSrf + %rootMidChordOffsetFromOrig = 0.35, 0.15, 0.0 + } +} + +@PART[elevon2b]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + @ctrlSurfaceRange = 0 + @ctrlSurfaceArea = 0 + !MODULE[ModuleControlSurface] {} + MODULE + { + name = FARControllableSurface + MAC = 0.74 + MidChordSweep = 0 + b_2 = 1.82 + TaperRatio = 1 + nonSideAttach = 1 + maxdeflect = 20 + ctrlSurfFrac = 1 + transformName = ctrlSrf + %rootMidChordOffsetFromOrig = 0.0, 0.16, 0.0 + } +} + +@PART[smallwingConnector1]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.3 + MidChordSweep = 0 + b_2 = 1.05 + TaperRatio = 1 + } +} + +@PART[smallwingConnector2]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 2 + MidChordSweep = 0 + b_2 = 0.84 + TaperRatio = 1 + %rootMidChordOffsetFromOrig = 0.20, 0.0, 0.0 + } +} + +@PART[smallwingConnector3]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.85 + MidChordSweep = 0 + b_2 = 2 + TaperRatio = 1 + } +} + +@PART[smallwingConnector4]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.1 // 1.31m 0.85m + MidChordSweep = -6.5 //0* -13* + b_2 = 2 + TaperRatio = 0.65 + } +} + +@PART[smallwingConnector5]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.64 // 0.37m 0.85m + MidChordSweep = 7 //14* 0* + b_2 = 2 + TaperRatio = 0.43 + } +} + +@PART[smallwingConnector6]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 1.33 // 0m 2m + MidChordSweep = -35.5 //0* -71* + b_2 = 0.86 + TaperRatio = 0 + } +} + +@PART[smallwingConnectortip]:FOR[FerramAerospaceResearch] +{ + @module = Part + @maximum_drag = 0 + @minimum_drag = 0 + @angularDrag = 0 + @dragCoeff = 0 + @deflectionLiftCoeff = 0 + !MODULE[ModuleLiftingSurface] {} + MODULE + { + name = FARWingAerodynamicModel + MAC = 0.99 // 0.57m 1.31m + MidChordSweep = -8.5 //28* -45* + b_2 = 0.6 + TaperRatio = 0.44 + } +} \ No newline at end of file diff --git a/Release/AirplanePlus/Updates/Kerbalism_AirplanePlus.cfg b/Release/AirplanePlus/Updates/Kerbalism_AirplanePlus.cfg new file mode 100644 index 0000000..30d5caa --- /dev/null +++ b/Release/AirplanePlus/Updates/Kerbalism_AirplanePlus.cfg @@ -0,0 +1,139 @@ +// Compatibility Patch for "Airplane Plus" with "kerbalism" +// version of this patch: 1.0.0 +// GameData/AirplanePlus/Updates/ +// KerbalismConfig/System/habitat.cfg +// Airplane Plus: https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/ +// Kerbalism: https://forum.kerbalspaceprogram.com/index.php?/topic/190382-15-110-kerbalism-311/ +// ============================================================================ +// limit pressurized cockpits +// ============================================================================ +@PART[b29cockpit,bellcockpit,bombardiercockpit,cessnacockpit,cessnacabin,citationcockpit,fightercockpit,fighterinlinecockpit,hipcockpit,hueycockpit,oh6cockpit,oldfightercockpit,zerocockpit,x1cockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +//1p5CrewCabin,size2CrewCabin,mk3galaxy,144cockpit,concordecockpit,airbuscockpit,herculescockpit,falconcockpit +{ + @title ^= :(.)$:$0 (UNPRESSURIZED) : + @description ^= :(.)$:$0\n\nUnpressurized. Bring your own space suit. : + @tags ^= :$: unpressurized: + @MODULE[Habitat] + { + %max_pressure = 0.3 + } +} +// end + +// ============================================================================ +// Ad-hoc volume/surface for stock habitats +// ============================================================================ +@PART[mk3galaxy]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +{ + @MODULE[Habitat] + { + volume = 10.12 //12.90 + surface = 30.74 //74.10 + } +} +@PART[144cockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +{ + @MODULE[Habitat] + { + volume = 9.38 //10.79 + surface = 25.20 //38.58 + } +} +@PART[falconcockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +{ + @MODULE[Habitat] + { + volume = 2.46 //2.63 + surface = 14.52 //22.37 + } +} +// @PART[concordecockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +// { + // @MODULE[Habitat] + // { + // volume = 15 //14.80 + // surface = 30 //33.95 + // } +// } +// @PART[airbuscockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +// { + // @MODULE[Habitat] + // { + // volume = 00 //9.38 + // surface = 00 //19.26 + // } +// } +// @PART[herculescockpit]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +// { + // @MODULE[Habitat] + // { + // volume = 00 //8.56 + // surface = 00 //17.20 + // } +// } +// @PART[1p5CrewCabin]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +// { + // @MODULE[Habitat] + // { + // volume = 00 //7.92 + // surface = 00 //19.75 + // } +// } +// @PART[size2CrewCabin]:NEEDS[FeatureHabitat]:AFTER[KerbalismDefault] +// { + // @MODULE[Habitat] + // { + // volume = 00 //18.77 + // surface = 00 //29.65 + // } +// } + +// end + +// ============================================================================ +//Add panorama to cockpit with large view, only for unpressurized, good idea ? +// ============================================================================ +@PART[bellcockpit,oh6cockpit,hueycockpit,hipcockpit,b29cockpit]:HAS[!MODULE[Comfort]]:NEEDS[FeatureComfort]:AFTER[KerbalismDefault] +{ + MODULE + { + name = Comfort + bonus = panorama + desc = offer a relaxing panoramic view. + } + @tags ^= :$: comfort: +} +// end + +// ============================================================================ +// change energy cost to extend/retract LandingGear +// ============================================================================ +@PART[x1gear,x1sidegear]:HAS[@MODULE[Deploy]]:AFTER[KerbalismDefault]//stock:SmallGearBay +{ + @MODULE[Deploy] + { + @extra_Deploy = 0.06 + } +} +@PART[fightergear,miggear,sidegear,herculesfrontgear]:HAS[@MODULE[Deploy]]:AFTER[KerbalismDefault]//stock:GearSmall +{ + @MODULE[Deploy] + { + @extra_Deploy = 0.1 + } +} +@PART[herculesgear,airbusreargear]:HAS[@MODULE[Deploy]]:AFTER[KerbalismDefault]//stock:GearMedium +{ + @MODULE[Deploy] + { + @extra_Deploy = 0.16 + } +} +@PART[b29gear]:HAS[@MODULE[Deploy]]:AFTER[KerbalismDefault]//stock:GearLarge +{ + @MODULE[Deploy] + { + @extra_Deploy = 0.22 + } +} +// end \ No newline at end of file diff --git a/Release/AirplanePlus/Updates/MM_AirplanePlus_TWEAKS.cfg b/Release/AirplanePlus/Updates/MM_AirplanePlus_TWEAKS.cfg new file mode 100644 index 0000000..98be8a3 --- /dev/null +++ b/Release/AirplanePlus/Updates/MM_AirplanePlus_TWEAKS.cfg @@ -0,0 +1,122 @@ +// Airplane Plus TWEAKS patch +// version of this patch: 1.0.0 +// GameData/AirplanePlus/Updates +// Airplane Plus: https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/ +// ============================================================================ +// add airlock and ladder on the exit hatch to: Size 1.5 Crew Cabin (s1p5CrewCabin) +// ============================================================================ +@PART[s1p5CrewCabin] +{ + MODEL + { + model = AirplanePlus/Parts/Structure_and_Fuel/bombardierset/modelcabinAirlocksLadders + } +} +// end + +// ============================================================================ +// add new stock wheel parameters +// https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/&do=findComment&comment=3786209 +// ============================================================================ +@PART[biplanegear,blackhawkgear,herculesgear] +{ + @MODULE[ModuleWheelBase] + { + %useNewFrictionModel = true + } + @MODULE[ModuleWheelSuspension] + { + %useDistributedMass = true + } +} +@PART[miggear,airbusreargear,b29gear,fightergear,herculesfrontgear,sidegear,x1gear,x1sidegear] +{ + @MODULE[ModuleWheelBase] + { + %useNewFrictionModel = true + } + @MODULE[ModuleWheelSuspension] + { + %useDistributedMass = true + } + @MODULE[ModuleWheelSteering] + { + %autoSteeringAdjust = true + } +} +// end + +// ============================================================================ +// delete air intake module, the part don't have intake air the model(title = Mk2/Object 1.44 Non-Commercial Cockpit) +// ============================================================================ +@PART[144cockpit] +{ + !MODULE[ModuleResourceIntake]{} +} + +// ============================================================================ +// delete light module that doesn't exist in model **************** to be removed after original .cfg clean ****************** +// ============================================================================ +@PART[herculesgear]:HAS[@MODULE[ModuleStatusLight]] +{ + !MODULE[ModuleStatusLight]{} +} +// end + +// ============================================================================ +// reset weird Center of mass offset at the center of the part ? (bad backward compatibility for crafts) +// ============================================================================ +// @PART[cessnacabin] +// { + // %CoMOffset = 0.0, 0.0, 0.0 //0.0, 0.5, 0.0 +// } +// @PART[mk3galaxy] +// { + // %CoMOffset = 0.0, 1.0, 0.0 //0.0, 0.5, 0.0 +// } +// end + +// ============================================================================ +// Replace not working light modules for cessnacabin, and match the same properties for the cockpit +// ============================================================================ +@PART[cessnacabin,cessnacockpit] +{ +!MODULE[ModuleAnimateGeneric]:HAS[#animationName[cessnacockpitlight]]{} + MODULE + { + name = ModuleColorChanger + shaderProperty = _EmissiveColor + animRate = 0.8 + animState = false + useRate = true + toggleInEditor = true + toggleInFlight = true + toggleInFlight = true + unfocusedRange = 5 + toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights + eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On + eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off + toggleAction = True + //defaultActionGroup = Light + redCurve + { + key = 0 0 0 3 + key = 1 1 0 0 + } + greenCurve + { + key = 0 0 0 1 + key = 1 1 1 0 + } + blueCurve + { + key = 0 0 0 0 + key = 1 0.7 1.5 0 + } + alphaCurve + { + key = 0 1 + } + } +} +// end \ No newline at end of file diff --git a/Release/AirplanePlus/Updates/changelog.txt b/Release/AirplanePlus/Updates/changelog.txt new file mode 100644 index 0000000..442f8d4 --- /dev/null +++ b/Release/AirplanePlus/Updates/changelog.txt @@ -0,0 +1,16 @@ +// changelog for updates by Skalou + +***update v1.0.0*** +- renamed part.cfg with "partname".cfg +- removed badly commented modules and cleaned things in .cfg, module pointing to inexistant object in landing gears etc... +- removed some lost flag textures in folders, kerbal default flags in engines ... +- added a model and config to add airlocks and ladders for the s1p5cabin, it was not possible to eva from this part ! +- added AirplanePlus\Updates folder with patch to store patches: + - MM_AirplanePlus_TWEAKS.cfg , read stuff inside to know + - Kerbalism_AirplanePlus.cfg , for kerbalism compatibility +- added a changelog and tweaked KSP-AVC .version file + +ToDo: +- update changelog and KSP-AVC.version links +- change versionning numbers from 26.5 to someting like 26.0.5 as stated in the version file (confusing numbers)? use 27.0.0 for the next one to don't mess things? +- host in github the ksp KSP-AVC .version file instead of https://ksp-avc.cybutek.net/version.php?id=660 ? \ No newline at end of file