Q2Admin Installation ..
19. Download the Q2Admin files into your main quake2 directory, in this case it's /home/q2user/quake2 and you will also need to su to the new user you created, we are using 'q2user'. After we get all the base files for Q2Admin we will get the latest update sourcecode to build an updated q2admin.so file.
# wget ftp://ftp.deaconstomb.org/pub/q2/tools/q2admin/q2admin117.tar.gz # tar -zxvf q2admin117.tar.gz # cd q2admin # mkdir build ; cd build # wget http://xatrixuk.servegame.org/q2admin.1.17.44.tar.gz # tar -zxvf q2admin.1.17.44.tar.gz # cd q2admin # make release # mv q2admin.so ../.. # cd ../..
20. With all the Q2Admin files ready we can now move them into our LOX mod folder for installation and finally configure Q2Admin in more detail.
# mv *.txt q2admin.so install ../lox/ ; cd ../lox/ # ./install
21. The main file for Q2admin is q2admin.txt. Open up this file and read through it. You will find many settings and options that can be configured, take your time and read through them.
Q2Admin is basically installed and ready to rock and roll. You can now run your server.
# cd .. # ./r1q2ded +set dedicated 1 +set game lox +exec server.cfg
If you don't want to run Q2Admin you can jump to the BW-Admin install tutorial in the next section.