Log in

View Full Version : [TEC] Set course / depth via keyboard


Werner von Schmidt
11-21-17, 06:34 AM
Hello,

I'd like to know how it's possible to set a course / depth via keyboard. I am not very skilled in programming, but at least I know it is possible to create sth like that.

Example:
Setting new course 123 by pressing "H+1+2+3".

Maybe someone has the knowledge / an idea to realise it?

Werner von Schmidt
11-25-17, 04:27 AM
After the topic is overflowing with ideas I wanted to share my idea (maybe we could make some progress): :D


create a shortcut which opens an invisible editbox (new item)
typing 3 digits (only digits are allowed), for exampe 001 for course 001 / 1 meter depth
create a script (.py) which get the digits and "send" it to sth like Game.SubmarineCommands.ExecuteCommands
script clears the edit box and close it


:k_confused: