Compare commits

..

2 commits

Author SHA1 Message Date
ad48d45408
Update README
Signed-off-by: Sander Datema <mail@sanderdatema.nl>
2023-08-01 22:27:20 +02:00
af68c928f4
Add installation guide
Signed-off-by: Sander Datema <mail@sanderdatema.nl>
2023-08-01 22:23:06 +02:00
14 changed files with 54 additions and 12 deletions

BIN
Installation.pdf Normal file

Binary file not shown.

View file

@ -1,14 +1,55 @@
# Installation
## Stream Deck profile
The Stream Deck profiles are in the `Stream Deck` folder.
For the Stream Deck XL double click on `A319 Flight Deck XL.streamDeckProfile`
For the Stream Deck Plus double click on `A319 Flight Deck XL.streamDeckProfile`
# Buy and download the X-KeyPad plugin
Step one is to buy and download X-KeyPad from, for example, the X-Plane.org store.
![[docs/images/x-plane-org-buy-xkeypad.png]]
![[docs/images/x-plane-org-download-xkeypad.png]]
# Download the A319 profile
Next, download the A310 Stream Deck profile from the files section of the X-Plane.org forum.
![[docs/images/x-plane-org-download-a319-profile.png]]
## X-KeyPad profile
The X-KeyPad profiles are in the `X-KeyPad` folder.
Move both `X-KeyPad-SD_a319.json` and `X-KeyPad-SD_a319_StdDef.json` to `<your_x-plane_folder>/Aircraft/<toliss_a319_folder>`.
# Unzip files and install plugin in the X-Plane folder
Once you have downloaded X-KeyPad from the store, you'll have a ZIP file. Extract it.
![[docs/images/finder-xkeypad.png]]
Go to your X-Plane location. If you have the Steam version, right click on X-Plane, select *Properties* and then go to *Installed Files*. Then click *Browse...*. That's your X-Plane folder when using Steam.
![[docs/images/steam-properties-xplane-11.png]]
![[docs/images/steam-x-plane11-installed-files.png]]If you downloaded X-Plane directly from X-Plane.com, I assume you know where you installed it.
### Instructions for A320 and A321
You have two options:
- Rename the files (i.e. `a320` instead of `a319`)
- Or: import the profile from the X-KeyPad plugin (TODO: write better instructions. :))
In the X-Plane folder go to `Resources` and then `plugins`. Put the X-KeyPad folder you extracted in the previous step here.
![[docs/images/finder-x-plane-11-plugins.png]]
# Quarantine on Mac
The next step can be ignored on Windows, but is important on the Mac. By default downloaded software will be quarantined by your Mac. To fix this, open the Terminal app (in your Applications folder under Utilities) and type this command:
`sudo xattr -r -d com.apple.quarantine <your X-Plane folder>`
Replace `<your X-Plane folder>` with, well, your X-Plane folder.
# Install Stream Deck plugin
In the X-KeyPad plugin folder there's an `SD-plugin` folder. In it is the Stream Deck plugin that allows X-KeyPad to talk with your Stream Decks. Just double click it and it will be installed.
![[docs/images/finder-xkeypad-sd-plugin.png]]
# Start X-Plane and the ToLiss A319
Now start X-Plane, doesn't matter if it's version 11 or 12. In this tutorial I'll use X-Plane 12. Load the ToLiss A319 on any airport you like.
In the aircraft folder, X-KeyPad will create a configuration file for the Stream Deck. It'll be empty by default.
Now go to the menu and then `X-KeyPad` > `Stream Deck Configuration Editor`
![[docs/images/SCR-20230801-tbic.png]]
The the window that appears is where X-KeyPad profiles are made. But you can also import them. There are two ways:
*Append*: import a file, completely overwriting any existing keys
*Selected append*: only import selected items from a file
Assuming this is your first install, we'll choose *Append*.
![[docs/images/SCR-20230801-tavn.png]]
By default X-KeyPad will scan your X-Plane folder for profiles, so you'll need to make sure the `json` files from the file you downloaded are somewhere in your X-Plane folder. It doesn't matter where, X-KeyPad will find them. You can type in another path (in the *Root path* field), by the way.
Now select one of those files in the File Selector. Either `X-KeyPad-SD_a319_StdDef.json` or `X-KeyPad-SD_a319.json`, it doesn't matter, they're the same.
![[docs/images/SCR-20230801-tgig-2.png]]
In this example the file was in the Aircraft folder already.
# Install the Stream Deck profile
There are two Stream Deck profiles in my ZIP file. One for the Stream Deck XL and one for the Stream Deck Plus. Double click on the ones that you have.
If you have a smaller Stream Deck, you'll need to try out what works for you. You can always add X-KeyPad keys by hand and then get the function names from the X-KeyPad configuration screen.
# Have fun
You're done now. You don't have to edit anything in any of the profiles, unless you want to.
sander@passengerflying.com
August 1, 2023

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -5,4 +5,5 @@ mkdir -p "release/$TARGET"
cp -R ./Stream\ Deck "release/$TARGET/"
cp -R ./X-KeyPad "release/$TARGET/"
cp ./README.md "release/$TARGET/"
cp ./Installation.pdf "release/$TARGET/"
7z a -tzip "release/$TARGET.zip" "./release/$TARGET/*"