Заходим в папку по этому адресу:
C:\Program Files\1C\Eagle Dynamics\LockOn Flaming Cliffs 2\Config\View
Открываем блокнотом файл view.lua
Редактируем эти строки:
-- HUD RGB color
HUDColor = {}
HUDColor[PlaneIndex.iSu_27] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_33] = {0, 255, 0}
HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}
HUDColor[PlaneIndex.iSu_39] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29] = {0, 255, 0}
HUDColor[PlaneIndex.iMiG_29K] = {0, 255, 0}
HUDColor[PlaneIndex.iA_10] = {0, 255, 0}
HUDColor[PlaneIndex.iF_15] = {0, 255, 0}
HUDColor[PlaneIndex.iKA_50] = {0, 255, 0}
0,255,0 - значения цветов в RGB.
:)