i also tried to use flyers for a long time without any luck (with default config).
when i was in ~p~ clan someone told me to change w and shift keys when flying.
i researched a little about scripting in etqw (i was familiar with binds but not with context binds) and made these lines in my cfg:
setp g_bind_context_anansi “flyer”
setp g_bind_context_bumblebee “flyer”
setp g_bind_context_hornet “flyer”
bind “w” “_sprint” “” “flyer”
bind “shift” “_forward” “” “flyer”
notes:
- this will switch behaviour of W and SHIFT keys in any flyer. meaning you can use flyers using the same keys that you would use when driving icarus.
- you may find hard to believe that this would produce any results. but its true, switching those 2 keys will make it very intuitive and easy. just try before making any judgments on it.
- for some reason that i cant explain, it never worked the way i expected. it always took some time, 1 minute or less. meaning, i would execute my cfg in game, then i went in the flyer, and keys were same as in default. after a minute or so, i would go in the flyer again and keys would be fixed (switched) the way i intended.
- important: if you try this and it would not work anyway, try executing those first 3 lines in console. by typing them or with copy/paste. i guess this is actualy a requirement that you can not ignore, but not sure about it.
besides this you may also find usefull to bind some other things to your mouse. see some examples:
bind mouse2 “_weapnext” “” “flyer”
bind mouse4 “_speed” “” “flyer”
bind mouse5 “_weapon0” “” “flyer”
1st line lets you switch weapon in just one key. between plasma cannon and strocket, or GDF equivalent. 2nd line allows for use of break in mid-air, it can be used to move backwards also. 3rd line lets you fire decoys with a mouse key. this works for me because i have a mouse for lefties, with mouse4 and mouse5 in diferent sides of mouse. i prefer this kind of mouse because it means you can use those 2 extra buttons at same time when required (in this case, firing decoys while hovering). but this extra binds will not work for you probably, because you may have other stuff binded in the mouse already. i just placed them there so you can adapt for your personal use.