• Działalność
  • Add-Ons
  • Collections
  • Malowania
    Wszystkie kategorie

    Poznaj pełne spektrum dostępnych malowań

    Nowe wydania

    Odkryj najnowsze dodatki do naszej biblioteki

    Ostatnie aktualizacje

    Sprawdź najnowsze ulepszenia istniejącej zawartości

    Najnowsze wydania

    Zobacz, co jest obecnie popularne w społeczności

    Najlepsze w tym miesiącu

    Dowiedz się, które premiery trafią na listy przebojów w tym miesiącu

    Najczęściej pobierane

    Przeglądaj nasze najpopularniejsze pliki do pobrania

    Nowe kategorie

    Zobacz wszystkie →
    • SA315B - Lama
    • Saab B17
    • Nardi FN-333
  • Scenerie
  • Inne
  • Store
    Najnowsze wydania

    Najnowsze produkty na niebie

    Bestsellery

    Poznaj ulubione strony społeczności

    Rabaty

    Lataj więcej i wydawaj mniej

    Nowe aktualizacje

    Najnowsze aktualizacje

    Intl. Airports

    Poznaj globalne bramy

    Loyalty Rewards Aviators Circle
  • Premium
  • Prośby
    Wnioski o wątki

    Prześlij tutaj swoje niestandardowe projekty barw

    Prośby o scenerię

    Proponowanie nowych scenerii dla rozwoju

    Śledzone żądania

    Śledź postępy wniosków, którymi jesteś zainteresowany

    Ostatnie ukończenia

    Odkryj najnowsze zrealizowane zgłoszenia

  • Zarejestruj się
  • Zaloguj się
  • Home
  • Ostatnie aktualizacje
  • Hot!
  • Rabaty
  • Top Users
  • All
  • Wallpapers
  • X-Plane.to
  • Działalność
  • Add-Ons
  • Collections
  • Malowania
  • Scenerie
  • Inne
  • Store
  • Premium
  • Prośby
  • Zmiana języka

Odkryj

Premium Products Most Downloads Trending Today Flightsim.to Premium FlyByWire A32NX PMDG Boeing 737-800 Airbus A320neo Fenix A320 On Sale Standalone Aircraft

MSFS Touch Portal Plugin

  • Toolkits
  • 5 Znakomita!
  • 7.3K Downloads
  • Jeszcze nie pobrane
  • 1.5.0.0
  • 27 days ago

NOTE about Touch Portal v4:

There are a number of issues with TP v4 which may prevent you from using it effectively for now. My personal recommendation is to wait to update. Please check the various bug report and beta forum rooms at Touch Portal server before deciding.

Overview

This plugin provides tools to build two-way interactive interfaces between Touch Portal macro launcher software and Flight Simulators which use SimConnect, such as Microsoft Flight Simulator 2020 (MSFS) and FS-X. The plugin makes available new Touch Portal Actions, Connectors, States, and Events for creating buttons and pages suitable for virtually any simulated aircraft, component, or system.

Features

  • Connects to local or remote simulators with SimConnect.
  • Allows getting data variables from simulator at regular intervals, such as flight instrument readings, control surface positions, or switch states.
  • Allows triggering any interactive aircraft event via Touch Portal Actions, such as setting switches, adjusting control surfaces, radio frequencies, and so on.
  • Use Touch Portal "Sliders" to control a value within any range, and/or provide visual feedback to simulator variable changes (eg. a throttle slider can both control the sim throttle and show the actual position when the throttle is moved with mouse/joystick/keyboard).
  • Completely configurable to request any variable or trigger any event supported by the connected simulator, including with custom extensions like MobiFlight.
  • Supports simulator system events (such as "flight loaded" or "sim started") as Touch Portal Events.
  • Allows simultaneous usage from multiple networked Touch Portal devices.
  • Optional WASM integration allows even greater expansion, with access to many variable types (including "Local" variables) and events/actions not normally accessible via SimConnect alone.
  • NEW: Includes database of all SimConnect Events and SimVars imported from MSFS online documentation.
  • Integrates live HubHop data for activating thousands of available Input Events provided by the community.


Downloads and Repository

The project is published and maintained at: https://github.com/mpaperno/MSFSTouchPortalPlugin


MSFS TOUCH PORTAL PLUGIN README
LATEST RELEASE DETAILS AND DOWNLOADS
MSFS TOUCH PORTAL PLUGIN DOCUMENTATION WIKI
TOUCH PORTAL GUIDES

Please follow the links above for more information, documentatoin, example pages, and the latest releases.

IF YOU DOWNLOAD FROM HERE: Unzip the file you downloaded here and extract the ".tpp" file inside. Then it can be imported into Touch Portal. Please see the README for further instructions.

The WASimModule zip file (included in the main zip file you download here) is an optoinal WASM module which enables deeper integration of the plugin with the simulator, including many 3rd party aircraft.  To install it, just unzip the file and place the "wasimcommander-module" folder inside your Community folder. The simulator needs to be restarted if already running, after which "WASimCommander" should show up in the game's content manager.

Support and Discussion

Please use the GitHub Issues pages for bug reports and concise feature requests. Use the Discussions pages for general conversation on any related topic like suggestions or support questions.

There is also a Discord support forum on my server, and discussion rooms on my Discord server channel #msfs-general and at Touch Portal's Discord server channel #msfs2020.

 


Copyright (c) 2020 Tim Lewis;
Copyright Maxim Paperno, all rights reserved;
Copyright MSFSTouchPortalPlugin Project Contributors
License: GPLv3.
See repository for license details, copyright, and disclaimer information.

Najnowsze zmiany for 1.5.0.0

v1.5.0.0 Release (1050000) 7-Nov-2023

(These release notes are also available with better formatting on the official releases page:
https://github.com/mpaperno/MSFSTouchPortalPlugin/releases/tag/1.5.0.0 )

## Changes since v1.4.3.3:

### Additions
* Added _experimental_ ability to set and read simulator "Input Events" values, which is a new feature in MSFS SU13. This provides access to aircraft-specific controls which may not be available otherwise.
These events can be seen in MSFS "developer mode" using the "Behaviors" tool window.
They are also referred-to as "B" type variables, and custom variable requests can be set up for them like for other variable types.
* **IMPORTANT NOTES**
* **The SU13 implementation of this is BUGGY!!**
- First off, it **doesn't work at all unless developer mode is enabled in MSFS.**
- **The simulator will crash** if there are any Input Event values being requested/read while switching airplane models. So either don't use that feature for now or make sure to manually
remove any requested 'B' type variables before changing models (including in he main menu/World Map). See new feature below for removing all requests of particular variable type.
* Both issues are supposedly fixed in SU14 (currently in beta), but I have not tested it personally.
* Only the currently loaded model's Input Events exist in the simulator at any given time.
Plugin errors are logged when trying to set or request an input event ('B' var) value which doesn't exist in the current model.
* There may be other changes in SU14 which will modify or break how the whole system works... the current system is rather wonky. So, no guarantees (as usual).
* Added "Set a Selected Airplane Input Event Value" action with a list of the current model's Input Events.
* Added 'B' variable type choice to "Set a Named Variable" and "Request a Named Variable" actions.
* Added ""Update Airplane Input Events List" and "Re-Submit Input Event Value Requests" choices in the "Connect & Update" action.
* Added ability in the "Clear Variable Definitions" action to remove variable requests by the file they were loaded from and by the type of variable.

### Changes
* Setting ('L') type variables with a specific Unit type is now (again) handled by WASimModule (when available) for greater efficiency.
* 'L' vars are created on the simulator if they don't already exist, using the specified Unit type (if any), which mimics SimConnect behavior.
* The "Create Local Variable" option has been removed from the "Set a Named Variable" action.
* For Touch Portal v4:
* The plugin will now show up in the "Games" category instead of "Misc."
* Descriptions of each setting are now available in TP's "Plug-in Settings" dialog by hovering over the question mark icons.
* Updated to use .NET 7 runtime environment (.NET 6 for FSX version) and dependencies (up from .NET 5). All required components are included in the distribution as before.

### Fixes
* Fixed "Plug-in performance issue detected" Touch Portal v4 warning message. ([#63](https://github.com/mpaperno/MSFSTouchPortalPlugin/issues/63))
* Fixed that very long lists (thousands) of currently loaded Airplane Local variables were sometimes incomplete in the corresponding "Set" and "Request" actions.
* Fixed a possible plugin crash when list of Local variables was being updated multiple times in quick succession. Also prevents the list from being updated unnecessarily.
* Fixed possible simulator hang when exiting to desktop while plugin is still connected and using WASimModule (sim had to be terminated from task manager). This seems to have been new behavior since SU13.

### Related
* The user-interface part of my WASimCommander project, [WASimUI](https://github.com/mpaperno/WASimCommander/tree/next#desktop-gui), now supports importing and exporting custom variable requests in the plugin's format.
That includes a new interface for editing plugin-specific information like category, state ID, name, default value, and formatting.
It can be downloaded at that project's [Releases](https://github.com/mpaperno/WASimCommander/releases/tag/1.2.0.0) page.

7,338 Downloads 11 July 2022
Link copied
  • Wszystkie komentarze
  • Recenzje
  • Threads
  • Galeria użytkowników

Reviews

I am not a programmer as such. However, I appreciate the time and effort you have put in to making the excellent plug-in. We need to support people like you much more. It is your willingness to create things like this that makes the experience of MSFS so much better. Thank you.

10 months ago

Killamarshian

Nice update (1.3)! Thank you.

10 months ago

Condor7777

Great work just got Touch portal Yesterday and in 5 mins was creating pages, fantastic for MSFS but also for any shortcuts many thanks

12 months ago

MrScuba1959

Fantastic work! This plug-in enables some really useful creations in Touch Portal, thank you for all the effort put in to this. Also confirming it works in SU11 for me.

1 years ago

Flak

Hi wdgmax,

Thanks for this plugin, it really adds tons to the sim...

Just an observation/clarification/request;

Version number:

Here it says:

  • 1.1.0-rc2

Once installed in Touch Portal it says:

  • 1010005

Can you make these consistent so there is no question for the user...

Thanks again.

1 years ago

lawlegge

So much money spent on hardware and so many hours spent building switch boxes etc.

Stream Deck is great at almost AUD$400.00 but Touch Portal on my Android Tablet at just AUD$23.50 is just so unbelievable.

Thanks so much for the fantastic plugin!

1 years ago

OzzyKym

Good work ! I will test, I will come back to give you information

1 years ago

TAPAULO

Comments

Outstanding work, adds to immersion.

3 months ago

FSNAV.Author

I do nnot find the screen withe the trotlles...What that i do wrong?

4 months ago

Hi, there are no pages included with the plugin itself, you must make or download/install them separately. I never actually got around to publishing the page in that video. But another user here made something similar from another page I published for another plugin: https://flightsim.to/file/38692/touch-portal-page-for-beech-b35-b33 (I have not tried this page myself, YMMV.) The original page I had published is from here: https://github.com/mpaperno/TJoy/tree/main/assets I've removed the "trailer" video from this listing to avoid further confusion. When I originally attached the video to this listing it was just another piece of media, like an image, but at some point flightsim.to decided to relabel that to "trailer" which it is not. Now I don't see any other way to attach videos to a listing. Cheers, -Max

4 months ago

max.paperno

Deltaflight84

I found an issue with the FBW A320 pages on here. When I looked at the engine status there were lots of errors. Further investigation found the 1.4 plugin doesn't find all the FWB variables. The answer is to use this https://github.com/mpaperno/MSFSTouchPortalPlugin/releases/download/1.3.2.0/MSFS-TouchPortal-Plugin-1.3.2.0.tpp.

The newer plugin isn't seeing all the FBW variables. I loaded this into touch portal and all works fine.
Now when I use the states editor I can now see all the missing variables.

4 months ago

Issue is being tracked here: https://github.com/mpaperno/MSFSTouchPortalPlugin/issues/57 As far as I know, all other L vars have worked since the plugin v1.4 release, so the issue is something specific. The plugin doesn't do anything special for any particular model's variables. I need a list of which actual variables are affected, and relevant log files showing the actual errors in v1.4.

4 months ago

max.paperno

1 More Odpowiedzi

SilverSurfer58

Can you use this with/for a FMC or the MCDU for jets??

7 months ago

Hi, any button or function in the sim which has a remote way to control it can be used with this plugin. Depending on the airplane model, this may include the computer keyboards or not. Getting the computers' displays themselves into Touch Portal is considerably more difficult (there is no sim API for that) and to date I haven't seen a practical solution to this issue.

HTH,

-Max

6 months ago

max.paperno

1 More Odpowiedzi

coull

Komentarz został usunięty z powodu naruszenia zasad.

9 months ago

il mio era un appunto la tua una risposta ignorante forse ti pagano se compriamo il programma?

9 months ago

Franco3

Franco3

I am not a programmer as such. However, I appreciate the time and effort you have put in to making the excellent plug-in. We need to support people like you much more. It is your willingness to create things like this that makes the experience of MSFS so much better. Thank you.

10 months ago

Killamarshian

Nice update (1.3)! Thank you.

10 months ago

Condor7777

Does anybody know how to get touch portal work with MSFS20202?

I use stream deck xl and it is rellay easy to use but this touch portal did not work at all even following instructions from different sources.

The only page that ever worked was the touch portal page to go to help topics...

Thanks for any answer.

11 months ago

Hello,

Sorry to hear you are having trouble.

There are literally thousands of people using this plugin with TP and MSFS2020. The downloads here are only half the story.

I recommend not following advice from "various sources" and use the published documentation, both for Touch Portal in general and this plugin (links are in the main description).

If you are still having issues after carefully reviewing the setup procedures (remember TP Pro is required), please feel free to reach out on the Discord channel, where there is help available in various languages for both Touch Portal in general and this plugin specifically. https://discord.gg/q3ugbG73

Best regards,

-Max

11 months ago

max.paperno

3 More Odpowiedzi

TGS

Will this work with Fenix?

12 months ago

This plugin is independent of any particular model. So yes, it will work. WASimModule is required for most integrations with 3rd party aircraft.

Check out the available Fenix pages by searching this site for "Touch Portal".

12 months ago

max.paperno

prettylights808

Great work just got Touch portal Yesterday and in 5 mins was creating pages, fantastic for MSFS but also for any shortcuts many thanks

12 months ago

MrScuba1959

Fantastic work! This plug-in enables some really useful creations in Touch Portal, thank you for all the effort put in to this. Also confirming it works in SU11 for me.

1 years ago

Flak

Did anyone get the new A310 working with the common set ups (that worked well with the FBW320)? Or do I need the WASim Module? Thanks

1 years ago

It looks like I have now also problems with some buttons in the FBW... cannot control flaps, arm spoilers, adjust autobrake ... anymore. but lights switches are working.

1 years ago

catplane

catplane

sembra utile se capissi come si fa a farlo funzionare attraverso il suo programma. un video tutorial no?

1 years ago

If you're asking about a video tutorial on this plugin, you can find a couple listed in the project's README: https://github.com/mpaperno/MSFSTouchPortalPlugin/blob/next/README.md#installation-guides

Plenty of work for me already maintaining, improving, and documenting this plugin on my own. Tutorials (like any other documentation) need constant updates to stay relevant. Any and all content contributions are always welcome!

Cheers,

-Max

1 years ago

max.paperno

Franco3

Hi wdgmax,

Thanks for this plugin, it really adds tons to the sim...

Just an observation/clarification/request;

Version number:

Here it says:

  • 1.1.0-rc2

Once installed in Touch Portal it says:

  • 1010005

Can you make these consistent so there is no question for the user...

Thanks again.

1 years ago

Hi, and thanks!

And you're right about the version number of course... the problem on flightsim.to is that the version length is limited to only a few characters... so for example "1.1.0.3-beta3" is too long. It would work with eg. "1.1.0.5-rc2" but then that's also inconsistent. It also works with eg. "1.1.0.3-b3" but then is it "beta" or "build" (and I'm not sure what happens if I need a double digit in there too). :-)

On the Touch Portal side, it only allows integer values for the version number, so no "beta" qualifiers and such are possible.

Hopefully having the full number in the file name helps clarify things, but granted it's not ideal.

Cheers,

-Max

1 years ago

max.paperno

lawlegge

So much money spent on hardware and so many hours spent building switch boxes etc.

Stream Deck is great at almost AUD$400.00 but Touch Portal on my Android Tablet at just AUD$23.50 is just so unbelievable.

Thanks so much for the fantastic plugin!

1 years ago

OzzyKym


  • 1
  • 2
image
image
image
image
image

Welcome to Threads

Comments can sometimes become overwhelming and scattered. With Threads, we provide a seamless and structured environment that allows you to engage in meaningful conversations.

max.paperno

4.5K Karma
3 Uploads 7.9K Total Downloads 27 Followers
Changelog
  • Update - 1.5.0.0

    November 08, 2023
  • Update - 1.4.3.3

    September 03, 2023
  • Update - 1.4.2.0

    August 05, 2023
  • Update - 1.4.1.0

    April 15, 2023
  • Update - 1.4.0.0

    April 15, 2023
  • Update - 1.3.2.0

    March 09, 2023
  • Update - 1.3.1.0

    February 05, 2023
  • Update - 1.2.0.0

    November 02, 2022
  • Wstępne wydanie pliku

    July 11, 2022
Wsparcie

Freeware jest fajny, ale nie należy brać go za pewnik. Okaż swoje wsparcie twórcy tego dodatku. Twoja darowizna na wsparcie twórcy jest mile widziana!

Odpowiedzi
Loading...
Modify your Comment
Reply
Report Comment
Please be specific about the exact violation of law that warrants removal of this comment.
Co chcesz zgłosić?

Zgodnie z prawem tylko osoba lub podmiot, którego dzieło chronione prawem autorskim zostało skradzione, jest uprawniona do złożenia wniosku o ochronę praw autorskich. Prawo zabrania nam rozpatrywania wniosków osób trzecich, jeśli użytkownik nie jest właścicielem, przedstawicielem prawnym lub posiadaczem praw autorskich do danej treści. Dlatego prosimy o kontakt z prawowitym autorem treści i poinformowanie go o tej sprawie. Tylko on może złożyć skargę DMCA.

We kindly ask you to understand that we cannot process copyright requests through this form, as we are required to receive such correspondence in the form of a formal complaint to comply with the Digital Millennium Copyright Act. Please familiarize yourself with the DMCA procedure and send us your notification to the address below. Please note that incomplete or invalid complaints will not be processed.


[email protected]

In accordance with our policy, we respond to notifications of alleged copyright infringement that comply with the Digital Millennium Copyright Act on the U.S. Copyright Office website and other applicable intellectual property laws. Our response may include blocking access to or removing allegedly infringing material and/or terminating accounts. If we remove or disable access to material as a result of such a notification, we may notify the owner or administrator of the affected content to provide a counter-notification.

Version Information
Image Upload
Proszę, najpierw kliknij tutaj, aby się zalogować.
  • O Flightsim.to
  • Baza wiedzy
  • Obsługa klienta
  • Informacje prawne
  • Status
  • Creators Program
  • Aviators Circle
  • RSS
  • Changelog
  • Zmiana zgody
  • Polityka prywatności
  • Warunki korzystania z usług
  • DMCA

Współpraca z wiodącymi w branży firmami

FSNews Flybywire Parallel 42 FSMagazin Flight Simulation Association

2023 © Flightsim.to | Wszelkie prawa zastrzeżone.
Nie jesteśmy w żaden sposób powiązani z Microsoft, Asobo ani Flight Simulator.

Witaj z powrotem!

Zaloguj się na swoje konto poniżej lub utwórz darmowe konto w zaledwie kilka sekund.

    Nie pamiętasz hasła?
Utwórz bezpłatne konto
Zmiana języka
Bieżące ustawienie języka to Polskie. Za chwilę zmienisz swój domyślny język.