| Author |
Message |
Forum: Scripts Topic: WASD Controls script for Titan Quest and Torchlight |
| Desi |
|
Posted: March 11th, 2012, 5:45 am
|
|
Replies: 17 Views: 3905
|
| Cool! Thank you for letting me know. |
|
 |
Forum: Scripts Topic: WASD Controls script for Titan Quest and Torchlight |
| Desi |
|
Posted: September 5th, 2011, 4:55 am
|
|
Replies: 17 Views: 3905
|
| Hey guys, I can't seem to get the script to work at all... messed with the cursor positioning for a while and just couldn't get it to move my character. I can see that the cursor is being hijacked whenever I try to run the program and then use the wasd keys to move, but it won't do anything. Any hi... |
|
 |
Forum: Scripts Topic: WASD Controls script for Titan Quest and Torchlight |
| Desi |
|
Posted: July 19th, 2011, 2:13 am
|
|
Replies: 17 Views: 3905
|
| Modifying the current script to support any game is pretty simple. Here is the Torchlight script as an example. 1. Change the window titles (in orange ) to match the window title of the new game. 2. Adjust the offset multipliers (the numbers in red ) to make WASD keypresses deliver clicks as close t... |
|
 |
Forum: Scripts Topic: WASD Controls script for Titan Quest and Torchlight |
| Desi |
|
Posted: July 6th, 2011, 1:21 pm
|
|
Replies: 17 Views: 3905
|
The only difference between v2 and the current code (aside from Titan Quest and Torchlight code being separated into their own scripts) is that the red numbers I showed you are much larger (almost twice as large). Still, if those parameters suit you, then that is awesome.  |
|
 |
Forum: Scripts Topic: WASD Controls script for Titan Quest and Torchlight |
| Desi |
|
Posted: July 6th, 2011, 3:38 am
|
|
Replies: 17 Views: 3905
|
| The cursoring moving and flickering is an unavoidable part of the script; it's basically moving the cursor around your character and applying a click every forty milliseconds. If you are not moving, then it means that the cursor is placing itself on top of your character instead of on the ground aro... |
|
 |
Forum: Support Topic: Autohotkey with League of legends |
| Desi |
|
Posted: April 28th, 2011, 11:01 pm
|
|
Replies: 32 Views: 8795
|
| I sometimes get such problems, and not even sleeps or waits will solve them. What I instead do is put each step in a new Send command. Logically it is the same as Keywait or sleeps, but it works for some reason (this is, incidentally, what I did in the script above). This problem seems to be common ... |
|
 |
Forum: Support Topic: Autohotkey with League of legends |
| Desi |
|
Posted: April 28th, 2011, 10:47 pm
|
|
Replies: 32 Views: 8795
|
| I wrote a similar chat macro script for Battlefield Bad Company 2. It's a very simple process to change what messages the keys actually send (I put them in their own section near the top). You can make the script send Enter to start chat instead of BFBC2's K or L by changing the Channel label to Cha... |
|
 |
Forum: Support Topic: please help - minecraft |
| Desi |
|
Posted: April 28th, 2011, 10:38 pm
|
|
Replies: 10 Views: 532
|
| There is a big problem with the keys you want to bind to. Windows does not seem to like binding to Ctrl or Alt for this particular thing. Binding Left Mouse to Z and Right Mouse to X works, but try binding them to Ctrl and Alt using the same code, and you get a mouse button that won't toggle off. Se... |
|
 |
Forum: Support Topic: toggle crouch for bf2142 |
| Desi |
|
Posted: April 28th, 2011, 4:39 am
|
|
Replies: 12 Views: 1943
|
| Just tried your code, nimda, and while it is logically the same, it does NOT do the same thing. It seems that AHK has trouble with a_timeSinceThisHotkey when applied to a tilded hotkey. You will find that if you run your code, it will not release the key when you try to toggle it off. Keeping a_tick... |
|
 |
Forum: Support Topic: Pls help me to change 2 buttons |
| Desi |
|
Posted: April 16th, 2011, 1:28 pm
|
|
Replies: 4 Views: 140
|
| Now I only need to find out how the "0/Ins" Key is spelled correctly. http://www.autohotkey.com/docs/KeyList.htm It is two keys: Numpad0 or NumpadIns, depending on whether number lock is on or off. To assign the same key to both states, use: NumpadIns:: Numpad0:: blahblahblah return |
|
 |
Forum: Scripts Topic: AutoHotkey v2 Alpha Release |
| Desi |
|
Posted: April 16th, 2011, 1:22 pm
|
|
Replies: 740 Views: 68608
|
| +1 = assignment and == comparisons -1 . This is counter-intuitive for newbies It may be, but the rest of the language is so arcane and obfuscated (e.g. structures like #IfWinActive, whose functionality should, intuitively, be supported by plain IfWinActive) that having the comparison and assignment... |
|
 |
Forum: Support Topic: Pls help me to change 2 buttons |
| Desi |
|
Posted: April 16th, 2011, 1:16 pm
|
|
Replies: 4 Views: 140
|
|
 |
Forum: Scripts Topic: AutoHotkey v2 Alpha Release |
| Desi |
|
Posted: April 16th, 2011, 1:19 am
|
|
Replies: 740 Views: 68608
|
| Still want to see == (double-equals) act as the comparison operator, while keeping = (single-equals) as the assignment operator. |
|
 |
Forum: Scripts Topic: Flinging Windows Across a Multi-Monitor System |
| Desi |
|
Posted: March 31st, 2011, 10:42 am
|
|
Replies: 6 Views: 2442
|
Oh my goodness, that is pretty great. No more dragging windows like a sucker for me!
Thing is, my two monitors are of different resolutions, and the relative resizing shrinks windows that I've already pre-sized to fit in both. Perhaps add an extra parameter to the function to turn off resizing? |
|
 |
Forum: Support Topic: Novice: couple of basic points |
| Desi |
|
Posted: March 30th, 2011, 10:06 pm
|
|
Replies: 20 Views: 651
|
| The way I learned was just to get a feel for the syntax (which was easy, since it's C-like), and then put stuff together, keeping the AHK manual handy at all times to check what parameters are in a command, or if there was a command or function that could help me. |
|
 |
| Sort by: |