Releases: Luuk3333/FFA320Connector-Fork
Releases · Luuk3333/FFA320Connector-Fork
Version 1.1.7
- Added a new config file format
- Added a check mark to the 'Debug logging' menu item
- Added Probe/Window Heat switch to config.cfg
This version introduces a new config file format. In comparison to the format used in the previous versions this format uses multiple lines to add an entry instead of a single line with settings separated by semicolons.
You can convert .cfg files using the old format with the converter 'convert.py'. To convert, place the python file in the same folder as a .cfg file and enter python convert.py
in a Command Prompt, Windows Powershell or Shell.
If you're using Sublime Text you can use the .sublime-syntax
file to enable syntax highlighting for the .cfg files.
Notes:
- The previous config file format is deprecated and will be removed in a future version.
- The macOS version has not been tested.
Version 1.1.6
- Support for Dataref Arrays
- ENGN_running Dataref + N1 Datarefs are synced by default
- Landing Lights Datarefs synced (fix for flashing / cloud illumination)
- Syntax-Error Checking
Version 1.1.5
- MacOS compatible
- Plugin no more tries to read the custom.cfg if the file does not exist
- Reduced Log-Output
Version 1.1.4
- Fix for MacOS filenames / config files not found (Thanks to hw214159 for testing!)
Version 1.1.1
- Fixed a bug that caused a crash if DataRefs were accessed before the aircraft was completely initialized.
- Some minor code changes for MacOS compilation
Version 1.1.0
- The connector now supports a config file called "custom.cfg". Create it and make your custom changes there - That file won't be overwritten on update!
- Conditions for Datarefs added (optional)
- BetterPushback Tug-Driver now gets blinded by Taxi-Lights
Version 1.0.9
- Added around 50 commands again
- The connector is now able to access default datarefs to change connected A320-Objects. (Speedbrakes, Flaps)
Version 1.0.8
- Commands can now access FLOAT values
- Dump-to-log for Commands and Datarefs added (Menu)
- Added many commands again
Version 1.0.7
- Fixed crash when dumping the internal variables to the Log.txt (The problem was that the plugin was trying to fetch information from deleted objects)
- Removed non-required included headers
- Updated objectlist.txt with the latest dump
Version 1.0.6
- Added "Dump Objects to Log.txt" to the Menu: By clicking this, all internal Objects and Parameters, including variable type and value are written to the X-Plane Log.txt. This makes it very easy to find values for your configuration.
- Removed all Debug-Compiler code, Release-Version is current.