John Dowson Posted 5 hours ago Report Posted 5 hours ago (edited) Please find attached below the latest FSUIPC7 beta release, which has been updated for MSFS2024. You should use this release for both MSFS2020 and MSFS2024. To use this version, please make sure that you have first updated to the latest FSUIPC7 release, v7.4.18. If not using that version, please download and install that first. Then rename the current FSUIPC7.exe (e.g. to FSUIPC7.exe.7418) and then download the attached FSUIPC7.exe and move/copy that to your FSUIPC7 installation folder. It is also a good idea to make a back-up of your FSUIPC7.ini file. and also the Profiles folder if using profiles-in-separate-files. You can either use the same FSUIPC7 installation for both MSFS2020 and MSFS2024, or you can have separate installations for each. If you prefer the latter, please copy/paste your current installation folder to create a new installation for MSFS2024. I will be updating the installer for MSFS2024, but for the time being you will have to either install manually for MSFS2024 or manually start FSUIPC7 once MSFS2024 is running. It is recommended to manually install the FSUIPC WASM module into MSFS2024. To do this, simply copy the FSUIPC WASM module folder (called fsuipc-lvar-module) from your MSFS2020 Community folder to your MSFS2024 Community folder. If you do not know where your Community folder is located, check the value of the InstalledPackagesPath variable defined on the last line of your UserCfg.opt file, which is located For Steam installations, under %APPDATA%\Roaming\Microsoft Flight Simulator 2024\ For MS Store installations, under %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\ If you would like FSUIPC7 to be auto-started with MSFS2024, you need to add an entry to the EXE.xml file, if it exists, or create this file and add an entry for FSUIPC7. The location of this file is the same folder as the UserCfg.opt file, shown above. The contents of this file (to start FSUIPC7 only) is as follows (please check and update the Path to point to your installation): <?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>D:\FSUIPC7\FSUIPC7.exe</Path> <CommandLine>-auto</CommandLine> <NewConsole>False</NewConsole> </Launch.Addon> </SimBase.Document> The changes in this version are: - added ability to adjust event priority levels. This can help some add-ons work correctly, and make more events visible to FSUIPC7. However, it is only recommended to adjust these when directed to by either support or aircraft providers. - automatic adjustment of priority levels for FSLabs A321 aircraft - re-factored building of the FS Events table with the following new events added: CAPTURE_SCREENSHOT, DECREASE_DECISION_ALTITUDE_MSL, INCREASE_DECISION_ALTITUDE_MSL, LETTERBOX, MOUSE_LOOK_TOGGLE, MP_PAUSE_SESSION, VIEW_TYPE - forced uniqueness of preset names. Presets with duplicate names will no longer be loaded. - Removed EventsViaCommands ini parameter, as this is not applicable to MSFS2020 or MSFS2024 - corrections to pause state for MSFS2024 - update offsets holding Input Events directly when writing to them. This seems to be necessary as Input Events sent from FSUIPC are not being received back (as they are in MSFS2020). I will report this to Asobo. - logging of received Input Events corrected. Previously received Input Events weren't logged unless the DontLogTheseIE ini parameter was set - For MSFS 2024, write the value 14 to offset 0x3304, and the value 120 to offset 0x3124 - folders used for saved flights and plans updated to use MSFS2024 folders (when using this version) - separate AutoSave sections now used for MSFS2020 and MSFS2024 Please use this topic for any issues/feedback with this version for both MSFS2020 and MSFS2024. I will continue testing this version, and will look into updating the FSUIPC7 installer to be able to install into both MSFS2020 and MSFS2024. John Latest beta release, 7.5.0a (21st November): FSUIPC7.exe Edited 1 hour ago by John Dowson Minor update to attachment, to prevent CTD when WASM not installed 1
EpixXx Posted 3 hours ago Report Posted 3 hours ago (edited) Amazing thanks, how can i get the WASM folder when msfs 2020 isnt installed on this system? I got a new PC and didnt install it yet. Edited 3 hours ago by EpixXx
John Dowson Posted 3 hours ago Author Report Posted 3 hours ago 1 minute ago, EpixXx said: how can i get the WASM folder when msfs 2020 isnt installed on this system? The standalone WASM is available from https://fsuipc.com/
John Dowson Posted 3 hours ago Author Report Posted 3 hours ago @EpixXx You don't really need anything else from the installer to make it work, but the documentation may be useful, available from the Download Links -> Documentation section of this forum (although may be slightly out-of-date). You will also need the events.txt file (from MobiFligjht) to use the (community) presets - I have attached the latest, just save this to the same folder as the FSUIPC7.exe. John events.txt
in_04 Posted 3 hours ago Report Posted 3 hours ago @John Dowson thanks for your great work. I guessed I make everything like you described and FSUIPC starts but crashed after several seconds. I added all logs and ini files FSUIPC7.zip
John Dowson Posted 2 hours ago Author Report Posted 2 hours ago 7 minutes ago, in_04 said: I guessed I make everything like you described and FSUIPC starts but crashed after several seconds. You did not install the WASM. Still, it shouldn't crash - I will look into this. Are you running FSUIPC7 from the same folder as with MSFS2020, or did you copy the folder? What state was MSFS2024 in when you started FSUIPC7? Can you install the WASM and try again.
in_04 Posted 1 hour ago Report Posted 1 hour ago Just started the flight. Before FSUIPC7 is running, stop running as soon as i start the flight. Will install WASM
John Dowson Posted 1 hour ago Author Report Posted 1 hour ago 20 minutes ago, in_04 said: Just started the flight. Before FSUIPC7 is running, stop running as soon as i start the flight. Will install WASM Found the issue - was missing a check if the wasm was available before checking if it was active. Corrected in the attached (no version number update or build date update with this one): FSUIPC7.exe John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now