README.md

Sat, 09 Jan 2016 17:20:25 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 09 Jan 2016 17:20:25 +0200
changeset 105
b4466472aecd
parent 62
44a2c0b2e7d7
permissions
-rw-r--r--

Added some basic IRC-like commands that can be used to do what keystrokes can do without actually using keystrokes

zfc9000
---------

zfc9000 is a text-based RCON utility for the Zandronum Doom source port.

Features:

* Fully textual, can be used over SSH for instance
* Supports in-game colorcodes
* Input history
* A subset of readline shortcuts
* a nicklist

To use, either:

* use the command line: ```zfc9000 <address> <password>```
* use Ctrl-N within the application to create a new connection

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.

Binaries are provided but these may or may not work on your system.

mercurial