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.

Question for some of you programmers

Featured Replies

Have you guys ever attempted to automate any part of the FSX startup process? If so what have you done?

What do you mean automate the startup process?  

SIMstarter NG is a close as I can think of as an app that might automate the startup.

Ernie
 

  • Commercial Member

Some payware aircraft have macros built into them to start various systems and set switch positions, and I believe you might be able to use FSUIPC to do this.

 

 

 

Dave Hodges

 

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

I use LUA scripts inside FSUIPC, e.g. my ipcInit.lua:

ext.runif('D:\\FSX\\fsrealtime\\FSRealTime.exe', EXT_CLOSE)
ext.runif('D:\\FSX\\WhereAreMyAircraft\\WhereAreMyAircraft.exe', EXT_KILL)
ext.runif('C:\\Program Files (x86)\\EZCA2\\ezlauncher.exe')
ext.runif('D:\\FSX\\AivlaSoft-EFB\\AivlaSoft.Efb.DataProvider.exe')
ext.runif('D:\\FSX\\AS16_FSX\\AS16.exe', EXT_CLOSE)
if ipc.buttons("Y") >= 256 then
  ext.runif('D:\\FSX\\SPAD\\Spad.exe')
  ext.runif('D:\\FSX\\VRInsight\\bin\\VRiSim.exe')
end

(the "if" checks if my yoke is connected and only then starts the two extra programs for things I have attached to the yoke)

  • Author
On 3/23/2017 at 8:42 PM, airernie said:

What do you mean automate the startup process?  

SIMstarter NG is a close as I can think of as an app that might automate the startup.

Ernie
 

In particular I want to deal with the annoying popups that always occur if you install something new, do you want to run xyz something or other? YES.  That way I never have to worry about those again. I'd also like to deal with boxes that only have OK as an option as well.  Is this possible in a .NET language?

 

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.