diff --git a/.vs/Firespitter/v15/Server/sqlite3/storage.ide b/.vs/Firespitter/v15/Server/sqlite3/storage.ide index e0e46c05..45a8c4f1 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/Biplane_01_WHITE.png b/For release/Firespitter/Assets/Biplane_01_WHITE.png new file mode 100644 index 00000000..84c00f47 Binary files /dev/null and b/For release/Firespitter/Assets/Biplane_01_WHITE.png differ diff --git a/For release/Firespitter/Assets/FS_BiplaneCockpit.mu b/For release/Firespitter/Assets/FS_BiplaneCockpit.mu index 26646375..e8737b20 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..3ff94cf1 --- /dev/null +++ b/For release/Firespitter/CHANGELOG.txt @@ -0,0 +1,4 @@ +1.4.0 - 2020.09.26 +------------------ +KSP 1.10 Compatibility +Converted Biplane cockpit into a crewed command seat \ No newline at end of file diff --git a/For release/Firespitter/Firespitter.version b/For release/Firespitter/Firespitter.version index c094ab6e..840abe9e 100644 --- a/For release/Firespitter/Firespitter.version +++ b/For release/Firespitter/Firespitter.version @@ -3,7 +3,7 @@ "URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version", "VERSION": { "MAJOR": 7, - "MINOR": 15, + "MINOR": 16, "PATCH": 0 }, "KSP_VERSION":{ @@ -18,7 +18,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":8, + "MINOR":10, "PATCH":9 } } diff --git a/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg b/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg index 40fb3020..73ad14b5 100644 --- a/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg +++ b/For release/Firespitter/Parts/FS_BiplaneCockpit.cfg @@ -49,12 +49,15 @@ vesselType = Ship // --- internal setup --- CrewCapacity = 1 -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 +93,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..de517397 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..0dcfbfaa 100644 Binary files a/For release/Firespitter/Plugins/Firespitter.pdb and b/For release/Firespitter/Plugins/Firespitter.pdb differ