davechurchill / commandcenter

Starcraft AI Bot
MIT License
522 stars 112 forks source link

Bot always go scout as game starts #66

Closed SuminHan closed 6 years ago

SuminHan commented 6 years ago

I don't know how to change this option.

Clearly, the BotConfig.txt: "ScoutCondition" : [ ["Self", "Pylon"], ">", [ 0 ] ], but probe always go scout as the game starts.

davechurchill commented 6 years ago

Are you sure you are setting it for the correct game?

On Dec 14, 2017 11:36 PM, "Summer Snow" notifications@github.com wrote:

I don't know how to change this option.

Clearly, the BotConfig.txt: "ScoutCondition" : [ ["Self", "Pylon"], ">", [ 0 ] ], but probe always go scout as the game starts.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davechurchill/commandcenter/issues/66, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIkqDknN96JOow74gWgw8DlLD3Ic4KFks5tAfdLgaJpZM4RDASk .

SuminHan commented 6 years ago

Sorry, I think something was wrong. Now it's working. And i have another problem, how can I build terran refinery? "Terran_SixMin" : { "Race" : "Terran", "OpeningBuildOrder" : ["SCV", "SCV", "SCV", "SCV", "SCV", "Supply Depot", "SCV", "SCV", "Barracks", "SCV", "Refinery", "SCV", "SCV", "SCV", "Supply Depot", "SCV", "SCV", "Factory", "SCV", "Marine", "SCV", "Marine", "SCV", "Marine", "Supply Depot", "Machine Shop", "SCV", "Marine", "SCV", "Marine", "Siege_Tank_Tank_Mode", "Supply Depot", "SCV", "Marine", "Siege_Tank_Tank_Mode", "SCV", "Marine", "Siege_Tank_Tank_Mode"], "ScoutCondition" : [ ["Self", "SCV"], ">", [ 12 ] ], "AttackCondition" : [ ["Self", "Siege_Tank_Tank_Mode"], ">=", [ 3 ] ] }, This is my Strategy.

SuminHan commented 6 years ago

I think I may refer to your ualbertbot's configuration txt file :) I'll try first.