Just something I figured out:
I always thought the controls indicator (CI) was VERY useful to me without a FF joystick; so I always fly with it on. But I also think it was a little biggish and covers a little much of that side of my panels. I have run across the .lua file that sets up the parameters for the CI and modified it a bit to make it smaller.
Location: //Ka-50/scripts/cockpit/controlsindicator/controlsindicator_page.lua
If you adjust the * lines like I did, you get a smaller, less obtrusive CI:
local aspect = LockOn_Options.screen.aspect
*local size = 0.08
*local tex_scale = 0.15/size
local line_width = (4.5/512)/tex_scale
Further down you may also fiddle with the colors if you like.
Enjoy modding!
Cheers,