Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,216
  • Joined

  • Last visited

  • Days Won

    270

Everything posted by John Dowson

  1. I'm closing this topic as its under investigation already under this topic: John
  2. Ok Hans, let me know how it goes. John
  3. That's good for you! Unfortunately here in rural Galicia, my connection is via R/F (line-of-sight) delivery. I occasionally get my speed doubled or improved, but I still have a max of 20MBps, but more usually around the 10-15Mbps mark... I also gave permission for an internet provider to lay a fiber cable over my property back in January, but am still waiting for this to become active so I can use that instead - should improve things a lot once available! 100Mbps for me is a dream! John
  4. I believe this is a general problem. You really need to play around with the settings (for each aircraft) until you find something that feels right for you. Many people have found that extending the axis range in your FSUIPC7.ini helps with this (maybe combined with a slope) but this also will restrict full movement of your axis. As an example, if you have your rudder calibration as something like: Rudder=-16384,-512,534,15648 then changing this to: Rudder=-32384,-512,7534,32648 will reduce (half) the rudder sensitivity, but will also mean that you can only get a maximum of 50% deflection. Maybe try that, but start with something lower, such as: Rudder=-25000,-512,512,25000 and go from there, until you get the sensitivity you require. I suggest you only do this in profile assignments though, as the sensitivity seems to vary from aircraft to aircraft. But the axis range/values have the same effect on the aircraft, if assigned in FSUIPC or in MSFS. FSUIPC just gives you various mechanisms to calibrate this value (from your joystick) before its sent to the FS. Once FS receives these values (either internally or via FSUIPC). the result is the same. John PS. This is by manually editing your FSUIPC7.ini, if that wasn't clear.
  5. Are you saying that your add-on aircraft works ok with default MSFS assignments, but when you run FSUIPC7 these no longer work? Did you make any assignments to this aircraft in FSUIPC, or have any general assignments that should apply? Can you attach your FSUIPC7.ini, and an FSUIPC7.log file generated with your add-on plane loaded and you try to operate. John
  6. Ok, I'll take a look. But I see you have also started a new topic: Presume this is the same issue, no? Why are you posting multiple times for the same issue? Can I delete that post? Later: I've closed/locked the other support request you have raised and will respond here once I've investigated.
  7. Hi John, ok, and thanks for reporting back. However, I believe there is still a known issue with the flight plan location,, but when using one of the pre-defined activities or missions, when the flight plan is given as a relative folder where the root cannot be determined. Just FYI. John
  8. No, or at least not at the moment, as it may be these events causing the difference in increment values, as with the APU Start in the support request that Pete referenced. I'll look into this (when time permits) and get back to you. I've been without internet most of the day so have a bit of a backlog, so will probably take me a day or two to get around to looking at this, John
  9. Could you activate event logging and produce a FSUIPC7.log file, showing the control being activated both when parking and when flying. Please also attach your FSUIPC7.ini. I'll take a look at your files, but if FSUIPC7 is sending the same controls (with a 0 parameter) then it seems like this is a problem with MSFS and needs to be raised to Asobo via zendesk. John
  10. @ark1320 This was resolved in the 0.8.0.0.SDK release and the subsequent FSUIPC7 v7.0.2 release. Have you tried the latest release?
  11. Please attach your FSUIPC4 installation log. Also make sure that you have installed both service packs 1 & 2. Also, if installing the beta of FSX-SE (build 63003), make sure you read this first: But the firewall will have no affect on the installation process. This doesn't matter. However, if you have a license, then to register your key you have to use the email address (as well as name) exactly as specified in your SimMarket email/account. John
  12. Hi Rob, they are completely separate products, so installing and using FSUIPC7 will not affect you FSUIPC6 installation. However, due to using the same windows class names, you cannot run FSUIPC7 at the same time as FSUIPC6 (or P3Dv4/5, as FSUIPC6 runs as an embedded DLL in P3D). John
  13. I've tried various things to try and reproduce this and can't, so could you please let me know how to reproduce. There seems to be no difference if a button is pressed or not when opening the FSUIPC UI.
  14. I'll take a look, but if you could provide instructions to reproduce that would be helpful. There was a correction in this area from 6.0.10 to 6.0.11 to prevent axis being lost in certain circumstances, so maybe this has had an adverse effect in others.
  15. This indicates problems with the VC redistributables installed on your machine. Please see the provided README.txt: MSVCP14.dll is from the 2015 redistributable, so should uninstall the 2015, 2017 and 2019 redistributables from your system (if installed) and reinstall again from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads John
  16. The only issue seems to be the event id being 0, but this is something that we just pass on from SimConnect so I'm not sure why. Also, I'm not sure if this is even useful, which is why I'm reluctant to investigate further (and with so many other things to do!). So basically I'll just update the offset documentation to describe the type, and also mention that the event ID doesn't seem to be correct, and consider this closed. John
  17. No, not if you are happy with updated explanation of what the type value actually is! John
  18. Ok. Its strange that this affects FSUIPC though if its not being used. I would have thought that any port conflicts would produce an error...and you can always change the ports used to get around this.... I guess I can try IVAO at some point to see what is happening, but I'm afraid that it will take me quite a while to get around to this.....
  19. It seems that the 'type' field for offset B000 is not documented correctly. This actually holds the simconnect codes (not the lua codes), so they are 0x400 -> 16 = File 0xFFF -> 8 = ActiveSky weather 0x300 -> 4 = SimC message window text 0x200 -> 2 = SimC menu and for text types, the SimConnect_Text_TYPE enum is used: So a value of 512 (0x200) is a Simconnect menu, and 257 (0x101) would be white text. Does that make sense? I will update the documentation for this in the next release. Also seems that the SimConnect event Id is not populated (always 0). Is this needed? John
  20. @737-SimGuy Could you add the following to the [General] section of your ini, repeat your tests and show me your .log file please: TestOptions=x8000 Thanks, John
  21. I don't use (or know much about) IVAO. Does it use FSUIPC7? If not, it should not make a difference. Maybe ask about this on the IVAO forums. John
  22. But you have no general axis assignments - you only have axis assignments in your PMDG profile. So only PMDG has any axes assigned. When you created the new profile for your Mjcq400, you could have done this based upon your PMDG profile which would have imported your assignments from that profile. However, it is always better to initially create your axes assignments in the general section (i.e. no profile). Then, when you create a new profile for an aircraft (or series of aircraft), you can import them from the general assignments and then adjust as needed for that profile.
  23. Sorry, its P40 in the FSUIPC6 User Guide, for FSUIPC7 its on p35, section entitled Automatic running of Macros or Lua plugins. Ok, so you have already added the Lua to the [Auto] section (and in the correct format, as described in the manual)? If so, and its not working, you can activate logging for Lua Plugins and check your log to see if it is running and if there are any errors. You can also post it here and I'll take a look (with your FSUIPC7.ini file as well please). John
  24. Yes, but there are various GPS systems as you state, and the GPS systems work differently, say, in the A320Neo compared to other aircraft. Maybe, but as I say it can be aircraft and/or GPS system specific.
  25. Are you running the lua? The best way to run that style of lua would be to add it to the [Auto] section of your FSUIPC7.ini file. See p40 of the User Guide. John
×
×
  • 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.