December 11, 201213 yr Hey guys, As i use air hauler a fair bit, i want to know how to program fsx to also automatically load the following: Shade Opus Ai traffic Is there a way to do this, because i think air hauler just points to the fsx.exe file. I hear a few people on the forums talking about a file or code to use to make it run all with one click but i dont know how to do this. Also, it seems like you need to have shade load first, then fsx...is there a way to point air hauler there first? Hope this makes sense, any help is much appreciated! Thanks, Alex Ps win7 OS AMD 5830X Nvidia RTX 3060 Win 11
December 11, 201213 yr You can use either exe.xml in the fsx appdata folder, or fsuipc.ini. A quick search should give you the syntax. Frank Olaf Sem-Jacobsen
December 11, 201213 yr Shade has a set and forget option that injects your desired settings once and forever without any need to run it again (unless you want to change things).... so that is easy. Check your manual for information regarding this. Here is an example of a batch file I used for FS9. You can look it over to get an idea of how to make one of your own for FSX. ECHO OFF CLS ECHO ************************************************ ECHO FLIGHT SIMULATOR 9 BATCH LOADER BY PSB 21JAN2010 ECHO ************************************************ ECHO ****** SET FE OPTIONS, CLOSE WHEN FINISHED ***** ECHO ************************************************ ECHO **** SET GEPRO OPTIONS, CLOSE WHEN FINISHED **** ECHO ************************************************ ECHO * PAUSE ECHO * ECHO ************************************************ ECHO ******* USE RANDOMIZER TO SELECT CLOUDS ******** ECHO ******** OR USE FAVOITES FOR PRESETS *********** ECHO *********** OR PICK YOUR PREFERENCE ************ ECHO ************************************************ ECHO ** CLOSE TO PROCEED, DO NOT LET FE LAUNCH FS9 ** ECHO ************************************************ ECHO * PAUSE C: CD C:\Program Files (x86)\Microsoft Games\Flight Simulator 9\Flight One Software\Flight Environment\ START /WAIT FlightEnvironment.exe ECHO * ECHO ************************************************ ECHO ***** USE WX CONTROLTO SET EVERYTHING ELSE ***** ECHO ********** OR PICK YOUR PREFERENCE ************* ECHO ************************************************ ECHO * CLOSE TO PROCEED, DO NOT LET GEP LAUNCH FS9 ** ECHO ************************************************ ECHO * PAUSE C: CD C:\Program Files (x86)\Flight One Software\Ground Environment Professional\ START /WAIT GE_PRO.EXE ECHO * ECHO ************************************************ ECHO ******* GET RID OF DUPLICATE UT TRAFFIC ******** ECHO ************************************************ ECHO * PAUSE D: CD D:\Archive - FS2K4 A Century of Flight\organized payware\Flight1\Ultimate Traffic\AISmooth_V120\ START AISMOOTH.EXE ECHO * ECHO ************************************************ ECHO *************** START TRACKIR ****************** ECHO ************************************************ ECHO * PAUSE C: CD C:\Program Files (x86)\NaturalPoint\TrackIR4\ START TRACKIR.EXE ECHO * ECHO ************************************************ ECHO ***************** START FS9 ******************** ECHO ************************************************ ECHO * PAUSE C: CD C:\Program Files (x86)\Microsoft Games\Flight Simulator 9\ START FS9.EXE
December 11, 201213 yr I recommend AlacrityPC from Ken Salter. His site seems to be down, but I did find it here: http://download.cnet.com/AlacrityPC/3000-2094_4-10819997.html - Aaron
December 11, 201213 yr I'm also trying to do this with FSUIPC (reg), but for some reason, I cant get OpusFSX to launch along with the others. Have fired off a help request to Pete at FSUIPC forum. We'll see what he says..... Windows 10 (x64) - X-Plane 11 - M/B: Asus ROG Maximus IX Hero - CPU: i7 7700k (@5.0GHz) - RAM: 32Gb Corsair Vengeance LPX DDR4 @ 3200MHz - Video: GTX1080ti - Cooling: Custom water loop (EK 140 Revo D5 pump/res combo, EK EVO CPU block, EK XE360 Rad)
December 12, 201213 yr Hi Phil, OPUS FSX offers an option on install to have FSX automatically start it (uses exe.xml file entry). It sounds like you didn't check that option? I'm not sure how to enable it after installation, you could try the excellent support at the OPUS forum. Thanks, Bruce. ASEL, Instrument. KBJC, Colorado.
Create an account or sign in to comment