OpenBW / openbw

OpenBW - free and open-source Best Wargame
159 stars 25 forks source link

How to draw text on screen? Broodwar->drawTextScreen and Broodwar->sendText not works as I expected. #9

Closed guileen closed 6 years ago

guileen commented 6 years ago

I wish to draw text on screen, and send log on screen, but it not works with Broodwar->drawTextScreen and Broodwar->sendText, but Broodwar->drawCircleScreen and Broodwar->drawBoxMap works well.

Test with ExampleAIModule on https://github.com/OpenBW/openbw/commit/3b75e9f684b9e2ed63c2697811828a887c28803c and https://github.com/OpenBW/bwapi/commit/32943f016a37468c381894d5a178a121e9668907.

tscmoo commented 6 years ago

Text is unfortunately not supported yet :( It should be added sometime soon.

tscmoo commented 6 years ago

Well, I finally merged your pr openbw/bwapi#2, so it should work now, right? :)