Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.78k stars 431 forks source link

Render returns bytearray filled with 0's on OSX #71

Open bbss opened 6 years ago

bbss commented 6 years ago

I'm trying to use the render layer from OSX, using version Base59587.

The game is rendering differently to when I just render feature layers, dividing the space of the screen among both the minimap and map. I'm getting back sizes based on how these are laid out, not on the values passed to the SpatialCameraSetup resolution. And since the OSX doesn't allow fully free aspect ratio with the scaling it's hard to get the whole screen drawn.

The biggest issue is that the bytestring seems to be all zeroes (the length seems to be correct though).