Bruce Mackenzie Nielsen

Results 8 comments of Bruce Mackenzie Nielsen

> Can you rebase on `develop`? Isn't that where BWAPI 5 development is happening? As far as I can tell, `lastEventTime` hasn't been implemented yet there (the field is in...

Two things to check: - Locutus requires a configuration file, so make sure the Locutus.json file exists alongside the Locutus.dll file in bwapi-data/AI. - The first time Locutus plays on...

Also affects module bots, I occasionally see crashes calling `getTrainingQueue` after cancelling something and have latcom enabled.

Yeah, it's running all values through a JSON.parse, which converts strings to numbers. I'm having an issue where some of my strings coincidentally match the exponential format, e.g. ``` ipCookie('testCookie',...

I dug into this a bit today, and it seems to create some odd chokepoints with center (0,0). This causes some kind of loop in computing the distance between chokepoints....

Hello, Sorry to hear you are experiencing crashes. If you are able to provide any crash logs, that would be useful for me for debugging. Are you playing through SCHNAIL?

BWAPI 4.4 recommends including BWAPILIB as a dependency in your project to resolve these kinds of compiler issues: https://github.com/bwapi/bwapi/releases/tag/v4.4.0

@davechurchill That's fair enough, though I don't think that shipping the BWAPILIB source with STARTcraft instead of precompiled binaries would change its complexity or ease-of-use, since you are already shipping...