Open in notepad
\SH3\data\Cfg\Commands_en.cfg
Using the find function, type in "Cmd50"
That will bring you to this block:
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
|
Simply put in a semicolon before the Key line. Semicolon is how you remark something out in SH3 cfg files. Although you have to be careful, some files are sensitive to whitespace while others are not. ANyway, it should now read
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
|
Bingo, no more target cam. Just the F12 free view. Ive toyed with that before obviously. My only complaint is i havent been successful in limiting the freecams parameters so for example, cant look at the surface while submerged.