View Single Post
Old 12-28-10, 05:42 PM   #5661
col_Kurtz
XO
 
Join Date: Mar 2008
Posts: 424
Downloads: 341
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
The '#' symbol means a comment and is ignored by the game (used for adding documentation in the .py files)
Note: if the key you are defining (in this case N) is defined in the commands.cfg file then the commands.cfg file will override it and you'll never see it work

copy and paste the following into your options file (overwriting the original):

# the hotkey used to order most fuel efficient speed
# Format:
#
# MostFuelEfficientSpeedHotKey = [ False, None, False ]
# False = disabled
# None = key used
# False = shift required
#
# if you wanted to enable this without shift required:
# MostFuelEfficientSpeedHotKey = [ True, MenuKeyManagerWrapper.Keys.M, False ]
#
# if you wanted to disable this:
# MostFuelEfficientSpeedHotKey = [ False, MenuKeyManagerWrapper.Keys.M, False ]
#
# Note: Keys.M is used by the Navigation Map in the stock game! It was used only as example here. Also the hotkey will only be recognized if the sub is surfaced
#
MostFuelEfficientSpeedHotKey = [ True, MenuKeyManagerWrapper.Keys.N, False ] # change the M to whatever you want. You can't use M!
Doesn`t work. Deactivate the mods than open .py file and paste from above. Start the game, historical mission, hit the N... and... So sorry
__________________


DRM it`s a horror, horror... col. Kurtz Apocalypse Now
WinXP Pro SP3 2x1GB Geil 800Mhz DDR2, ATI 4850 Asus Top, E2160 1.80 Ghz overlocked to 2.79Ghz MoBo Asus P5b
col_Kurtz is offline   Reply With Quote