Mihawk b3b3da5cb8 Updated README.md | 10 rokov pred | |
---|---|---|
libqwclient @ 7747d25b93 | 10 rokov pred | |
.gitmodules | 10 rokov pred | |
ActiveClient.cpp | 10 rokov pred | |
ActiveClient.h | 10 rokov pred | |
App.cpp | 10 rokov pred | |
App.h | 10 rokov pred | |
Client.cpp | 10 rokov pred | |
Client.h | 10 rokov pred | |
Pinger.cpp | 10 rokov pred | |
Pinger.h | 10 rokov pred | |
README.md | 10 rokov pred | |
ServerQuery.cpp | 10 rokov pred | |
ServerQuery.h | 10 rokov pred | |
Settings.cpp | 10 rokov pred | |
Settings.h | 10 rokov pred | |
SshClient.cpp | 10 rokov pred | |
SshClient.h | 10 rokov pred | |
cimsqwbot.pro | 10 rokov pred | |
install.sh | 10 rokov pred | |
install_cmp_qwbot.sh | 10 rokov pred | |
main.cpp | 10 rokov pred | |
start_cmp_qwbot.sh | 10 rokov pred | |
startcimsqwbot.sh | 10 rokov pred |
You want to install this QuakeWorld Bot, or want to get more information about it? You've come to the right place. So to say, one of the right places. ;) You can also find the devs on irc://irc.quakenet.org/qwnet.
We got an installation script to do the work of getting the source files off the git repositories and compile it. It will even run the bot for the first time. Why? Because, on the first run, it will create a configuration file. You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and the usual make installed on your system. They're pre-requisites. The script checks for them too. If they don't exist on your system, you can either install them, or you could ask the devs for a statically linked binary package.
So, here's the thing:
$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git $ cd qwbot $ ./install.sh <target folder>
There are two ways to do that; the automatic way, when connected to the "central" and the manual way, by configuring the config file.
In the config file (currently named qwbot.cfg) there is the [Servers] section. First, set the "size" - the count of the servers that are to be monitored. Then, set the server addresses themselves.
Example:
[Servers] size=2 1\address=123.123.123.123:27101 2\address=hostname:27500
We know, this is not really intuitive, but the whole thing is designed to normally work automatically, controlled by a "central" server - and that's the other method.