Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Tool to pre-load add-ons? (FSLTL Injector too)

Featured Replies

10 minutes ago, Agrajag said:

My first instinctual response to the app was, "Wow, this is a bit much for what I'm looking to do", but after reading up on it, it is quite flexible.

Over time, you will find that it is not only flexible, but indispensable... 🙂

Bert

2 hours ago, Agrajag said:

That's pretty simple. Need to look into that. The only negative I can think of is would it shut down the apps on exit and you'd also lose the concept of "presets" for different setups (like not loading the injector when I'm heading onto VATSIM.

You're right. What I did is to have separate backups of the exe.xml with different addons installed, so I use the one I need for specific situations. That way you only have to edit the exe.xml once.

Cheers, Ed

MSFS2020 Steam  // Rig: Corsair Graphite 760T Full Tower - ASUS MBoard Maximus XII Hero Z490 - CPU Intel i9-10900K - 64GB RAM - MSI RTX2080 Super 8GB - [1xNVMe M.2 1TB + 1xNVMe M.2 2TB (Samsung)] + [1xSSD 1TB + 1xSSD 2TB (Crucial)] + [1xSSD 1TB (Samsung)] + 1 HDD Seagate 2TB + 1 HDD Seagate External 4TB - Monitor LG 29UC97C UWHD Curved - PSU Corsair RM1000x // Thrustmaster FCS & MS XBOX Controllers

23 hours ago, Agrajag said:

What about it? It autoload with the sim for me as it's a plugin. 

In FSUIPC.ini you can manage your [Programs] section, here is mine as a sample

[Programs]
Run1=CLOSE,"C:\Progs\Pilot2ATC\Pilot2ATC_2021.exe"
Run2=KILL,"D:\Projets\Visual C++ 2019\P2Acars\P2Acars\bin\Release\P2A batch.bat"
Run3=READY,MIN,KILL,"F:\JEUX\SimuTools_MFS\AI Ground\AIGround.exe"
Run4=READY,MIN,KILL,"F:\JEUX\MSFS\Community\fsltl-traffic-injector\fsltl-trafficinjector.exe"
Run5=READY,CLOSE,"D:\Download\Programs\vsthostx64\vsthost.exe"
Run6=CLOSE,"C:\Progs\webserver\webserver.exe"

See FSUIPC documentation

Roland

MSFS my local airport release: LFOR Chartres-Metropole

MSFS Plugins RAAS (registered FSUIPC7 required)

MSFS FX for Objects & Landmark in France (Steam and smoke) and Aerial coverage for French nuclear sites

22 hours ago, cianpars said:

Because not everyone uses or wants to use an addon linker

How does that make it the "best way"?  I understand not everyone wants to use an add-on linker (though honestly I have no idea why).  Not everyone uses a yoke, throttle or joystick to control their aircraft in the sim either, but I would never say flying via keyboard control is the "best way"...  I am not saying your way (writing a batch file to pre-load programs for MSFS)  isn't a valid or even best solution - as I haven't tried it myself.  But your argument that "not everyone wants to use an addon linker" certainly doesn't answer WHY it is the best way.  I bet not everyone wants to write their own batch file either 😉

 

Edited by PlumCrazy

33 minutes ago, PlumCrazy said:

How does that make it the "best way"?  I understand not everyone wants to use an add-on linker (though honestly I have no idea why).  Not everyone uses a yoke, throttle or joystick to control their aircraft in the sim either, but I would never say flying via keyboard control is the "best way"...  I am not saying your way (writing a batch file to pre-load programs for MSFS)  isn't a valid or even best solution - as I haven't tried it myself.  But your argument that "not everyone wants to use an addon linker" certainly doesn't answer WHY it is the best way.  I bet not everyone wants to write their own batch file either 😉

 

OK, If you want to make a fuss about it, it's the simplest way for those who don't use an addon linker.  Fine if you don't agree - I really don't care.  I simply made a suggestion which I find to be the easiest and accept others may prefer different solutions.

Ryzen 5800X3D, Nvidia RTX5080 - 32 Gig DDR4 RAM, 1TB & 2 TB NVME drives - Windows 11 64 bit MSFS 2024 Premium Deluxe Edition Resolution 2560 x 1440 (32 inch curved monitor)

I just created a bat file.    Mine looks like this,

Quote

@echo off
cd "C:\Program Files\SPAD.neXt"
start SPAD.neXt.exe"

cd "C:\Program Files (x86)\NaturalPoint\TrackIR5"
start TrackIR5.exe

cd "C:\Windows\System32\"
cmd.exe /C start shell:AppsFolder\Microsoft.FlightSimulator_8wekyb3d8bbwe!App -FastLaunch

exit

To make a bat file you paste the commands into a text file,  then rename the file extension .bat instead of .txt.

Edited by Waldo Pepper

  • Author

Old DOS guy so no issues there. My only minor issue with this approach is that it couldn't close the apps after flying. 

i7 8700K @4Ghz, EVGA RTX3080 Ultra, 32GB RAM, Two 2K displays. Alpha Yoke, Bravo Throttle Quadrant, CH Pedals.

  • Author
On 4/6/2023 at 8:24 AM, roland_lfor said:

In FSUIPC.ini you can manage your [Programs] section, here is mine as a sample

See FSUIPC documentation

Interesting. FSUIPC.INI appears just once in the User Guide and it isn't about this section at all.

AHA. It's in the manual for Advanced Users. Giving this a try first.

Edited by Agrajag

i7 8700K @4Ghz, EVGA RTX3080 Ultra, 32GB RAM, Two 2K displays. Alpha Yoke, Bravo Throttle Quadrant, CH Pedals.

  • Author

Well the FSUIPC route failed for me as being too messy. TrackIR5 insists on running as administrator and I could not get everyone else also running as admin while getting it to also work. I despise permissions issues.

 

So next up is the batch file approach as I should be able to start everything and then taskkill the stuff run. Plus I might even be able to travel my brain back in time to recall how to even do some advanced batch file UI to launch things based on picking a setup.

Edited by Agrajag

i7 8700K @4Ghz, EVGA RTX3080 Ultra, 32GB RAM, Two 2K displays. Alpha Yoke, Bravo Throttle Quadrant, CH Pedals.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.