Releases: net-lisias-kspu/Firespitter
Releases · net-lisias-kspu/Firespitter
7.17.1 (Lisias) for KSP >= 1.3
- Specialised versions for:
- Unit 5
- Unity 2017
- Unity 2019
- Updating changes:
- for Principia (and other mods that relies on
Part.AddForcesAtPosition
) - Better compliance with KSP's PartModule life's cycle.
- for Principia (and other mods that relies on
- Fixes
FSfuelSwitch
idiosyncrasies, allowing it to be used also on Stock Parts (between some other small fixes) - Adds the upstream
FS_BiplaneCockit
using Command Seats as a new part calledFS_BiplaneCockpitCmdSeat
avoiding to lose that beautiful IVA for users willing to stick with it.- Works only on KSP >= 1.5
- Adding KSPe Compatibility services
- Fixed a typo on one Part config
- Fixing some
bulkheadProfile
issues on some parts - Fixing incorrect (by nowadays standards) Category on some engines
- Fixing some small issues on
FS_dropTank
- Removing (now) useless checks for the current vessel on some
PartModule
s- Thanks to josuenos for hinting it!
- Bumping Version to catchup with upstream's
Your Attention Please!
- You need to have Module Manager installed
- You need to have KSPe installed.
Additionally, you need to install two (and only two) of the packages below: Firespitter-<version>.zip
and only one of the Unity
ones, depending of the KSP you are installing it:
- From KSP 1.3 to 1.3.1, install
Firespitter-<version>.Unity5.zip
- From KSP 1.4.0 to 1.7.3, install
Firespitter-<version>.Unity2017.zip
- From KSP 1.8.0 to 1.12.5, install
Firespitter-<version>.Unity2019.zip
See INSTALL for detailed instructions for installing them.
7.13.0.1 (Lisias) for 1.3.1 <= KSP < 1.8.0
- Certified to work down to 1.3.1 ! #hurray!
- Applying upstream fixes
- Duplicated resource fields on FSSwitch.
- Fixes from release 7.12.0.1 not approved yet into upstream's.
Your Attention Please
This release does not work on KSP 1.8 or newer, as it's strongly coupled to Unity 2017 or Unity 5.
7.9.0.2 (Lisias) for 1.4 <= KSP <= 1.6.1
- Certified for KSP from 1.4.0 to 1.6.1
- Fixed a dumb mistake on reading positions for the FS3WL Water Launch System
7.9.0.1 Unofficial
+ Moving PluginData back to <KSP_ROOT> where it belongs
+ Converting some WAV files from ADPCM to PCM, as Unity doesn't support this format.
+ Ressurecting the FSMoveCraftAtLaunch module (and the respective part, fsmovecraftgadget/FS3WL Water Launch System). #hurray :)
+ Dirty hack to prevent Null Pointer Exceptions on FSEngine at craft destroy or recovering.
+ Parts fixed (needs rebalancing however, IMHO):
- FSstrutConnectorWire/FS4SW Biplane wire strut connector (Legacy)
- FSstrutConnectorWood/FS4SD Biplane wooden beam connector(legacy)
- FSdropTank/FS3FD Fuel Drop Tank
+ Temporary hack to allow the plugin to work while I try to solve an issue with custom/missing shaders
7.12.0.1 (Lisias) for 1.4.0 <= KSP < 1.8
- Certified to work up to KSP 1.7.1 with MH and BG
- Applying proposed pull requests to upstream, not approved yet
- Adding missing bulkheadProfiles
- Making firespitter compatible with Principia and other mods that relies on
Part.AddForcesAtPosition
- Using KSPe logging facilities
- Bumping up version to match upstream's
Your Attention Please
This release does not work on KSP 1.8 or newer, as it's strongly coupled to Unity 2017 or Unity 5.