View Single Post
Old 02-28-10, 07:44 AM   #2
arnahud2
Frogman
 
Join Date: Apr 2005
Posts: 308
Downloads: 724
Uploads: 0
Default

Quote:
Originally Posted by Larry View Post
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 !!
__________________



Last edited by arnahud2; 02-28-10 at 08:17 AM.
arnahud2 is offline   Reply With Quote