Hi, Can someone please guide me as I am not able to use the lua file with multiple functions in FSUIPC. I am unsure if this is even possible to do, basically what I am trying to do is use someone's lua file for the PMDG737 and use certain functions from
Run Microsoft Flight Sim X– launch Microsoft Flight Simulator now, and during the startup process you’ll have to confirm that it’s ok for the program to interface with the FSUIPC add-on. You only have to do this once, and from then on it’ll run automatically each time you start u...
PMDG Aircraft for FSX and P3D do not typically use the normal controls provided by the flight sim. This means that many of the aircraft's switches cannot be assigned to buttons and keys using the list of controls in the FSUIPC dropdown boxes. Assigning a standard control in FSUIPC ...
I am getting the following error in my compiler: Error 2 Argument '1': cannot convert from 'System.Data.DataColumn' to 'System.Windows.Forms.DataObject' D:\Joystick to FSUIPC converter\TestConsoleForm.cs 672 41 UIPC_SDK_CSHARP So.. what kind of 'type" should I use?
One way I found is to put a "dummy" (empty) do while true at the end of the script like this: WIndow Script code here do while true end In the particular case I have, the script above simply opens a window for display that I want another script to be able to use. So I...
Sorry if this is a stupid question, but I recently installed LINDA and now find that it loads automatically when I load P3DV4.5. I use FSUIPC for button actions and prefer to load LINDA manually only if I need it. How do I stop it from loading automatica
3/ Went into FSUIPC and under add-ons/WASM selected to reload and list LVARS, there I saw a value for the number one door in open position (mine was 199) - I use this value to trigger simsounds on my main pc On my separate client PC (which has wideclient and a 2nd instance of...
The solution: If FSUIPC would stop using hard-coded paths, and use the .net function for obtaining the path to special folders (https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.fileio.specialdirectories.mydocuments?view=net-5.0), this would always work as it was ...
This is support for FSUIPC after all... Skip the lvars if you are not familiar with them (although there is plenty of provided documentation on how to use these). Mouse macros are also explained in the FSUIPC documentation. John Brau...
I forgot one important thing: FSUIPC does not assign letters to my GoFlight panels, so I can use only joynumber for GoFlight. Do you know if "joyletter" in your code can be substituted by "joynumber" or smth similar? Thanks,