- Nibbits
- StarCraft 2
- Forums
- Tools
- ALLin1 Tool
- Post here Issues / Bugs / Problems regarding the launcher only.
- New Reply
Post Reply
If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Support Nibbits by linking to us:
for those previously asking:
this is the settings that starcrack team recommend for the 3 levels.
for more explanation you need to ask in the AI forum ;-)
EASY
const int zerg_open = -1;
const int terran_open = -1;
const int protoss_open = -1;
const int c_difficulty = 2;
const int c_mineralBonus = 1;
const string c_maphack = "false";
MEDIUM
const int zerg_open = -1;
const int terran_open = -1;
const int protoss_open = -1;
const int c_difficulty = 0;
const int c_mineralBonus = 1;
const string c_maphack = "false";
HARD
const int zerg_open = -1;
const int terran_open = -1;
const int protoss_open = -1;
const int c_difficulty = 0;
const int c_mineralBonus = 2;
const string c_maphack = "true";