View Single Post
Old 10-24-11, 09:07 PM   #21
tekniq
Swabbie
 
Join Date: Apr 2010
Posts: 6
Downloads: 41
Uploads: 0
Default

Quote:
Originally Posted by Rubini View Post
Hi tekniq,

Thanks for this also great tool.
Your tool opens a new door for some others common issues on Sh3. For example, I should like to put my watch crew on flak guns and start to fire medium range without press the mouse 3 or 4 times, etc. Can your tool be adapted for any combination of sh3 keys/commands?

Thanks. Yes my tool could be adapted for this no problem.
Fortunately what you want is already possible in game, which works much nicer than a work around.
Use "SH3 SetKeys" (recommended) or Notepad to edit "data/cfg/Commands_en.cfg" and add keyboard shorcuts to the following entries. if you use Notepad only add the "key0=" line to your entry don't copy paste the rest of mine.

[Cmd431]
Name=Man_the_flak_gun
Ctxt=1
MnID=0x3F2D0003
Str=2945
Key0=0x46,s,"SHIFT F"

[Cmd433]
Name=Watch_crew
Ctxt=1
MnID=0x3F2D0005
Str=2947
Key0=0x57,s,"SHIFT W"

Now you can switch between your watch and flak crews with Shift-F and Shift-W. You should only need to set "Medium Range" and "Fire at Will" once with you mouse and it should stay on those settings. If you want to be sure its always "Medium Range" and "Fire at Will" when you press shift-F you could add shift-F at the same time to those commands as well:


[Cmd419]
Name=AAGuns_Fire_at_will
Ctxt=1
MnID=0x3F180006
Str=1063
Key0=0x46,s,"SHIFT F"

[Cmd422]
Name=AAGuns_Medium_range
Ctxt=1
MnID=0x3F180009
Str=1066
Key0=0x46,s,"SHIFT F"

Try it out in the Flak academy mission.
There are lots more of possibilities in Commands_en.cfg.
tekniq is offline   Reply With Quote