Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You might want to browse in this thread for an idea how it works: http://www.autohotkey.com/community/viewtopic.php?t=75953
Or just google a bit. You can download autohotkey under: www.autohotkey.com
The program works with any game or program, so I also use it in age of empires online.
Hope this helps
There's definitely a file you can edit. Someone made a grid layout here... http://www.gamereplays.org/community/index.php?showtopic=733549&st=0
I just can't find anything about how to edit the file. When I open it in notepad it's just a garbled mess. :\
Gonna be pretty irritated if I can't play what seems like a great game because rebinding the keys is way more messing around than I can deal with. I really can't figure out how game designers can spend hundreds of thousands of dollars making a AAA RTS game without bothering to allow you to rebind the keys ingame. Just seems surreal.
I've used autohotkey for more than 2 years for coh and never had any problems. I know about gridkeys but I'm not sure if he did edit the file per se. I never quite liked the way it worked since I want to move the camera with w-a-s-d, so can't say I know a lot about what he did in detail.
Might be best if you just write the creator of gridkeys in the forums or send him a pm on GR if he's still active.
My main concern is that if I tell it to change a bunch of keys ("K" to "S" for example), won't that mean i can't chat to my teammates in text because most letters on my keyboard are now different?
My code looks a bit like this:
#IfWinActive, Company Of Heroes
w::up
a::left
s::down
d::right
.... more code for throwing granades and other things....
~Enter::Suspend
+~Enter::Suspend
Return
So if you leave coh, the program will suspend and if you press enter it will suspend. There are more sophisticated skripts on the GR forums if you need them.
By the way, most of the really good players, the ones that stream, all use autohotkey, so can't be that bad because they're all playing it competitively and it's quite a bit more annoying if it stops during a ranked game ;)
Oh so you can actually have it only work in a particular application? I thought I'd have to manually switch it on and off when I started the game. Now I'm really interested. LOL.
Massive thanks for this, man. Hugely appreciate it!
Glad I could help.
Have fun.