
danewatson
Members-
Posts
84 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by danewatson
-
Thank you - I am about to try it out, will reply again later
-
Is this version of FSUIPC able to access and control the various devices in MSFS2024 - like throttle quadrants, keyboard, etc.? I have two Saitek Throttle Quadrants (for twins) and have found that 2024 absolutely has a problem seperating them as one is treated like the other (they become clones of each other)
-
FSUIPC7 Ver 7.4.14 installed but still shows as Ver 7.4.13
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Thank you John, clearing the browser cache fixed the issue. -
FSUIPC7 Ver 7.4.14 installed but still shows as Ver 7.4.13
danewatson posted a topic in FSUIPC7 MSFS
Strange updated to 7.4.14 but still says 7.4.13 and that 7.4.14 is available. -
FSUIPC7 version 7.4.13 is no longer loading with MSFS as it always used to do. I now have to start it manually
-
Thank you John. I will try to explain a bit better, actually when I load MSFS I always use the FSUIPC7 .bat file that you provide named MSFS. Prior to this last FSUIPC7 update I never had an issue, but now when MSFS loads as well as FSUIPC7, when I go to use some keyboard commands for my Lua script nothing works. So I always have to exit FSUIPC7 and restart it - then everything is perfect. Attached are my ini and lua files FSUIPC7.ini NpCforMSFS2020.lua
-
Since this version I have noticed a problem I did not have before. I have been using the same Lua file for a very long time to control radios, etc. and I notice that if I change planes by going back to MSFS World Map and load up a different plane FSUIPC7 looses connection to MSFS and my Lua script does not function, so I exit FSUIPC7 and reload it and all is OK.
-
Thank you John, I thought FSUIPC7 handled that but wasn't sure where to check. Thanks again.
-
I am just curious whether FSUIPC is able to track events and values, and report them, as you click on a button or switch?
-
Thank you John...
-
Is there a FSUIPC7 document that lists out all the available MSFS2020 Events (actions)? I am trying to map some keys in the Elgato Stream Deck to activate certain MSFS2020 action buttons
-
In MSFS2020 I have the Up and Down Elevator Trim bound to a button A1/A2 on my Saitek Yoke. It all works very well but I was wondering if there is a setting (Parameter?) that would allow me to speed up the response of the trim wheel?
-
Thank you Pete
-
You are absolutely correct, thank you... See my reply to John...
-
Thank you Milan for offering your help - yes I do use VoiceMeeter Banana for my sound control and then when recording a video it is linked to OBS. I have found the source of my issue - see my response to John...
-
John, after much searching through my system I have found the source of the sound file triggering the applause of clapping, but I don't understand why all of a sudden this is happening. The sound file is coming from an addon for P3D. I installed this addon in 2019 when I was using P3D but have not flown P3D since MSFS was launched. The file addon is Landing Rate Monitor (LRM.exe). I have turned the source off by renaming it and now I do not get the clapping. The big question is why or how is it being triggered by FSUIPC7? EDIT: I decided to uninstall LRM as I no longer use or need it.
-
John - I stand to be corrected. ver. 7.0.5 also causes the applause sound. However, when I start MSFS without FSUIPC7 (by renaming the FSUIPC7.exe file) the sound file does not get activated. That's why I originally thought it had something to do with FSUIPC7 - but I certainly could be wrong. I will try to search through sound files in my system - this could be a huge job, but will give it a go.
-
Thanks John, sorry for my delay, I was away. As I said when I install ver. 7.0.5 I do not get this applause sound file. Attached are my ini and log files. FSUIPC7.ini FSUIPC7.log
-
This may sound strange - but recently over the past week when I load MSFS and as it gets to the World Map window there is applause of clapping, also upon touchdown at landing. It has taken me a couple days and the process of elimination to discover that FSUIPC7 ver.7.0.8 is activating this. My previous version was 7.0.5 (maybe I missed those between 7.0.5 and 7.0.8) and maybe there is documentation about this which I have missed. Please confirm to me is this is correct and if so can it be controlled? Regards, Dane EDIT - to add a very short video of the applause sound file... Applause of loud clapping.mp4
-
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Roland - I agree, I have verified this as well. However I do not know how to check if MSFS is starting with or without Admin rights. But I have found that if I uncheck FSUIPC7.exe "Run this program as administrator" then it auto starts as it should. The minute I run as administrator it will not startup. -
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Greetings John and Rick, Thanks John for trying to help me with this, but it is still not working. Thanks Rick for explaining how you created your EXE.xml files - I just know that the only way I can get MSFS and FSUIPC7 started through the MSFS.bat file is by doing it the older (previous) way - that is to say, by removing the commented out commands as you see here... :: wait for MSFS to start (2mins) timeout /t %delay% /nobreak > NUL :: start FSUIPC7 start "" "C:\FSUIPC7\FSUIPC7.exe" II have no clue how an xml file works but I do know that for my system this one does not work - I may have something that is a problem???? -
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Greetings John, I notice in the example EXE.xml files from Rick S that his EXE.xml file structure/coding is different - here is a copy/paste of his first few lines... Rick's EXE.xml xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="Simconnect" version="1,0"> <Descr>Launch</Descr> <Filename>EXE.xml</Filename> <Disabled>False</Disabled> <Launch.Addon> <Name>FSUIPC7</Name> <Disabled>False</Disabled> <Path>D:\FSUIPC7\FSUIPC7.exe</Path> <CommandLine></CommandLine> This is my EXE.xml <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="Launch" version="1,0"><Descr>Launch</Descr><Filename>EXE.xml</Filename><Disabled>False</Disabled><Launch.ManualLoad>False</Launch.ManualLoad><Launch.Addon><Disabled>False</Disabled><ManualLoad>False</ManualLoad><Name>FSUIPC7</Name><Path>C:\FSUIPC7\FSUIPC7.exe</Path><CommandLine>-auto</CommandLine><NewConsole>False</NewConsole></Launch.Addon></SimBase.Document> I am attaching my EXE.xml file again for you to review. Also as Rick stated, he found that the FSUIPC7 file should only be one level deep, as is mine (C:\FSUIP7\FSUIPC7.exe) EXE.xml -
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
John, I followed your directions - but I am afraid it did not help. I then deleted the EXE and I re-installed FSUIPC7 - but that also did not help. So I went back to the MSFS bat file and removed the commented-out two lines as shown here and FSUIPC7 starts-up along with MSFS --- :: wait for MSFS to start (2mins) timeout /t %delay% /nobreak > NUL :: start FSUIPC7 start "" "C:\FSUIPC7\FSUIPC7.exe" I am OK with that as long as you are as well? Dane -
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Here you are John, my EXE.xml file. Dane exe.xml -
Ver. 7.0.5 - FSUIPC7 is not starting through the batch file.
danewatson replied to danewatson's topic in FSUIPC7 MSFS
Sorry about the duplicated attachments - my fault. Dane