Jump to content
Sign in to follow this  
Agrajag

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

Recommended Posts

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... 🙂

  • Like 1
  • Upvote 2

Bert

Share this post


Link to post
Share on other sites
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

MSFS Steam - Win10 Home x64 // 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 - VR Oculus Rift // MSFS Steam - Win 10 Home x64 - Gaming Laptop CUK ASUS Strix - CPU Intel i7-8750H - 32GB RAM - RTX2070 8GB - SSD 2TB + HDD 2TB // Thrustmaster FCS & MS XBOX Controllers

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other 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
  • Like 1

Share this post


Link to post
Share on other sites
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 3080 - 32 Gig DDR4 RAM, 1TB & 2 TB NVME drives - Windows 11 64 bit MSFS 2020 Premium Deluxe Edition Resolution 2560 x 1440 (32 inch curved monitor)

Share this post


Link to post
Share on other sites

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
  • Like 2

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...