-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Artikash/Minimap-Trainer
- Loading branch information
Showing
1 changed file
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
# Starcraft 2 Minimap Trainer | ||
Program to train minimap awareness in Starcraft 2 (and other games) | ||
|
||
How it works: | ||
If you entered your settings into the config file enter "yes" without quotes to "Use preset settings?" | ||
If you want a custom color for the dot enter "yes" without quotes to "Custom Color?" | ||
|
||
After entering all settings, a dot will appear near the middle of your screen, please click near it. Then start a game of SC2. | ||
After a random amount of time (specified earlier) the dot will appear on your minimap. Click near it as soon as you notice it. | ||
This will cause the dot to dissapear, and after another random time period it will reappear on your minimap. Click near the dot as soon as you notice it. Repeat. The dot will grow bigger the longer you don't click it. | ||
You can see exactly how long you took to recognize the dot was there and click by looking at the console window afterwards. | ||
|
||
Notes: | ||
Any .NET after 4.0 should be all that is required to run this program. | ||
Only works on windowed and fullscreen window mode. | ||
I didn't add any error handling. If you input something you're not supposed to (e.g. minimum time is greater than maximum time), the program will probably crash or behave strangely. | ||
#Minimap Trainer: | ||
Program to train minimap awareness in Starcraft 2, League of Legends, Dota 2, etc. | ||
|
||
|
||
Randomly draws dots on your minimap, your goal is to play your game while staring at your minimap noticing the dots as fast as possible |