View Single Post
Old 02-19-20, 06:04 AM   #169
shadow_wxh
Soundman
 
Join Date: Mar 2017
Posts: 142
Downloads: 107
Uploads: 1
Default TDC Button not linked with Keyboard

The 3 newly added on/off TDC autoupdate button are not interactive with keyboard input.

For example normally red means manual green means auto,then if I press hotkey"Ctrl+T" once the logic is revesed red become auto green become manual.press another it goes back to normal.I tried to mess around with the menu_1024_768.ini dails,cfg and commands_en.cfg but with no luck.anyone have any idea to overcome this issue?

Here are some of the code snippet :

menu_1024_768.ini

Code:
[G26 I174]
Name=Karamazov TDC Autoupdate Dial
Type=1026;Menu group
ItemID=0x260FF900
ParentID=0x26080000
.......

[G26 I175]
Name=Val
Type=1031;Stat bmp array
ItemID=0x260FF901
ParentID=0x260FF900
......
Display=5;Linear&rotation
Mat 0=data/menu/Karamazov/TDC_parts.tga
Crop 0=0,0.886719,1,0.113281
.....

[G26 I176]
Name=Dial
Type=1031;Stat bmp array
ItemID=0x260FF902
ParentID=0x260FF900
commands_en.txt

Code:
[Cmd131]
Name=Toggle_TDC_autoupdate
Ctxt=1
MnID=0x260FF902
Key0=0x54,c,"Ctrl+T"
dials.cfg

Code:
[Dial112]
Name=Karamazov_Autoupdate_AP
Type=56; Toggle_TDC_autoupdate
Cmd=Toggle_TDC_autoupdate
Dial=0x260FF902
CrtVal=0x260FF901
NewVal=0x0
DialVal=-180,180
RealVal=0,1; 0-auto or 1-manuel
...

[Dial113]
Name=Karamazov_Autoupdate_AP_holder
Type=56; 
Cmd=radar_toggle_sweep_focus
Dial=0x260FF902
CrtVal=0x260FF901
NewVal=0x0
DialVal=0,180
RealVal=0,1
....
shadow_wxh is offline   Reply With Quote