ocraft / ocraft-s2client

StarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
55 stars 15 forks source link

Linux fixes #13

Closed boehmseb closed 5 years ago

boehmseb commented 5 years ago

This pull request contains fixes for the problems mentioned in #9 and #10.

In particular, the changes are:

I tested these changes with the Linux packages for version 4.7.1 on a version of ocraft I backported to that protocol version. Configuring with S2Coordinator.setup() and launching with launchStarcraft() worked for both, singleplayer and multiplayer games.

ocraft commented 5 years ago

Great job! I'm releasing version 0.3.5 with this changes right now. Thank you for your contribution.