| View previous topic :: View next topic |
| Author |
Message |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Fri Feb 03, 2006 9:01 pm Post subject: Warcraft III - WarKeys the new Keycraft |
|
|
***Update: New Webpage, Easy Download, and Windows XP Fix!***
My script got too big for autohotkey with the images and all. You can get the script at the new website.
Website: http://warkeys.sourceforge.net/
Here's a sample:

Last edited by POINTS on Mon Mar 13, 2006 6:28 pm; edited 12 times in total |
|
| Back to top |
|
 |
jtbalogh
Joined: 05 Feb 2006 Posts: 35
|
|
| Back to top |
|
 |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Sun Feb 19, 2006 5:22 pm Post subject: |
|
|
I apologize for the inconvenience but because Autohotkey is designed for scripts under 2 megs, the zip file must be split. Winzip 8.1 SR-1 was used to split the file. Any later versions of winzip should also be able to open this file. Make sure you have all 3 parts of the zip when opening it.
If you are still unable to open the zip file, you may send me a Personal Message with your email and the full zip can be emailed to you. |
|
| Back to top |
|
 |
jtbalogh
Joined: 05 Feb 2006 Posts: 35
|
Posted: Sun Feb 19, 2006 10:59 pm Post subject: |
|
|
| vcredist.msi installed with the new distribution pack, but warkeys.ahk says, "AHKTreeSupportVC7.dll can not be found" ? I got a copy from the other thread in the forum, but I can not register it. It says "module can not be found" ? |
|
| Back to top |
|
 |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Mon Feb 20, 2006 12:13 am Post subject: |
|
|
| It should work now. The VC7.dll was used for testing purposes but it must have been uploaded by accident. The current zip file includes all the necessary dll files so you will not need to install anything else. |
|
| Back to top |
|
 |
jtbalogh
Joined: 05 Feb 2006 Posts: 35
|
Posted: Mon Feb 20, 2006 12:55 am Post subject: |
|
|
| Works good. Thanks. |
|
| Back to top |
|
 |
TheFobster
Joined: 22 Feb 2006 Posts: 1
|
Posted: Wed Feb 22, 2006 8:33 pm Post subject: |
|
|
I sent you a PM with my email address.
Hope this works. |
|
| Back to top |
|
 |
Mn3MoN1C Guest
|
Posted: Mon Mar 13, 2006 7:04 pm Post subject: |
|
|
| Is there a way to set it up so you can save a config as the standard such as QWER for all skills instead of ZXCV? |
|
| Back to top |
|
 |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Mon Mar 13, 2006 8:21 pm Post subject: |
|
|
| Not yet, but I was planning to add that to the next version, which will be available in the next day or two. This feature will allow you to setup your own grid keys as opposed to the QWER grid. |
|
| Back to top |
|
 |
dosboot
Joined: 12 Feb 2006 Posts: 16
|
Posted: Fri Mar 17, 2006 10:22 am Post subject: |
|
|
First off, this is a very handy tool!
A couple suggestions:
When you modify a hotkey you shouldn't have to press enter or click OK to confirm. I'd like to just double click the icon, press the letter I want the hotkey to be, then be back at the main screen. I've remapped every key a few times over since I d/l'ed warkeys and the enter thing noticeably slows me down. Also, if you modify a hotkey and press 'e' it goes to 'Esc' first, it'd be nice if it went to 'e' first
There is something buggy about the menu on the left. Sometimes warkeys will lose focus it seems and I'm clicking on the folder in the background! Othertimes I try to click on a new unit/building and it briefly selects it but goes back to the old unit/building. |
|
| Back to top |
|
 |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Fri Mar 17, 2006 5:33 pm Post subject: |
|
|
I’ll try to find a work around so you don’t have to press enter when you choose a hotkey. That is the way I would prefer it to behave too, especially since that’s how it was in Keycraft.
‘e’ goes to the next e-item in the list, so if ‘a’ through ‘d’ is selected, ‘e’ will be first. If I can, I’ll make ‘e’ go to ‘e’ and ‘Esc’ go to ‘Esc’.
The left tree menu is pretty buggy for a couple reasons. First, tree support is not native to autohotkey, so the program has to make a bunch of dll calls to the dll that Micha wrote for tree support. The real problem I think is that the code for the tree stuff is pretty bad right now, is gets slower as we add more items to the tree. Hopefully, when I clean up the code here it will work a little better.
Thanks for your suggestions! |
|
| Back to top |
|
 |
dosboot
Joined: 12 Feb 2006 Posts: 16
|
Posted: Mon Mar 20, 2006 11:48 am Post subject: |
|
|
How much do we know about placing two icons at the same button position? I'd like to reduce the icon clutter on my command grid by basically getting rid of buttons that I never use (like the rally flag or attack/move/stop).
It looks like our other thread for wc3 scripts is kinda dead. I posted a new script on the wcreplays forums which automatically toggles your hotkeys on and off when the message box appears (using "enter" to toggle the keys doesn't work for me at least). Do you guys still want to share scripts? I am always coming up with new ideas. |
|
| Back to top |
|
 |
POINTS
Joined: 17 Jan 2006 Posts: 284
|
Posted: Mon Mar 20, 2006 5:10 pm Post subject: |
|
|
Basically when you try or accidently "stack" two or more icons, Warcraft III uses a priority system to choose what icon to place in that position. The other icons are then moved to the next available position (usually to the right of where the stacked icons were placed). So, even if you tried to stack all the unused icons, they would still show up on the grid.
Another thing to note, rally point is one of the "unmoveable" icons. It will always still in the same position even when you try to move it, and if you put other icons in that position, that icon will be moved (not the rally command).
Update: The rally command can now be moved.
I've been too busy with Warkeys to really watch the other thread, but it's still really popular, with almost 1400 views! I'm sure when people have questions they will start posting again.
Last edited by POINTS on Thu Apr 06, 2006 11:51 pm; edited 2 times in total |
|
| Back to top |
|
 |
MadMax Guest
|
Posted: Fri Mar 24, 2006 12:30 am Post subject: |
|
|
| Hmm... I'm new to autohotkey and all... How do I use warkeys with autohotkey and what does "Force Grid Align" do? |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 24, 2006 1:52 am Post subject: |
|
|
You don't need autohotkey to run warkeys, because the scipt is compiled into exe form.
"Force Grid Align" aligns all hotkeys based on their grid position. The "Hotkey Grid" at the bottom of the list allows you to change these hotkeys. Basically it aligns the grid like this:
Q W E R
A S D F
Z X C V
where the 4 by 3 grid matches the 4 by 3 grid in Warcraft III. |
|
| Back to top |
|
 |
|