Hi all, after waiting for a bit too long for the flight assist switching On all the time when exisiting super-cruise, see:
https://forums.frontier.co.uk/showthread.php/412449-Did-they-forgett-to-fix-FA-OFF-in-this-patch
https://forums.frontier.co.uk/showthread.php/410321-Flight-Assist-switching
I've decided to copy/paste some code from here and there and leverage the Status.json file to automatically reset the flight assistant to Off whenever possible.
The source code is here:
https://github.com/ilo/AssistOff
If you need the binary I built it as part of the project:
https://github.com/ilo/AssistOff/tree/master/AssistOff/bin/Release
The setup is easy, just make sure one of the Flight Assist toggle bindings is the 'h' key:
Next, run the program specifying the location of the status.json folder as its unique argument:
The program will check every time the status.json file is modified and disable Flight Assist if it is enabled under certain circumstances:
- landing gear is not released.
- player is not in the SRV.
Should work with the SLF as well. If you need to enable FA temporarely and don't want the program to disable it, either lower the landing gear or stop the program.
Cheers!
Notes: will it be upgraded or improved? I hope not, I do expect FD fixing this anytime soon so I didn't want to put enough effort into it for reading config files etc..
https://forums.frontier.co.uk/showthread.php/412449-Did-they-forgett-to-fix-FA-OFF-in-this-patch
https://forums.frontier.co.uk/showthread.php/410321-Flight-Assist-switching
I've decided to copy/paste some code from here and there and leverage the Status.json file to automatically reset the flight assistant to Off whenever possible.
The source code is here:
https://github.com/ilo/AssistOff
If you need the binary I built it as part of the project:
https://github.com/ilo/AssistOff/tree/master/AssistOff/bin/Release
The setup is easy, just make sure one of the Flight Assist toggle bindings is the 'h' key:

Next, run the program specifying the location of the status.json folder as its unique argument:

The program will check every time the status.json file is modified and disable Flight Assist if it is enabled under certain circumstances:
- landing gear is not released.
- player is not in the SRV.
Should work with the SLF as well. If you need to enable FA temporarely and don't want the program to disable it, either lower the landing gear or stop the program.
Cheers!
Notes: will it be upgraded or improved? I hope not, I do expect FD fixing this anytime soon so I didn't want to put enough effort into it for reading config files etc..