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.

is there ways to start automacally addons?

Featured Replies

  • Commercial Member
12 hours ago, guenseli said:

Guys, just use simstarter! 

 

Oh heck yeah!  SimStarter is one terrific program!

 

Dave Hodges

 

System Specs:  I9-13900KF, NVIDIA 4070TI, Quest 3, Multiple Displays, Lots of TERRIFIC friends, 3 cats, and a wonderfully stubborn wife.

  • Replies 53
  • Views 4.9k
  • Created
  • Last Reply
36 minutes ago, DaveCT2003 said:

Oh heck yeah!  SimStarter is one terrific program!

 

Hi Dave-

I tried this app a while back and found it unnecessarily complicated for what I do, not to mention my aircraft at the time starting in full throttle with my lever at idle.

It also goes against my ongoing mantra of running systems to manage systems (FFTF,PL,etc.) and the commensurate overhead. Currently, Lorby's Addon Manager and .bat files do the trick with no added sugar 😊

I am going to look into FSUIPC as onebob has mentioned above. Looks to be little or no overhead and has an affinity capability that SPLAT does not.

Cheers,

Mark

2 hours ago, jimcarrel said:

No, this is just a .bat file on desktop. If you want to go fly, just click on the P3D.bat file. (assuming I understand the question)

Already explained that to him 😉

Plus, he's already solved the problem anyways, he meant to rephrase the question as, "How to fix addons that don't start automatically?"

@umi그들은 당신의 질문 때문에 잘못된 생각을 가지고 있습니다. ㅋㅋㅋㅋㅋㅋㅋ ㅠㅠㅠㅠㅠ

Edited by arwasairl

1 hour ago, newtie said:

Hi Dave-

I tried this app a while back and found it unnecessarily complicated for what I do, not to mention my aircraft at the time starting in full throttle with my lever at idle.

It also goes against my ongoing mantra of running systems to manage systems (FFTF,PL,etc.) and the commensurate overhead. Currently, Lorby's Addon Manager and .bat files do the trick with no added sugar 😊

I am going to look into FSUIPC as onebob has mentioned above. Looks to be little or no overhead and has an affinity capability that SPLAT does not.

Cheers,

Mark

I'm in the same boat you are in. I bought it, thinking of things I'd like to do, but once I opened it up, I realized I could spend time doing other things. I've tried installing twice over the last two years and each time, I look at it and that's all I do with it. I end up just flying rather than deciphering info on how to use it.

Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (8 cores) Hyper on, Evga RTX 3060 12 Gig, 32 GB ram, Windows 11, P3D v6, and MSFS 2020 and a couple of SSD's

3 minutes ago, jimcarrel said:

I'm in the same boat you are in. I bought it, thinking of things I'd like to do, but once I opened it up, I realized I could spend time doing other things. I've tried installing twice over the last two years and each time, I look at it and that's all I do with it. I end up just flying rather than deciphering info on how to use it.

On top of that... it's not free!!!!! 😭😭😭

Edited by arwasairl

1 hour ago, jimcarrel said:

I'm in the same boat you are in. I bought it, thinking of things I'd like to do, but once I opened it up, I realized I could spend time doing other things. I've tried installing twice over the last two years and each time, I look at it and that's all I do with it. I end up just flying rather than deciphering info on how to use it.

I imagine if you have a ton of scenery with a ton of aircraft with a ton of settings and a lot of time, this would be the tool.

I tend to find the most accurate aircraft and learn everything about it, flying into generally the same spots all as time permits. Currently, that is the Flysimware Falcon 50 with KSFO, KLAX, KSEA, KLAS, KPHX and KSAN being the likely suspects.

Cheers,

Mark

  • Commercial Member
4 hours ago, newtie said:

Hi Dave-

I tried this app a while back and found it unnecessarily complicated for what I do, not to mention my aircraft at the time starting in full throttle with my lever at idle.

It also goes against my ongoing mantra of running systems to manage systems (FFTF,PL,etc.) and the commensurate overhead. Currently, Lorby's Addon Manager and .bat files do the trick with no added sugar 😊

I am going to look into FSUIPC as onebob has mentioned above. Looks to be little or no overhead and has an affinity capability that SPLAT does not.

Cheers,

Mark

 

I certainly can't argue what you said... SimStarter does have a little learning curve, but the capabilties are simply immense - though I don't use all of them myself.  I often use it when testing aircraft as I can put myself on any approach, and the time savings doing that (so important when I test products) is so nice to have.

But for everyday flight simmers?  I still think it's a wonderful product especially for those who are learning a new aircraft.

My very best wishes!

 

Dave Hodges

 

System Specs:  I9-13900KF, NVIDIA 4070TI, Quest 3, Multiple Displays, Lots of TERRIFIC friends, 3 cats, and a wonderfully stubborn wife.

  • Commercial Member

And for completeness sakes, the way it is supposed to be done per P3D V4 spec is with one or more add-on.xml files.

Example:
\Documents\Prepar3D v4 Add-ons\MyOwnAutostart\add-on.xml

with these contents:

<?xml version="1.0" encoding="UTF-8"?>
<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
<AddOn.Name>My autostarting apps</AddOn.Name>
<AddOn.Description>Everything starting and stopping with the sim</AddOn.Description>
<AddOn.Component>
<Category>EXE</Category>
<Path>C:\FooFolder\AnyAddon\MyAddon.exe</Path>
</AddOn.Component>
<AddOn.Component>
<Category>EXE</Category>
<Path>F:\CoolApp\Anotherapp.exe</Path>
<CommandLine>P3DV4</CommandLine>
</AddOn.Component>
</SimBase.Document>

does exactly the same as the entries in the exe.xml would. The benefit is, that you can turn it on or off in the Add-ons menu in P3D. This works even better if you create an individual add-on.xml for each exe - as the developers of those addons are supposed to do anyway. You could then turn these apps on or off individually in P3D. Be mindful of the first line. The encoding is UTF-8 only if you set your text editor to encode in UTF-8. If you create the file with the Windows Notepad, it should either read encoding="Windows-1252" - or you just remove the whole line.

The same is true for the DLL.XML, you are supposed to add all those entries as AddOn.Components of Category "DLL".

Learning Center -> SDK -> Add-ons -> Add-on Packages

(both options can be managed with P4AO using the "other addons" tab - so you don't have to write XML files yourself).

Best regards

 

 

Edited by Lorby_SI

LORBY-SI

On 12/27/2018 at 9:19 AM, David Roch said:

I use SPLAT and love it.
With a simple shortcut on my desktop I launch Process Lasso, P3D, REX SF, AS, FFTF, and PRO-ATC sequentially.
Very handy free tool 🙂

Hi David,

Does it work on Windows 10, I use shut up which also helps limit Windows running background stuff.

 

MSFS2020 ,P3D V5, Ryzen 3600 4.2GHZ, 32GB 3000 Ram, Nvidia GTX 1600 Super 6GB, 22 inch 75 hz Monitor , Windows 10 204, Toposim,   Orbx Global, Vector, Europe  N & S California LC, England Regions,  England, PMDG 737, 777, Majestic Q400 and Aerosoft Airbus A318-20.

Yes, sure! 🙂

- PC Hardware: AMD Ryzen 9 9950X3D //  Asus ROG Crosshair X870E HERO //  2x32Gb Corsair Dominator Titanium DDR5 6000MT/s CL30 //  ASUS ROG Strix GeForce RTX 4090 OC Edition // 4Tb Corsair NVMe M.2 MP600  //  Corsair 1600W PSU
Samsung Odyssey Arc 55" curved 165 Hz monitor.
- Simulator Hardware: VIRPIL Constellation Alpha Prime + VIRPIL VPC Universal Control Panel - #3 + MOZA AY210 Force Feedback Yoke + WINWING URSA MINOR 32 Throttle & PAC Metal + WINWING SKYWALKER Metal Rudder Pedals + WINWING Airbus FCU & EFIS + WINWING Boeing 3N PAP + WINWING MCDU-32 + WINWING PFP-4 + WINWING PFP 3-N + WINWING PFP-7. 

   

 

 

Thanks, I will give a look.

 

MSFS2020 ,P3D V5, Ryzen 3600 4.2GHZ, 32GB 3000 Ram, Nvidia GTX 1600 Super 6GB, 22 inch 75 hz Monitor , Windows 10 204, Toposim,   Orbx Global, Vector, Europe  N & S California LC, England Regions,  England, PMDG 737, 777, Majestic Q400 and Aerosoft Airbus A318-20.

On 12/27/2018 at 11:05 AM, onebob said:

Just tested with the suggested syntax, ASp4 stared immediately at the  Prepar3d opening screen.

 

edit ..

[Programs]
Run1=AM=252,"C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe"

as example this appeared to work , I had to start Prepar3D with 'Run as Admin'

 

bob

Where in the FSUIPC manual is this described? I looked, including in the advanced section, but couldn't find it. Probably right in front of me...

On 12/26/2018 at 8:04 PM, arwasairl said:

ㅠㅠ 

 

애드온을 다시 설치하고 입력 한 텍스트를 삭제하십시오.

 

 

My EXE contains these lines...I assume needs to be type "Launch"... should be added after?

 

<?xml version="1.0" encoding="UTF-8"?>
<SimBase.Document Type="AceXML" version="3,0" id="exe">
    <Descr>AceXML Document</Descr>
    <Filename>exe.xml</Filename>
</SimBase.Document>

Edited by cyyzrwy24

Alex 

2 hours ago, cyyzrwy24 said:

 

 

My EXE contains these lines...I assume needs to be type "Launch"... should be added after?

 

<?xml version="1.0" encoding="UTF-8"?>
<SimBase.Document Type="AceXML" version="3,0" id="exe">
    <Descr>AceXML Document</Descr>
    <Filename>exe.xml</Filename>
</SimBase.Document>

Is your Prepar3D installation in a different drive from the C:\?

8 hours ago, newtie said:

Where in the FSUIPC manual is this described? I looked, including in the advanced section, but couldn't find it. Probably right in front of me...

Yes in the Advanced , page 43.

and the to close when you exit prepar3D is :-

[Programs]
Run1=AM=252,Close,"C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe"

 

bob

 

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.