Question Creating a c++ mudule that allows you to activate multiple actions

fausto

FOI SuperMod
Joined
Jul 13, 2008
Messages
797
Reaction score
2
Points
0
Location
Monza (Milan)
Question for C++ experts:
is it possible to create a module that allows you to activate a series of actions in sequence by using a sigle, simple command?
Let me explain ..
Aurora platform by Orbiter Forum Italia requires a complicate procedure to launch a missile. In order, you'll have to:
1) select the launch tower and press K to activate arm animations
2) select the rocket and power on engines
3) select a phantom ship that serves as a deck and detach it from the rocket

You could bypass all that stuff by using a specific module (possibly a MFD)?

Thank you!!
 
You could use a Lua script and the clbkGeneric call-back for the intervessel communication.
 
Mmmh.. what is a LUA script? Sorry, i'm not a c++ user.. can anyone create a similar module for us? Is it complicated?
 
Not complicated, no. But this type of thing should really be built inside a vessel specific module.
 
Not complicated, no. But this type of thing should really be built inside a vessel specific module.
I agree, like a launch sequencer module that sends messages to the tower, rocket and deck to tell them to do their things.
 
Back
Top