Quote:
Originally Posted by Larry
Hello, can anyone tell me how to get the stock external (next/previous) view back where the view was sentered around the sub or other objuct? i am using sh 4 1.5 with TMOwTw beleave it is 1.7 or 17. sorry if wrong on the ver. i am at work and can not remember for sure. Really like the TMO mod over all but would rather have the stock external view. thanks for your help.
|
Hi,
you will have to tweak your commands.cfg file :
To use "<" (next unit) and ">" (previous unit), the easiest way is to open the /data/cfg/commands.cfg in TMO.
Search for " [Cmd50] " .Your looking for these two blocks:
[Cmd50]
Name=Camera_on_next_unit
Ctxt=1
Key0=0xBE,,"<"
Page=0x34000000,3714
[Cmd51]
Name=Camera_on_prev_unit
Ctxt=1
Key0=0xBC,,">"
Page=0x34000000,3714
Simply remove the semicolon (";") placed in front of the key assignment, and you have the next/previous cameras back.
If that can help you !!