Remote
Hi,
Is it possible with your framework to connect to a remotely started client, e.g., one that is started by the ladderManager of sc2ai.net? For reference this how it is done with the c++ api, this is used for pysc2 (host port is given, so agent () is used), and here is a c# bot that can connect.
Regards
I'd be interested in this as well
There's something about remote connections in one of the example code file: https://github.com/Dentosal/python-sc2/blob/master/examples/run_external.py
Not sure how it works, but it might be a start.
I've created a repo with a modified version of run_external.py that can be run with LadderManager here: https://github.com/Hannessa/python-sc2-ladderbot
@Dentosal, please consider adding native port and host support to sc2.main._join_game. You can see join_ladder_game() here for reference: https://github.com/Hannessa/python-sc2-ladderbot/blob/master/init.py
Thanks for the code. I'm a bit time-constrained right now, but looking into including this when possible.