AutoHotkey Community

It is currently May 27th, 2012, 9:17 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 46 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
PostPosted: February 3rd, 2006, 10:01 pm 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
***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:
Image


Last edited by POINTS on March 13th, 2006, 7:28 pm, edited 12 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2006, 5:28 pm 
Offline

Joined: February 5th, 2006, 6:55 am
Posts: 35
Would you be able to zip warkey executable into one ZIP file. Winzip reports an error that warkeys.zip can not find disk 1. Thanks.

I also can not run the vcredist.msi. It says there are missing files. Would I need the "Windows Installer 3.1 Redistributable", at,
http://www.microsoft.com/downloads/deta ... 776fd4138c
http://www.softwarepatch.com/windows/wininstallnt.html


Last edited by jtbalogh on February 19th, 2006, 6:22 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2006, 6:22 pm 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2006, 11:59 pm 
Offline

Joined: February 5th, 2006, 6:55 am
Posts: 35
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" ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2006, 1:13 am 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2006, 1:55 am 
Offline

Joined: February 5th, 2006, 6:55 am
Posts: 35
Works good. Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2006, 9:33 pm 
Offline

Joined: February 22nd, 2006, 9:30 pm
Posts: 1
I sent you a PM with my email address.

Hope this works.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 13th, 2006, 8:04 pm 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 13th, 2006, 9:21 pm 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 17th, 2006, 11:22 am 
Offline

Joined: February 12th, 2006, 11:55 pm
Posts: 16
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 17th, 2006, 6:33 pm 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2006, 12:48 pm 
Offline

Joined: February 12th, 2006, 11:55 pm
Posts: 16
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2006, 6:10 pm 
Offline

Joined: January 18th, 2006, 12:37 am
Posts: 290
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 April 7th, 2006, 12:51 am, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2006, 1:30 am 
Hmm... I'm new to autohotkey and all... How do I use warkeys with autohotkey and what does "Force Grid Align" do?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2006, 2:52 am 
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.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 46 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Rajat, SKAN and 9 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group