gamedig / node-gamedig

Query game servers and not only! Node.JS/Deno/Bun or Bash (via the CLI).
https://www.npmjs.com/package/gamedig
MIT License
606 stars 148 forks source link

Protocol support for Warcraft 3 #372

Open magynhard opened 12 months ago

magynhard commented 12 months ago

Maybe you can have a look for the protocol here: https://github.com/Strilanc/Tinker

There are also some tools, displaying the stats of open games and to connect. But i was not able to find them any more.

magynhard commented 11 months ago

To make the implementation easier, i added more sources.

See protocol implementation in GoLang: https://github.com/nielsAD/gowarcraft3/blob/master/protocol/w3gs/w3gs.go

See protocol implementation in C#: https://github.com/Qyperion/WC3LanGame