If you were logged in you would gain 3 XP for posting a reply.
You must have JavaScript enabled in order to post a comment.
Please respect our terms of use when participating in Nibbits.
1 const int zerg_open = -1;2 const int terran_open = -1;3 const int protoss_open = -1;4 const int c_difficulty = 0;5 const int c_mineralBonus = 1;6 const string c_maphack = "false";
you must edit 1-6 to make it EASY/MEDIUM/HARD by yourself
leave 1,2,3just edit 4,5,6 as examples for EASY/MEDIUM/HARD
PS
I see! So the key is to edit that file while the tool is already running?
Support Nibbits by linking to us:
1 const int zerg_open = -1;
2 const int terran_open = -1;
3 const int protoss_open = -1;
4 const int c_difficulty = 0;
5 const int c_mineralBonus = 1;
6 const string c_maphack = "false";
you must edit 1-6 to make it EASY/MEDIUM/HARD by yourself
leave 1,2,3
just edit 4,5,6 as examples for EASY/MEDIUM/HARD
PS
yes,exactly