Skip to content

Commit

Permalink
Update C# Client / Bugfix for DataRef not Updating / Update to Fenix …
Browse files Browse the repository at this point in the history
…Integration
  • Loading branch information
Fragtality committed Sep 27, 2022
1 parent 66244bb commit 47f5ac7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Integrations/Fenix A320/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Mix and match as you like :relaxed:<br/>


# Installation
- Tested with Fenix 1.0.3.125 (21.09.22)
- Update to at least PilotsDeck 0.7.3!
- Tested with Fenix 1.0.3.128 (25.09.22)
- Update to at least PilotsDeck 0.7.4!
- Uses the Fonts *"Digital 7"* and *"Alte Din 1451 Mittelschrift"* - you can find them freely on the Internet
- Just double-click on the Profiles you want to use to add them to your StreamDeck Software
- Place the Lua-Files in your FSUIPC7 Folder (the Folder where your FSUIPC7.ini is located)
Expand Down
Binary file modified PilotsDeck-latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion PilotsDeck/FSUIPC/IPCManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private bool ConnectFSUIPC()
//WASM.Init(System.Diagnostics.Process.GetCurrentProcess().MainWindowHandle);
WASM.Init();
WASM.LVARUpdateFrequency = 0;
WASM.LogLevel = LOGLEVEL.LOG_LEVEL_DEBUG;
WASM.LogLevel = LOGLEVEL.LOG_LEVEL_INFO;

WASM.Start();
if (WASM.IsRunning)
Expand Down
4 changes: 2 additions & 2 deletions PilotsDeck/PilotsDeck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>disable</Nullable>
<ApplicationIcon>PluginIcon.ico</ApplicationIcon>
<PlatformTarget>x64</PlatformTarget>
<Version>0.7.3.0</Version>
<Version>0.7.4.0</Version>
<Authors>Fragtality</Authors>
<Description>Directly control your FlightSim from your StreamDeck via FSUIPC!</Description>
<Copyright>Copyright © 2022</Copyright>
Expand Down Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSUIPCClientDLL" Version="3.2.21-beta" />
<PackageReference Include="FSUIPCClientDLL" Version="3.2.21" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion PilotsDeck/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"Name": "PilotsDeck",
"Icon": "Images/category/PluginIcon",
"URL": "https://github.com/Fragtality/PilotsDeck",
"Version": "0.7.3",
"Version": "0.7.4",
"SDKVersion": 2,
"Profiles": [
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Sims and their FSUIPC Version/Variant are:
- XPUIPC/WebSocket - **X-Plane 12 & 11** (and probably older)<br/><br/>
If you let me know what works and which Features work in which Sim (other than P3D v5, MSFS2020, X-Plane 12/11), I'll add it to the Readme! :wink:<br/>
:grey_exclamation: Please mind that the Action Types Script, Macro, Lvar and vJoy can only work with a registered Version of FSUIPC! The Plugin can only do what your \*UIPC Installation supports, so a registered Version of FSUIPC is highly recommended (but not neccessary)!<br/>
:grey_exclamation: For MSFS2020 SU10 you will need at least Version 7.3.9 installed, with the "WASM/WAPI" Module also installed and activated.
:grey_exclamation: For MSFS2020 SU10 you will need at least Version 7.3.9 installed, with the "WASM/WAPI" Module also installed and activated (Version 0.9.0).
<br/><br/>
## Plugin Installation
It is not (yet) distributed in the StreamDeck Store, so it is a manual Installation for now.<br/>
Expand Down

0 comments on commit 47f5ac7

Please sign in to comment.