View Single Post
Old 01-10-14, 10:17 PM   #10987
Raven_2012
Commander
 
Join Date: Jan 2010
Location: Elmira, NY
Posts: 445
Downloads: 129
Uploads: 0
Default

Try to use this program, it will show you what keys are taken and not taken.

http://www.subsim.com/radioroom/show...=168297&page=5

Quote:
Originally Posted by TORDO222 View Post
Hi my friend TDW. "Houston, we have a problem...".

1st Question: I can equip only a key for the automation function (x key...) when I work into the "TheDarkWraithUserOptions" file. When I run the game, only the x key work. I try with keys x,z,b and n, but nothing....z,b and n are "disabled"

This is a extract of file:

#[OPTION]
#CATEGORY=Automation
#TYPE=7
#DESCRIPTION=Hotkey for Automation's hotkey 1
#VALUES=
#DEFAULT=[ True, MenuKeyManagerWrapper.Keys.X, False, False, False, False ]
#; the hotkey used to activate the script associated with Automation hotkey x (1-4)
#; Format:
#;
#; AutomationScriptHotKeyx = [ True, None, False, False, False, False ]
#; True = enabled
#; None = key used
#; False = shift required
#; False = ctrl required
#; False = alt required
#; False = handled
#;
#; if you wanted to enable this without shift, crtl, and alt required:
#; AutomationScriptHotKeyx = [ True, MenuKeyManagerWrapper.Keys.J, False, False, False, False ]
#;
#; if you wanted to disable this:
#; AutomationScriptHotKeyx = [ False, MenuKeyManagerWrapper.Keys.J, False, False, False, False ]
#;
#; NOTE: set the ones using SHIFT first!
#;
AutomationScriptHotKey1 = [ True, MenuKeyManagerWrapper.Keys.x,False , False, False, False ] # change the None to whatever you want

#[OPTION]
#CATEGORY=Automation
#TYPE=7
#DESCRIPTION=Hotkey for Automation's hotkey 2
#VALUES=
#DEFAULT=[ False, None, False, False, False, False ]
AutomationScriptHotKey2 = [ True, MenuKeyManagerWrapper.Keys.z, False, False, False, False ] # change the None to whatever you want

#[OPTION]
#CATEGORY=Automation
#TYPE=7
#DESCRIPTION=Hotkey for Automation's hotkey 3
#VALUES=
#DEFAULT=[ False, None, False, False, False, False ]
AutomationScriptHotKey3 = [ True, MenuKeyManagerWrapper.Keys.b, False, False, False, False ] # change the None to whatever you want

#[OPTION]
#CATEGORY=Automation
#TYPE=7
#DESCRIPTION=Hotkey for Automation's hotkey 4
#VALUES=
#DEFAULT=[ False, None, False, False, False, False ]
AutomationScriptHotKey4 = [ True, MenuKeyManagerWrapper.Keys.n, False, False, False, False ] # change the None to whatever you want

2nd Question: How I can open the automation message box at any moment when the game is running, not only at the beginning ???

help me please!!!. Thanks a lot!!!
Raven_2012 is offline   Reply With Quote