July 27, 201213 yr How can I do this in full screen? I cant see to click on the popup window to start the program.. Jim Driscoll, MSI Raider GE76 12UHS-607 17.3" Gaming Laptop Computer - Blue Intel Core i9 12th Gen 12900HK 1.8GHz Processor; NVIDIA GeForce RTX 3080 Ti 16GB GDDR6; 64GB DDR5-4800 RAM; Dual M2 2TB Solid State Drives.Driving a Sony KD-50X75, and KDL-48R470B @ 4k 3724x2094,MSFS 2020, 30 FPS on Ultra Settings. Jorg/Asobo: “Weather is a core part of our simulator, and we will strive to make it as accurate as possible.”Also Jorg/Asobo: “We are going to limit the weather API to rain intensity only.”
July 27, 201213 yr Hello why not use Fsuipc to start it up after FSX is loaded ? See page 44 of the Advanced users guide.pdf Section: Programs: facilities to load and run additional programs Add a section to your Fsuipc.ini [Programs] Run1=full path to your app
July 27, 201213 yr Author You have to start it after your aircraft is loaded,not after FS Jim Driscoll, MSI Raider GE76 12UHS-607 17.3" Gaming Laptop Computer - Blue Intel Core i9 12th Gen 12900HK 1.8GHz Processor; NVIDIA GeForce RTX 3080 Ti 16GB GDDR6; 64GB DDR5-4800 RAM; Dual M2 2TB Solid State Drives.Driving a Sony KD-50X75, and KDL-48R470B @ 4k 3724x2094,MSFS 2020, 30 FPS on Ultra Settings. Jorg/Asobo: “Weather is a core part of our simulator, and we will strive to make it as accurate as possible.”Also Jorg/Asobo: “We are going to limit the weather API to rain intensity only.”
July 27, 201213 yr Hello You could do it via FSuipc's lua facilities, I am no expert but I tried this tonight and it worked. Perhaps a forum member better versed in Lua could refine this further for you. Create a file in FSX/modules/ named ipcReady.lua In this file put the following commands, ipc.sleep(3000) ext.run("C:\\Program Files (x86)\\GoFlight\\GFConfig.exe") Substituting my path for the path to your executable I used the GFConfig.exe just to test this out, Note the double slashes in the path. The ipc.sleep value is in ms, so in this example 30 seconds after FSX is ready to fly GFConfig.exe is run. Once you get this to run your program, then it is easy enough to get FSuipc run it automatically when you load a specific aircraft.
Create an account or sign in to comment