A mocked Warcraft III game client that can be used to add dummy players to games.
./w3gsclient [options] [host address]
Flag | Type | Description |
---|---|---|
-lan |
bool |
Find a game on LAN |
-tft |
bool |
Search for TFT instead of ROC games (only used when searching local) (default true ) |
-v |
int |
Game version (only used when searching local) (default 29 ) |
-e |
uint |
Entry key (only used when entering local game) |
-c |
uint |
Host counter (default 1 ) |
-dial |
bool |
Dial peers (default true ) |
-l |
int |
Listen on port (0 to pick automatically) |
-n |
string |
Player name (default fakeplayer ) |
➜ ./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
Official binaries for tools are available. Simply download and run.
Note: additional dependencies may be required (see build instructions).