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.
- open ...\SHV\data\cfg\Commands.cfg
- browse to [Cmd130]
- 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