View Single Post
Old 04-13-20, 07:24 PM   #1
shadow_wxh
Sparky
 
Join Date: Mar 2017
Posts: 155
Downloads: 112
Uploads: 1
gear TDC Autoupdate Hotkey fix for ARB GUI 1920 x 1080

In the previous release of ARB GUI.The TDC autoupdate button,in attack periscope,observe periscope and UZO doesn't not sync with keyboard input.Insert the the following code in the commands_en.cfg to fix the issue.

Code:
[Cmd131]
Name=Toggle_TDC_autoupdate
Ctxt=1
MnID=0x3B100009
Key0=0x54,c,"CTRL+T"

[Cmd463]
Name=Radar_toggle_sweep_focus
Ctxt=1
Key0=0x54,c,"CTRL+T"
Now It should behave as it should be





Interesting thing to notice that the autoupdate button actually borrows the ID of radar sweep dail. It appears to be a button but I fact it is a dail. I dont know if this has to be this way or there might be better way around this.Anyway this fix the problem for now.
shadow_wxh is offline   Reply With Quote