Randall

Results 7 comments of Randall

I did some brief tests. I'm not convinced this is actually to do with the Planetary Fortress anymore. I think it might possibly be something to do with the main...

Hi @jmugan Which version of command center are you using? This is the most up to date version that I'm aware of: https://github.com/cpp-sc2/commandcenter

You could try configuring it as a normal C++ bot instead, like so: ``` { "Bots": { "": { "Race": "", "Type": "BinaryCpp", "RootPath": "./", "FileName": "", "Debug": true }...

I think the usual process is to compile the bot as its own executable (as opposed to running it as a command center bot type, which I don't know much...

+1 for this if anyone gets time. We could probably utilize exceptions to clean up a lot of the error handling and reporting.

@alkurbatov if you know any projects that are setup like this, it would be good to have them as reference.

I believe now this issue has been satisfied and can be closed.