View Single Post
Re: WBK'S IL2 Series profile 2.0
Old 11-06-2007, 05:27 PM   #6 (permalink)
 
Wild.Bill.Kelso's Avatar
Wild.Bill.Kelso
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,897
Wild.Bill.Kelso is on a distinguished road
Default Re: WBK'S IL2 Series profile 2.0

Hey Target. I also found a good workaround for those Hold buttons that had to be coded with both the select and deselect macros to fix network mode:

macro_select = predef:I, KEYDOWN
macro_deselect = predef:I, KEYUP

The bug fix was to code them with a dummy deselect like this:

macro_select = predef:I
macro_deselect = {}

This allows the engine to start when the button is first touched, not when it is de-selected/reset. The deselect macro does not send any keystrokes. This fix worked for all Hold buttons:

Flight Tab:
Ignition
Extinguish Fire
Drop Tanks

Radio Tab:
Squad
Wing
Wing 1 - 4

I think that's it.
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline   Reply With Quote