Log in

View Full Version : Changing Command "Fire Torpedo"


AkbarGulag
08-05-07, 08:07 AM
Was trying to reconfigure my torp firing button... [ENTER] is to easy for me to bump... im sailing about for an hour, then discover I accidentally fired a torp some time in the last hour.

There was a "Keyboard Function" mod for 1.2 (captain Cox maybe?) that joined the keys 'Ctrl + Enter'

Thinking this could be an easy fix, I merely changed the line in the Commands.cfg to match that mod... heres what I changed.

[Cmd313]
Name=Fire_torpedo
Ctxt=1
Key0=0x0D,,"Ctrl+Enter" ....... Was.... Key0=0x0D,,"Enter"

Sadly this seemed to have no affect... or did it respond but just not in my save game? I was thinking this sort of raw feature change would come into affect across all games 'new' or 'saved'.

Anyone got any ideas, or does this require a new mod for 1.3 beyond the ability of a mere mortal like myself?

Regards,

Akbar

Capt. Shark Bait
08-05-07, 08:11 AM
what you should do is get ideazons FANG. it has enuff keys for all the necessary and most used commands. it's perfect for this game. i'll even send you a profile i did up for SH4

AkbarGulag
08-05-07, 08:27 AM
You may want to hold off on that offer SharkBait, a gaming pad is not at the top of my list of priorities bud. As nice as it would be, theres just so many things I need and so little money ^^

buteobuteo
08-05-07, 08:53 AM
You need to add a lower case "c" between the two comma's.
Should read Key0=0x0D,c,ctl+enter

AkbarGulag
08-05-07, 10:32 AM
You need to add a lower case "c" between the two comma's.
Should read Key0=0x0D,c,ctl+enter

Legend, thanks mate ;) worked perfectly.