Daniel Köhntopp

Results 15 issues of Daniel Köhntopp

Hi, Is it possible with your framework to connect to a remotely started client, e.g., one that is started by the [ladderManager](https://github.com/Cryptyc/Sc2LadderServer) of [sc2ai.net](sc2ai.net)? For reference [this](https://github.com/Cryptyc/CryptBot/blob/master/LadderInterface.h#L125) how it is...

enhancement

Hi, I was trying to set `coordinator->SetRealtime(true);` and then launching a replay. The replay loads but it gets stuck on the first game loop, or rather before that. `OnGameStart()` gets...

In a proxy setting the process_id usually referring to the game instances is default initialized to 0. On Linux based systems, during the destruction of the `sc2::coordinator`, `TerminateProcess(0)` will kill...

In some cases you want to observe both players at once or from the second player perspective. I could not find a way to change the perspective so I added...

Hi, After seeing the new visual indicators of unit specific upgrades (very nice) I was reminded that this information is not available for enemy units via the api. First and...

Hi, when playing games against `CreateComputer(sc2::Race::Zerg, sc2::Difficulty::CheatInsane)` and killing a spinecrawler, then the is_alive field stays true. I could not reproduce this with setting my own bot to Zerg, building...

Hi, For example: > UNLOADUNIT_MEDIVAC = 397, // Target: None. Shouldn't that target the unit we want to unload? I only want to unload healthy marines. I tried just giving...

@tweakimp asked for this and I think it makes sense. Showing the console is just a visual indicator that the bot started. Not needed if we do not debug. Because...

Should be possible to detect if there are only flying buildings. From that moment start a timer of X minutes until draw.

There are a few cases where bots get stuck waiting for a response. It might be a good idea to first use SIGINT so that a bot has the chance...