package
1.6.0
Repository: https://github.com/ancientice/gowarcraft3.git
Documentation: pkg.go.dev

# README

GoWarcraft3/w3gsclient

Build Status Build status License: MPL 2.0

A mocked Warcraft III game client that can be used to add dummy players to games.

Usage

./w3gsclient [options] [host address]

FlagTypeDescription
-lanboolFind a game on LAN
-tftboolSearch for TFT instead of ROC games (only used when searching local) (default true)
-vuintGame version (only used when searching local) (default 30)
-euintEntry key (only used when entering local game)
-cuintHost counter (default 1)
-dialboolDial peers (default true)
-lintListen on port (0 to pick automatically)
-nstringPlayer name (default fakeplayer)

Example

➜ ./w3gsclient -lan -n niels
[niels] 12:00:00 Joined lobby with (ID: 2)
[niels] 12:00:00 PLAYERONE has joined the game (ID: 1)
# Type "hello" in terminal
[niels] 12:00:05 [CHAT] niels (ID: 2): hello
[niels] 12:00:15 [CHAT] PLAYERONE (ID: 1): hi

Download

Official binaries for tools are available. Simply download and run.

Note: additional dependencies may be required (see build instructions).