Jump to content
Sign in to follow this  
Dragonmount

Question for some of you programmers

Recommended Posts

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
 


Ernest Pergrem

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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)

Share this post


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

 

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