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)