| View previous topic :: View next topic |
| Author |
Message |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Thu Mar 13, 2008 5:25 am Post subject: starcraft brood war player unit automating |
|
|
ok i'm a n00b at this and i dont even know where to start but i want to make a script that will let me set up a end less loop of things to do (like scv mine minerals then make more scvs until there are so many of them)
i found a couple of things that may help with finding out the sprite id and other info that may help, datedit and memgraft both can be found at
http://www.starcraft.org/downloads/CustomsDownloads[/url] |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Mar 13, 2008 7:23 am Post subject: |
|
|
Great game, Ive been playing it for about 15 years now I wouldn't recommend using AHK to right a script for it though because its unpredictable. The screen scrolls in all directions and nothing is constant. If you're looking for a winbot or something similar, there are dozens available for download already. |
|
| Back to top |
|
 |
Sergio Guest
|
Posted: Thu Mar 13, 2008 3:51 pm Post subject: Yeah, I second that. |
|
|
| Agreed. AHK can be unpredictable in stable situations let alone Starcraft. Not only that but there aren't keyboard shortcuts to select SCVs, only to make things once selected. |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Thu Mar 13, 2008 10:01 pm Post subject: Re: Yeah, I second that. |
|
|
| Sergio wrote: | | Agreed. AHK can be unpredictable in stable situations let alone Starcraft. Not only that but there aren't keyboard shortcuts to select SCVs, only to make things once selected. |
what would u say if i told u i could make a scv selecting shortcut (hopefully) i'll post the SCV sel code once i get it working |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 19, 2008 10:21 pm Post subject: |
|
|
the initial screen is predictable, and you can find the cc via a custom image search, thats not the problem.
The problem is that when you click or select or press a key, it is going to disturb whatever the user is doing at the time. Suppose you automatically hotkey the cc to 1, and the user is attacking, then AHK sends "1s" to queue an scv, it just unselected your attack units. not acceptable. |
|
| Back to top |
|
 |
|