Ferram-Aerospace-Research
Ferram-Aerospace-Research copied to clipboard
Aerodynamics model for Kerbal Space Program
After hours of toggling mods on and off, I have found that FAR, for whatever reason, makes my parachutes do nothing when deployed. I do not have RealChute installed and...
If I have FAR installed, I can not get into one of the rocket or plane building buildings. I installled it through CKAN
I've been having FAR trouble with a rocket in RO/RP-1 using Proceedural Wings/Fairings, and its aerophysics. Said rocket houses a small unmanned spaceplane within and a transfer stage intended to...
I was tracking down some performance issues and I noticed that FlightGUI.FixedUpdate seems to run for every vessel in the universe (and it's in FixedUpdate so it can run twice...
When a part experiences an AeroStressFailure, the function "[ApplyAeroStressFailure()](https://github.com/dkavolis/Ferram-Aerospace-Research/blob/c769cbd3d23ec9fd22538c1eb8b57fd2fcd025c6/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs#L581C22-L581C44)" triggers a part decoupeling but dose not trigger the event called "GameEvents.OnPartJointBreak". This causes issues for some cosmetic mods and scripts...
[I made a personal fork of the repository](https://github.com/giuliodondi/Ferram-Aerospace-Research-modded) and made a couple changes to FARWingAerodynamicModel so that a few methods could be overridden by a custom plugin. The rationale for...
The two FAR VesselModules should only be active on loaded vessels. In particular `FlightGUI.FixedUpdate()` was rather expensive with many vessels in flight. In my test save this reduced per frame...
This means adding a dependency for KSPCF though. I tried to preserve the original behavior of code wherever possible but some `PartModule is null` checks got removed. However I don't...
In CKAN, after the game has been launched and quit and CKAN has been restarted, FAR asks to reinstall (missing folders or files). The specific files seem to be: FARForceDataUpdate.cfg...
Also extracted these mod installed checks into a separate class.