Jump to content
The simFlight Network Forums

danewatson

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by danewatson

  1. 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
  2. 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.
  3. Thank you John, I thought FSUIPC7 handled that but wasn't sure where to check. Thanks again.
  4. I am just curious whether FSUIPC is able to track events and values, and report them, as you click on a button or switch?
  5. 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
  6. 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?
  7. You are absolutely correct, thank you... See my reply to John...
  8. 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...
  9. 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.
  10. 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.
  11. 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
  12. 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
  13. 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.
  14. 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????
  15. 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
  16. 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
  17. Sorry about the duplicated attachments - my fault. Dane
  18. John I found the issue - I had to change two lines in the bat file - see two attached...
  19. Thanks John I have in fact re-installed it three times now and yes the Auto Start Component is checked - see attached. Also attached is my Install Log. Regards, Dane InstallFSUIPC7.log
  20. With ver. 7.0.4 the batch file always started both MSFS as well as FSUIPC7 but now it only starts MSFS. I then have to manually start FSUIPC7 (which is not a big deal), just wanted to let you know this. Regards, Dane
  21. Thank you so much John and Al. I will attempt to try this out. Will let you know how I make out. Dane
  22. Is there anyway to use a keyboard NumPad entry to enter a course setting in an OBS or Heading Bug? In my P3D with FSUIPC I had lua scripts to accomplish this and just wondered if this is possible in MSFS with FSUIPC 7.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.