Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    12,966
  • Joined

  • Last visited

  • Days Won

    267

Everything posted by John Dowson

  1. Depends how you read them, but 10/sec sounds reasonable. If you use event.offset, your provided function will be called each time the offset value changes. Or you could use event.timer to poll at any interval you specify. For lvars, you can use the event.lvar function, which has a minimum monitor time of 100ms. John
  2. Did you try with a different (default) aircraft? Maybe the A330 doesn't use the standard FS controls?
  3. Hi Nicolas, what exactly is the problem? Just telling us that it is not working is not very helpful. How are you trying to achieve this - via lua scripts? If so, have you tried log/debugging them? Please provide more details and also attach your files (lua, ini, log). Thanks, John
  4. Please re-run the installer and post your installer log file.
  5. Hi, this is a common problem - the solution has been posted in many posts... You can manually edit the Modules folder permissions yourself to allow full access, by right clicking on the folder properties: select Security-->Edit-> Add, enter Everyone as the object name, then 'Check Names' and 'OK'. Then give 'Full Control' to the 'Everyone' group just added. Cheers, John P.S. Think I'll add a FAQ entry for this problem, even though most users don't check there before posting...!
  6. Thomas has indicated a way to check in FSUIPC. We do not support XPUIPC - its from another developer, . You will need to ask on the XPUIPC support forums. Regards, John
  7. The <shift> key is a modifier key and needs to be held down when you press the other key (i.e. together, not before), so maybe you got it the wrong way around? Log files looks ok, as does your ini, but you don't have any assignments - or much of anything! Probably a good idea to change the AutoAssignLetters parameter to Yes, to enable the JoyLetters facility, which would preserve any assignments to your joystick devices if the ids change (please see the User Guide for details). Anyway, glad its now working for you. Regards, John
  8. Hi Hans, could you try activating FSUIPC logging for Buttons and key operations and Events (non-axis controls). Try each of the key combinations and post your resulting FSUIPC log file, together with your ini file. Thanks, John
  9. No problem - glad its now working for you. Note that if you want to use the new beta version, you need to download and install a special version of FSUIPC4 provided here: Cheers, John
  10. P3Dv4 require FSUIPC5, not FSUIPC4. You will need to purchase a new license for FSUIPC5 to work with P3Dv4.1+. John
  11. To add to what Pete has said, your (old) email address is only used to validate the key, doesn't matter if its no longer used - just use that to generate your key file. Once you have that, it doesn't really matter if your actual email has changed - just use the key file generated with the email used to purchase your license. John
  12. Which version of FSX-SE do you have installed - is it the latest beta release?
  13. You posted in the FAQ section - I have moved your post to the correct location. Please post support messages here, in the main support forum. Are you running as admin? Could you please post your install log file FSUIPC4 Install.log - should be located in the folder where you ran the installer and in the Modules folder (under your FSX folder) if that has been created. John
  14. Why write a c# program when you could just use the lua event.timer function to call your lua function every 50ms? John
  15. No problem. The documentation is not too clear on this - I'll update it for the next release. Happy flying! John
  16. As I indicated, your [Auto.Lear35] section in your FSUIPC5.ini file, should be in your Lears5.ini file but as an [Auto] section. John
  17. There is also a separate document you should read if you are using profiles in separate files, called (unsurprisingly) Profiles in Separate Files.pdf. I suspect that your problem is that the [Auto] section in your Lear35.ini should just be called [Auto] and not [Auto.Lear35] - the latter is used in your FSUIPC5.ini file when you are using profiles but NOT in separate files. John
  18. Hi Renato, no need to re-purchase - you should be able to retrieve your existing registration from SimMarket. If you are having problems with your SimMarket account, you need to contact them - we have no control over SimMarket accounts. Regards, John P.S. Did you try the 'Forgot Your Password?' link in the login box? This should allow you to rest your password using your email address.
  19. Hi Ramon, Yep, looks useful and pretty simple to add so I'll schedule for the next release. I'll post you a dll to test when done. Cheers, John
  20. I'll take a look when I get a chance - I'm a bit busy for the next few weeks so it won't be until December sometime. John
  21. I'll be looking at providing a version of FSUIPC for the new MS FS, once the SDK is published (with help from Pete!). A bit too early to provide any details on a beta test release though! John
  22. Are you sure this is FSUIPC, and not the FS? FSUIPC will not automatically assign an axis (or 'recognise as a throttle') on a new device. Maybe check the assignments in the sim (or disable controllers in the sim, which is recommended if you are assigning axis in FSUIPC). Note you can also delete any assignments directly in your FSUIPC ini file, but best to do this when the sim is not running. John
  23. uncheck your assignment (in the axis assignment tab) and save - this will remove the assignment. John
  24. Hi, first, you posted in the User Contributions forum - please post all support requests in the Support Forum. I have moved your post for you. I see Pete has just replied...as he says, just re-assign from FSUIPC assignments tab.... John
  25. Does it work when you activate the fire warn cut out switch in the UI? You are probably better off contacting the Project Magenta support., but you could try logging non-axis events, to check that the event/control sent when activating your switch is the same as the one sent when you activate in the UI (if that one works!). 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.