View Single Post
Old 04-15-10, 11:11 AM   #3
razark
Ocean Warrior
 
Join Date: Mar 2007
Location: Houston, TX
Posts: 2,731
Downloads: 393
Uploads: 12
Default

The next/previous unit cameras were disabled in TMO. You can turn them back on by editing the command configuration file.

Disable TMO, edit MODS\TriggerMaru_Overhaul_19\Data\Cfg\Commands.cfg (in notepad, or your favorite text editor), and enable TMO again.

Find this section:
Quote:
[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
and change it to
Quote:
[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
(note the ";" has been removed from the two commands)
__________________
"Never ask a World War II history buff for a 'final solution' to your problem!"
razark is offline   Reply With Quote