View Single Post
Old 03-29-10, 09:37 PM   #7
kanfield1
Swabbie
 
Join Date: Mar 2010
Posts: 6
Downloads: 7
Uploads: 0
works perfectly

Quote:
Originally Posted by DivingDuck View Post
Moin,

now that I had a first glance at SHV I´m starting to browse the folders to become familiar with the newborn. The first button/command I was missing was 'GetDepthUnderKeel'. I´m not that much into GUI programming and haven´t been for SH3 either, but I had a brief look into the corresponding files. Maybe I´m a bit late and somebody else has posted something similar already but here´s how to easily make the 'GetDepthUnderKeel' command working on key command.
  1. open ...\SHV\data\cfg\Commands.cfg
  2. browse to [Cmd130]
  3. add the red line
    [Cmd130]
    Name=Get_depth_under_sub_keel
    Contexts=1,15
    Key0=0x55,,"U"
    MnID=0x3F250005
Now the command will be executed on pressing "U". If you wish to attach another key to this command, search the internet for an ASCII code table. You´ll find a hex code referring to every key on your keyboard. Replace '0x55' by your desired hex code. If you like to use a key whilst pressing SHIFT or CTRL, place a 's' or 'c' between the commas.

Btw, it looks as if all commands known from good old SH3 are still present in the commands.cfg files. The *.act files in the game´s root folder do indicate the same. So, I´m pretty much sure some GUI guru will provide a SHIII like interface sooner or later.

Regards,
DD
thank u.
It's a shame the developers are leaving all the fixit work to the modders. You guys should be on the payroll. They're overpaid & you guys are underpaid. No justice!
kanfield1 is offline   Reply With Quote