В редакторе, в триггерах "X.указать элемент индикации" - это для ЧА работает?
В английской версии мануала что-то написано, но непонятно где эти ИД искать, и как консоль открывать.
Просветите меня.
COCKPIT HIGHLIGHT INDICATION (required console) – enables a cockpit highlight
of the specified digital indication element (such as HUD display elements).
ID – sets the ID of the highlight. The ID can be referenced by other triggers to
evaluate the status of or remove the highlight.
Indicator ID – sets the ID value of the cockpit indicator containing the desired
indication. Indicator ID’s are described in Scripts\Aircrafts\Aircraft
Name\Cockpit\device_init.lua. To quickly locate the indicator ID’s in the lua file,
perform a search function for “indicators”. Indicator ID’s begin with ‘0’ at the top
of the table and are increased by 1 with each subsequent indicator in the table.
For example, the HUD ID for A-10C is ‘5’.
Elem name (element name) – sets the name of the display element to
highlight. To obtain an element name, run a mission with the desired element
string displayed in the cockpit, open the game console and execute the
“console.out(list_indication(n))” command (where ‘n’ is the desired indicator’s
ID). The game console can be accessed by pressing the “`” command in-game.
The console.out(list_indication(n)) console command will list all current element
strings of the set indicator.