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

Id fixes #73

Closed Ketroc closed 5 months ago

Ketroc commented 9 months ago

Apparently Blizz changed their ids again for 5.0.12 patch. It did simplify some of the overlap from their previous 5.0.12 ids at least.

I also changed the exe path to use the GAME_EXE_PATH config value, as this value is set using the user-entered path (defaults to the newest version otherwise). Without this fix, ocraft is hardcoded to the newest version only.