View Single Post
Old 07-17-11, 07:38 AM   #7502
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Silent Steel View Post
When I want to move a supermark to another position by using the 'C' key I'm constantly sent to 'Crash Dive'.
I don't know if I have to but if I have to change the 'Crash Dive' command in the C:\Ubisoft\Silent Hunter 5\data\Cfg\Commands.cfg and not in the TheDarkWraithUserOptions.py. - how could this be done?
In the C:\Ubisoft\Silent Hunter 5\data\Cfg\Commands.cfg this key is defined like this;


[Cmd201]
Name=Crash_dive
Contexts=1
MnID=0x3F230002
StringID=1035
Key0=0x43,C,"C"
HasDelayedExecution=Yes
CommandClass=Depth
;Sound_0=ELO_Helm,MC_CR_CHIEF_33

//
You have to change the Key0= statement. Using window's character map you can find the hex value of the key you want to use. Let's say you want to use L. Then open up window's character map and click on L. In the bottom left of the character map you'll see: U+004C. This means Unicode + 0x004C. All you need is the 0x4C part. Then your Key0= statement would be: Key0=0x4C,C,"L"
Note: the ,C, means it's executed by the crew
TheDarkWraith is offline   Reply With Quote