View Single Post
Old 01-20-09, 08:51 PM   #55
Munchausen
Commodore
 
Join Date: Jul 2002
Posts: 608
Downloads: 25
Uploads: 1
1. Using Notepad, open the Commands.cfg file (make a backup first).
2. Find Command 34:
Quote:
[Cmd34]
Name=Attack_2D_map
Ctxt=1
MnID=0x3F020009
;Key0=0x75,,"F6"
Page=0x32000000,3741
3. Delete the semi-colon so it looks like this:
Quote:
[Cmd34]
Name=Attack_2D_map
Ctxt=1
MnID=0x3F020009
Key0=0x75,,"F6"
Page=0x32000000,3741
4. Find Command 19
Quote:
[Cmd19]
Name=Deckgun_camera
Ctxt=1
MnID=0x3F020005
Key0=0x75,,"F6"
;Key0=0x79,,"F10"
Page=0x38000000,3707
GoBack=Conning_deck_camera
5. Add a semi-colon to disable the deck gun camera, like so:
Quote:
[Cmd19]
Name=Deckgun_camera
Ctxt=1
MnID=0x3F020005
;Key0=0x75,,"F6"
;Key0=0x79,,"F10"
Page=0x38000000,3707
GoBack=Conning_deck_camera
6. Save the file and test it in-game.

Pressing F6 will now bring up the attack map instead of the deck gun. If you don't want to disable your deck gun hot key, find a key that isn't being used (using Notepad's "Find" option) and plug it into Command 34 instead.
Munchausen is offline   Reply With Quote