Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Configure MSFS to start SPAD.neXt

Locked
twodogzz
Passenger
Posts: 9
Joined: 03 Oct 2016, 06:12
Status: Offline

Configure MSFS to start SPAD.neXt

Post by twodogzz » 06 Sep 2020, 09:13

It's early days with the new sim and someone may know, so I'm enquiring anyhow... Is it possible to "easily" configure MSFS to start SPAD.neXt as we could in P3D?

I couldn't find the usual FSX/P3D XML type files that worked before.

Unfortunately, the SDK says nothing about this subject.

twodogzz
Passenger
Posts: 9
Joined: 03 Oct 2016, 06:12
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by twodogzz » 28 Mar 2021, 05:32

c0nnex wrote:
06 Sep 2020, 20:14
You will need to create a batch for that. MSFS does not support EXE.XML
Hi c0nnex,
It's been a while since I got your answer about starting Spad.next with MSFS 2020.
A couple of days ago I actually implemented your recommendation after installing FSUIPC v7 for MSFS.

Interestingly, the FSUIPC installation included a batch file to start MSFS in "FastLaunch" mode. I looked at the commands in this batch file and discovered it didn't start FSUIPC7.exe as I expected, (the line is commented out) so I wondered how the program was run.
After a bit of a look at the MSFS forum , I found it is possible to start programs with the exe.xml and that's how FSUIPC7 starts.

I'm now wondering if SPAD.neXt can also be started the same way or do we have to still use the batch file method? I'm trying the exe.xml method... So will update when I find out.
What do you think?

Cheers,
Wayne

Cdr_Maverick
Passenger
Posts: 1
Joined: 19 Mar 2021, 23:59
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by Cdr_Maverick » 30 Mar 2021, 09:39

Yes it can be started via exe.xml:

<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>SPAD.neXt</Name>
<Path>C:\Program Files\SPAD.neXt\SPAD.neXt.exe</Path>
<CommandLine></CommandLine>
<NewConsole>False</NewConsole>
</Launch.Addon>

The exe.xml is in:
C:\Users\<USERNAME>\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache

thomaj019
Passenger
Posts: 4
Joined: 08 Jun 2021, 23:42
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by thomaj019 » 20 Jun 2021, 09:33

You can edit EXE.xml which resides in c:\Users\your user name\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache to start Spad.next and other programs on MSFS 2020 start up. It is designed to start add-ins etc but I use it to start FSUIP7, Spad.next & Little Navmap at startup.

John

See example below:

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<Launch.Addon>
<Name>SPAD.neXt Plugin</Name>
<Disabled>False</Disabled>
<Path>D:\SPAD.neXt\SPAD.neXt.exe</Path>
<CommandLine></CommandLine>
<NewConsole>False</NewConsole>
</Launch.Addon>
<Launch.Addon><Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>FSUIPC7 Plugin</Name>
<Path>D:\FSUIPC7\FSUIPC7.exe</Path>
<CommandLine>-auto</CommandLine>
<NewConsole>False</NewConsole>
</Launch.Addon>
<Launch.Addon><Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>MSFS Traffic Service Plugin</Name>
<Path>D:\MSFSTrafficService\MSFSTrafficService.exe</Path>
<CommandLine></CommandLine>
<NewConsole>False</NewConsole>
</Launch.Addon>
<Launch.Addon><Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>Little Nav Map</Name>
<Path>D:\Little Navmap\littlenavmap.exe</Path>
<CommandLine></CommandLine>
<NewConsole>True</NewConsole>
</Launch.Addon>
</SimBase.Document>

Redscouse
Flight Attendant
Posts: 42
Joined: 22 Aug 2020, 17:05
Contact:
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by Redscouse » 20 Jun 2021, 12:52

Morning all,

I just tried this.
There was/is no exe.xml file in that folder so I created and dropped it in and viola, Spad.Next and Little Nav Map both opened!

Thanks John. 8-)

Pete.
I'm Pete, AKA: Redscouse, owner and creator of Scouse Airlines.
Since MS2000, I've been tinkering with liveries, missions and scenery etc.

Check out the download section of my website and grab some free stuff!

AeroRamer
First Officer
Posts: 69
Joined: 01 Oct 2016, 23:06
Contact:
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by AeroRamer » 04 Jul 2021, 16:58

thomaj019 wrote:
20 Jun 2021, 09:33
You can edit EXE.xml which resides in c:\Users\your user name\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache
John: I believe that folder patch is for the Microsoft Store version. Would you know where the file is on the Steam version? Or, where it needs to be created in Steam?

AeroRamer
First Officer
Posts: 69
Joined: 01 Oct 2016, 23:06
Contact:
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by AeroRamer » 04 Jul 2021, 17:04

Also, do I need to turn on FSUIPC support in SPAD? I currently have it off. I think that was one of the SPAD installation recommendations.

thomaj019
Passenger
Posts: 4
Joined: 08 Jun 2021, 23:42
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by thomaj019 » 05 Jul 2021, 01:11

This link gives more details and Steam version locations
https://forums.flightsimulator.com/t/st ... tip/350698

thomaj019
Passenger
Posts: 4
Joined: 08 Jun 2021, 23:42
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by thomaj019 » 05 Jul 2021, 01:16

@AeroRamer. If your not currently using FSUIPC then you can turn off support in SN

AeroRamer
First Officer
Posts: 69
Joined: 01 Oct 2016, 23:06
Contact:
Status: Offline

Re: Configure MSFS to start SPAD.neXt

Post by AeroRamer » 05 Jul 2021, 01:39

Perfect! Thanks.

Locked