Quote:
Originally Posted by Nemo66
@ CCIP
Nice, i see what you mean. But how did you disable the key? I suppose there is a programm for redefining the keyboard but i don't remember now.
|
No program required
Simply go to Silent Hunter III/data/cfg/ and open the file commands_en.cfg (or commands_de.cfg if you use the German version; I generally edit both just in case), and find the following lines:
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 remove the last two lines from each entry, so you're only left with
Quote:
[Cmd50]
Name=Camera_on_next_unit
Ctxt=1
[Cmd51]
Name=Camera_on_prev_unit
Ctxt=1
|
Then you simply won't have a key programmed for that function!