John Dowson
Members-
Posts
12,287 -
Joined
-
Last visited
-
Days Won
252
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
Generally yes, although this can depend on the aircraft in question. Some aircraft (especially add-ons) may not use the standard control/event that this offset uses. John
-
Now done, will be included in the next release. John
-
Are you still experiencing this issue? If so, you should try updating your VC++ redistributables, as these are known to cause many strange issues. Install the latest combined redistributable package from https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist (both x84 and x86 versions are recommended). This will install the redistributables for 2015, 2017, 2019 & 2022. If you have any of these installed individual, uninstall first before installing the combined package. John
-
Rex weather update overspeed
John Dowson replied to spor55's topic in FSUIPC Support Pete Dowson Modules
Any success with this? -
Is the FSUIPC custom event definition up to 1024?
John Dowson replied to wrqJ64Sn's topic in FSUIPC7 MSFS
Thanks for the feedback. These changes will be incorporated into the next official FSUIPC7 release. Regards, John -
MSFS 2020 programming saitek switch panel landing gear lever
John Dowson replied to sflight's topic in FSUIPC7 MSFS
If you do have SPAD working with MSFS / FSUIPC7, then the gear lever offset is 0BE8, with value 0 for Gear Up and 16383 for gear down. John -
MSFS 2020 programming saitek switch panel landing gear lever
John Dowson replied to sflight's topic in FSUIPC7 MSFS
Ah, but from your image I see that you are using SPAD and not SPAD.next... I don't think the orifgnal SPAD works with MSFS - I did try this but couldn't get it to run. The development on SPAD stopped in 2012, over 10 years ago. I suggest you try SPAD.next if using Saitek devices such as the multi-switch panel or radio panels. These will not be recognised by FSUIPC. You will have to pay for a license, but it does also come with presets for many aircraft, and I would consider it essential if using Saitek devices (other than the throttle and joysticks, X52, X56 etc, as these can be handled by FSUIPC). John -
MSFS 2020 programming saitek switch panel landing gear lever
John Dowson replied to sflight's topic in FSUIPC7 MSFS
I have also switched the assignments to use the sim events directly rather than FSUIPC offsets, and this also works without issues: John -
MSFS 2020 programming saitek switch panel landing gear lever
John Dowson replied to sflight's topic in FSUIPC7 MSFS
So, I installed SPAD.next. Configured it to use FSUIPC, loaded a default profile for the C172 then tried this in the JF Piper Arrow and the landing gear lever on the saitek multi-switch panel works as expected. Here's the SPAD.next configuration for this lever: John -
FSUIPC working then not...then again and not
John Dowson replied to 72VirginExpress's topic in FSUIPC7 MSFS
What does this mean? Alt + F just displays and hides the FSIIOPC main window. You can see the FSUIPC7 main window can't you? The image you posted above shows it is displayed. What exactly is your issue? Is it that - FSUIPC7 doesn't auto-start with MSFS? If this is the case, show me this file: C:\Users\Admin\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\EXE.xml - there is no Assignments menu? Your log shows that your copy is FSUIPC7 is registered, even though your folder listing doesn't show am FSUIPC7.key file. However, it MUST be there as your lof states it has found these details: - FSUIPC7 exits/quits while MSFS is still running? If so, add this to the [General] section of your FSUIPC7.ini: DisableMSFSMonitor=Enum (see point 5. under Problems running FSUIPC7 in the provided README.txt). In fact, you should do this anyway as running under Windows 11. If you are experiencing strange issues, I also suggest that you install the latest combined VC++ redistributable package from Microsoft. Uninstall any individual packages first an then install the combined package - again, see the README.txt, item 1 under Problems running FSUIPC7. John -
Is the FSUIPC custom event definition up to 1024?
John Dowson replied to wrqJ64Sn's topic in FSUIPC7 MSFS
Please try the attached version, v7.2.16b. In this version you can set the ini parameter MaxNumberOfCustomEvents in the [General] section of your FSUIPC7.ini. The default value is 2048, minimum allowed is 1024 and current maximum is 8192 (I can increase this if/when needed). John FSUIPC7.exe -
But if this is not an issue in P3D / FSUIPC6. then it must be related to the timing differences between when FSUIPC is an embedded dll and when it is a standalone executable. Have you tried similar tests with FSUIPC6? If not, can you also do that to see how the logging differs. This is an area of the code that I am not currently familiar with, and it is difficult for me to investigate not having any VRI (or com) devices. I will take a look at this, but I am afraid it will have to wait for a while as I am busy with other things at the moment. I will take a look at this in more detail when time permits, most probably after the next FSUIPC7 release, hopefully ready in a coupe of weeks. John
-
MSFS2020 - Aircraft Ailerons Not Full Responsive
John Dowson replied to snp227's topic in FSUIPC Support Pete Dowson Modules
Maybe, I haven't checked, but you can handle this in one of two ways: 1. If you are calibrating the axis in FSIOPC, just reverse the axis 2. If you are not calibrating, you can reverse the axis by adding an axis scaling parameter of -1 to your axis assignment entry in the FSUIPC7.ini file. See the section Additional parameters to scale input axis values on P40 of the Advanced User guide. John -
Is the FSUIPC custom event definition up to 1024?
John Dowson replied to wrqJ64Sn's topic in FSUIPC7 MSFS
I think I will leave this as 2048, by default. I will look into adding an ini parameter to allow this to be configured on a per user basis. I am also looking into other ways to provide access to certain custom events (e.g. Mobiflight) directly via calculator code, and allowing the user to define their own events based upon parameterized calculator code. John -
MSFS 2020 programming saitek switch panel landing gear lever
John Dowson replied to sflight's topic in FSUIPC7 MSFS
I have now got a spad.next license and will take a proper look at this issue in the coming days and let you know. John -
FSUIPC6,Panel Clickable points not working
John Dowson replied to oldandgray's topic in FSUIPC Support Pete Dowson Modules
Just copy the FSUIPC6.key file to your new installation folder. No need to re-register. Registration just creates that key file. Also copy you FSUIPC6.ini file (and any .mcro, .lua or .dll files that you may use) if you have any previous assignments in FSUIPC - that is where they are stored. John -
I have validated your details and they are fine. Please follow the provided instructions. Most probably you need to install the combined VC++ redistributable package.
-
That is for FSUIPC7...I have moved your post to the FSIOPC7 sub-forum. Please post in this sub-forum for any issue relating to FSUIPC7. Did you follow the advice I previously posted: ?
-
I removed this as it contained your registration details. NEVER post your registration details. This violates the license agreement and if you do this again I will invalidate your registration. What version of FSUIPC are you using? If using FSUIPC7 (then you also posted in the wrong forum!), did you read the section on Invalid Key Problems in the provided Installing and Registering FSUIPC7 pdf? If not, please do that and follow the instructions there. Otherwise, please let me know your order number and I will check them here. John