If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
it is possible to play against set builds. however at the moment there is no 'nice' way to do this. if you don't mind editing some files you can play against the 6 pool all the time by editing 'TriggerLibs/Zerg.galaxy' and changing line 202 from
int rnd = RandomInt(0,5);
to
int rnd = RandomInt(5,5);
This forces the 6 pool rush. I will be looking into how to make this a cleaner feature for the next release.
If your having trouble doing this let me know and I'll create a version specifically for this before the next release.
it is possible to play against set builds. however at the moment there is no 'nice' way to do this. if you don't mind editing some files you can play against the 6 pool all the time by editing 'TriggerLibs/Zerg.galaxy' and changing line 202 from
int rnd = RandomInt(0,5);
to
int rnd = RandomInt(5,5);
This forces the 6 pool rush. I will be looking into how to make this a cleaner feature for the next release.
If your having trouble doing this let me know and I'll create a version specifically for this before the next release.