Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
/ server-linux Public archive
forked from nQuake/server-linux

nQuake (QuakeWorld) server for Linux

Notifications You must be signed in to change notification settings

deurk/server-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Run the following in a Linux shell:

sh <(curl -s https://github.com/raw/nQuake/server-linux/master/src/install_nquakesv.sh)

You might need to install some prerequisites before running the install script:

apt-get install curl wget unzip realpath

Running nQuakesv

$(cat ~/.nquakesv/install_dir)/start_servers.sh

Stopping nQuakesv

$(cat ~/.nquakesv/install_dir)/stop_servers.sh

Crontab

During installation, you can choose to install nQuakesv in your crontab.

To do this manually, add the following to your crontab (or put a file with the contents below in /etc/cron.d/):

echo "*/10 * * * * \$(cat ~/.nquakesv/install_dir)/start_servers.sh >/dev/null 2>&1" | sudo tee /etc/cron.d/nquakesv >/dev/null

Settings

Settings are contained in ~/.nquakesv/config.

To apply settings, you need to restart nQuakesv.

Change number of ports

Add a new port (28508):

touch ~/.nquakesv/ports/28508

Remove a port (28508):

rm ~/.nquakesv/ports/28508

QTV

To enable qtv (port 28000):

echo 28000 > ~/.nquakesv/qtv

To disable qtv:

rm ~/.nquakesv/qtv

QWFWD

To enable qwfwd (port 30000):

echo 30000 > ~/.nquakesv/qwfwd

To disable qwfwd:

rm ~/.nquakesv/qwfwd

Uninstallation

rm -rf $(cat ~/.nquakesv/install_dir) ~/.nquakesv

About

nQuake (QuakeWorld) server for Linux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%