forked from Fragtality/FenixQuartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from brettjenkins/feature-make-work-with-vizix
Changes for VIZIX controller
- Loading branch information
Showing
3 changed files
with
17 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,13 @@ | ||
# PilotsDeck_FNX | ||
This Binary is used read out some (Quartz) Displays of the Fenix A320 and write their Data to FSUIPC Offsets. There PilotsDeck (or any other Application using FSUIPC basically) can pick it up to display it on the StreamDeck.<br/> | ||
To make one Thing directly clear: it is a **HACK**. Literally: It accesses the Process Memory directly (read-only!) to get the Data. It will likely break with the next Update (until I'll managed to find the correct Spots again).<br/>Currently compatible with Fenix Version **1.0.3.128** and MSFS **SU10**.<br/> | ||
# PilotsDeck_VIZIX | ||
|
||
# Installation | ||
Put the Folder/Binary generally anywhere you want, but *don't* use: Any Application's Folder (e.g. MSFS, Fenix, StreamDeck) or any of the User Folders (Documents, Downloads, etc).<br/> | ||
You need at least FSUIPC7 Version **7.3.9** (current is 7.3.10)! Please make sure you install / update the WASM Module (its manifest.json should show 0.9.0).<br/> | ||
This is a fork of the briliant https://github.com/Fragtality/PilotsDeck_FNX with modifications to make it work better with the VIZIX autopilot controller. | ||
|
||
It is designed to be started by FSUIPC - add this to your ini File: | ||
``` | ||
[Programs] | ||
RunIf1=READY,KILL,X:\PATH\YOU\USED\PilotsDeck_FNX2PLD.exe | ||
``` | ||
But you can also start it manually when MSFS/FSUIPC are loaded (Main Menu). | ||
Read their readme for more details but simply: | ||
|
||
# Usage | ||
If you don't start it automatically, make sure to start it after MSFS is in the Main Menu (and FSUIPC7 is running).<br/> | ||
When it is running (started either automatically or manually) just set up your Flight as you normally would. The Tool will wait in the Background until the Fenix becomes active.<br/> | ||
It waits 25 Seconds after the Fenix Executables are loaded before scanning the Memory - just make sure you hit "Ready to Fly" before the Time runs out! Else some Memory Locations can't be found (most often the Com Displays won't work - in that Case stop/start the Executable manually). You can configure the Delay to match your Loading Times / Behaviour.<br/> | ||
Note that this Application has no Window - you have to use Task Manager if you want to see if is running (it should close automatically after MSFS is closed).<br/> | ||
The Memory Scan usually takes under one Second and the time it takes for an Update Cycle is arround 0,3ms on average (on my System). | ||
|
||
# Configuration | ||
You can configure some Parameters in the PilotsDeck_FNX2PLD.dll.config File: | ||
- **offsetBase**: The first (FSUIPC) Offset Address to use (hexadecimal), defaults to 0x5408 | ||
- **updateIntervall**: The time between each Update in Milliseconds, defaults to 50 | ||
- **waitReady**: The time to wait before the User clicked "Ready to Fly" in Seconds, defaults to 25 | ||
1) Make sure you have the latest version of FSUIPC installed | ||
2) Put this .exe say C:\pilotsdeck\ | ||
3) Run it (and FSUIPC) after MSFS has started | ||
4) Load the Fenix A320 - PilotsDeck profile | ||
5) Should magically work! | ||
|
||
I'll try to keep this updated with the base repo, because as this is doing memory reading it's prone to breaking, but it works! |