Getting intimate with FSUIPC4 and Lua scripts will unlock a world of possibilities relating to control assignments.
I have dual Saitek throttle quads, 6 double throw switches, but I have them assigned using 'conditional' coding such
that each of my switches has up to 10 different controls assigned to each switch.
I use on pair of switches to change 'modes'. The INC and DEC the contents of one of the user-defined offsets.
The value in that offset determines which of the multiple assignments will be active on the other 5 switch pairs.
I have several complex A2A aircraft set up such that I can go from cold & dark to airborne without the need to use
the mouse, simply by selecting the correct 'mode' an manipulating the switches for that phase of operations.
Here is a 'map' showing the 8 'modes' I have set up for the A2A B-17G:
Using this approach one can have as many 'modes' or 'control sets' as you wish. And to
'remind me' what assignments are for a given mode, each time I select a new mode
a lua script runs and displays the current 10 assignments for that mode. I have that message
set to display for 10 seconds (can be set to any duration in the code) and I also have it
set to display if I just hit 'F10'. The Lua display is relatively small and can be positioned wherever you wish
on the screen.
I have recently started to further expand this on a new aircraft where by for each mode I can
have 10 assignments with the pinky switch on my X-45 stick 'not pressed' and another 10 assignments
for that same mode setting when I activate the pinky switch. The Lua display shows all twenty assignments
in 4 lines. I found this to make starting this particular aircraft musch easier since one must first activate
an inertia starter for the desired engine, then after several seconds select the 'mesh' or start function. Count
'6 blades' then through the mags to 'both'. When the engine catches, throw the mixture from cut-off
to rich. All done using a switch pair for the starter/mesh/mags/mixture and a single switch for the primer.
These sorts of multiple assignments can make life easier for those with just a single controller or HOTAS.
So, dig into those FSUIPC4 documents and enjoy your flying time!
Paul
