README.md

changeset 62
44a2c0b2e7d7
parent 0
792876306489
equal deleted inserted replaced
61:cdf3c8af1545 62:44a2c0b2e7d7
1 Text-based RCON utility for Zandronum 1 zfc9000
2 ---------
3
4 zfc9000 is a text-based RCON utility for the Zandronum Doom source port.
5
6 Features:
7
8 * Fully textual, can be used over SSH for instance
9 * Supports in-game colorcodes
10 * Input history
11 * A subset of readline shortcuts
12 * a nicklist
13
14 To use, either:
15
16 * use the command line: ```zfc9000 <address> <password>```
17 * use Ctrl-N within the application to create a new connection
18
19 To compile, clone the sources off the mercurial repository and check out the version desired. Ensure you have the proper ncurses libraries installed, e.g. ```libncurses5-dev``` and ```libncursesw5-dev``` on Ubuntu. Compile using cmake.
20
21 Binaries are provided but these may or may not work on your system.

mercurial