diff --git a/.vs/Firespitter/v15/Server/sqlite3/storage.ide b/.vs/Firespitter/v15/Server/sqlite3/storage.ide index e0e46c05..ad9fcf6d 100644 Binary files a/.vs/Firespitter/v15/Server/sqlite3/storage.ide and b/.vs/Firespitter/v15/Server/sqlite3/storage.ide differ diff --git a/For release/Firespitter/Assets/Biplane_01.png b/For release/Firespitter/Assets/Biplane_01.png new file mode 100644 index 00000000..4eb534f7 Binary files /dev/null and b/For release/Firespitter/Assets/Biplane_01.png differ diff --git a/For release/Firespitter/Assets/FS_BiplaneCockpit.mu b/For release/Firespitter/Assets/FS_BiplaneCockpit.mu index 26646375..234bb95a 100644 Binary files a/For release/Firespitter/Assets/FS_BiplaneCockpit.mu and b/For release/Firespitter/Assets/FS_BiplaneCockpit.mu differ diff --git a/For release/Firespitter/CHANGELOG.txt b/For release/Firespitter/CHANGELOG.txt new file mode 100644 index 00000000..b4ad8baf --- /dev/null +++ b/For release/Firespitter/CHANGELOG.txt @@ -0,0 +1,5 @@ +0.7.17 - 2020.12.20 +------------------ +KSP 1.11 Compatibility +Converted Biplane cockpit into a crewed command seat +Moved legacy biplane parts to the legacy parts folder - nab these if you need them. \ No newline at end of file diff --git a/For release/Firespitter/Firespitter.version b/For release/Firespitter/Firespitter.version index c094ab6e..a9876c8b 100644 --- a/For release/Firespitter/Firespitter.version +++ b/For release/Firespitter/Firespitter.version @@ -3,12 +3,12 @@ "URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version", "VERSION": { "MAJOR": 7, - "MINOR": 15, + "MINOR": 17, "PATCH": 0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":8, + "MINOR":11, "PATCH":0 }, "KSP_VERSION_MIN":{ @@ -18,7 +18,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":8, - "PATCH":9 + "MINOR":11, + "PATCH":99 } } diff --git a/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg b/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg index 40fb3020..92d2479d 100644 --- a/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg +++ b/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg @@ -48,13 +48,17 @@ vesselType = Ship // --- internal setup --- CrewCapacity = 1 +applyKerbalMassModification = false -MODULE -{ - name = ModuleCommand - minimumCrew = 1 -} - + MODULE + { + name = KerbalSeat + seatPivotName = KerbalSeat + ejectDirection = 0.0, 0.1, 0.1 + ejectionForceMax = 100.0 + ejectionForcePercentage = 0.0 + ejectionForceDirection = 0.0, 1.0, 0.0 + } RESOURCE { @@ -90,11 +94,6 @@ MODULE storageRange = 1.3 } -INTERNAL -{ - name = FSbiplaneInternal -} - MODULE { name = FSmaintenanceInfo diff --git a/For release/Firespitter/Plugins/Firespitter.dll b/For release/Firespitter/Plugins/Firespitter.dll index 9af40d96..0ed62b7a 100644 Binary files a/For release/Firespitter/Plugins/Firespitter.dll and b/For release/Firespitter/Plugins/Firespitter.dll differ diff --git a/For release/Firespitter/Plugins/Firespitter.pdb b/For release/Firespitter/Plugins/Firespitter.pdb index adf6c2a0..860958a9 100644 Binary files a/For release/Firespitter/Plugins/Firespitter.pdb and b/For release/Firespitter/Plugins/Firespitter.pdb differ diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/biPlaneElevator.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/biPlaneElevator.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/biPlaneElevator.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/biPlaneElevator.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneElevator/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneElevator/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/biPlaneRudder.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/biPlaneRudder.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/biPlaneRudder.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/biPlaneRudder.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneRudder/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/biPlaneSkid.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/biPlaneSkid.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/biPlaneSkid.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/biPlaneSkid.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/skid.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/skid.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneSkid/skid.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneSkid/skid.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/biPlaneTailFuselage.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/biPlaneTailFuselage.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/biPlaneTailFuselage.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/biPlaneTailFuselage.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/tail.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/tail.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/tail.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/tail.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/tailRed.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/tailRed.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneTailFuselage/tailRed.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneTailFuselage/tailRed.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/biPlaneWheelPair.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/biPlaneWheelPair.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/biPlaneWheelPair.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/biPlaneWheelPair.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/wheels.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/wheels.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWheelPair/wheels.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWheelPair/wheels.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/biPlaneWingCenter.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/biPlaneWingCenter.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/biPlaneWingCenter.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/biPlaneWingCenter.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingCenter/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingCenter/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/biPlaneWingMain.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/biPlaneWingMain.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/biPlaneWingMain.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/biPlaneWingMain.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingMain/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/biPlaneWingRound.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/biPlaneWingRound.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/biPlaneWingRound.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/biPlaneWingRound.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingRound/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingRound/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/biPlaneWingShort.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/biPlaneWingShort.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/biPlaneWingShort.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/biPlaneWingShort.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingShort/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingShort/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/biPlaneWingTip.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/biPlaneWingTip.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/biPlaneWingTip.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/biPlaneWingTip.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biPlaneWingTip/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biPlaneWingTip/wing_normal_NRM.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biPlane.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biPlane.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biPlane.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biPlane.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biplaneCockpit.mu b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biplaneCockpit.mu similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biplaneCockpit.mu rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biplaneCockpit.mu diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biplaneControls.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biplaneControls.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/biplaneControls.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/biplaneControls.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/kerbalSkin.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/kerbalSkin.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/kerbalSkin.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/kerbalSkin.dds diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/part.cfg b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/part.cfg similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/part.cfg rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/part.cfg diff --git a/For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/wing_normal_NRM.dds b/Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/wing_normal_NRM.dds similarity index 100% rename from For release/Firespitter/Parts/biPlane/FS_biplaneCockpit/wing_normal_NRM.dds rename to Legacy Parts/Firespitter/Parts/biplane/FS_biplaneCockpit/wing_normal_NRM.dds