All Projects → nQuake → server-linux

nQuake / server-linux

Licence: other
nQuake (QuakeWorld) server for Linux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to server-linux

Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (+11.76%)
Mutual labels:  quake, first-person-shooter
nxquake
TyrQuake ported to Nintendo Switch
Stars: ✭ 17 (-50%)
Mutual labels:  quake
battleMETAL
A Total-conversion-mod for the DarkPlaces engine all about mecha combat. See website for more info:
Stars: ✭ 37 (+8.82%)
Mutual labels:  quake
SmokinGuns
Official Smokin' Guns team engine repository, master branch was directly imported from SourceForge Subversion repository, pull requests will be reviewed and integrated in future Smokin' Guns releases.
Stars: ✭ 58 (+70.59%)
Mutual labels:  first-person-shooter
Nuake
C++ game engine inspired by quake. Modern rendering and quake mapping tool integration.
Stars: ✭ 25 (-26.47%)
Mutual labels:  quake
attic
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic
Stars: ✭ 17 (-50%)
Mutual labels:  quake
lambdacube-quake3
Quake 3 map viewer in Haskell using LambdaCube 3D
Stars: ✭ 66 (+94.12%)
Mutual labels:  quake
Quake2
Quake 2 modification with new renderer and many other unique features.
Stars: ✭ 31 (-8.82%)
Mutual labels:  quake
quake-cli-tools
Command line tools for creating Quake content.
Stars: ✭ 41 (+20.59%)
Mutual labels:  quake
netradiant-custom
The open-source, cross-platform level editor for id Tech based games.
Stars: ✭ 154 (+352.94%)
Mutual labels:  quake
john-carmack-plan
An archive of John Carmack’s .plan files in readable markdown format
Stars: ✭ 113 (+232.35%)
Mutual labels:  quake
quake authmdl
Authentic Model Improvements for Quake
Stars: ✭ 44 (+29.41%)
Mutual labels:  quake
icecon
Simple and quick to use RCON tool for IW4M and other Q3-compatible game servers.
Stars: ✭ 32 (-5.88%)
Mutual labels:  quake
quakestats
Quake 3 Arena / Quake Live match processing app
Stars: ✭ 18 (-47.06%)
Mutual labels:  quake
qclauncher
Quake Champions Quick Launcher - QC without the Bethesda Launcher
Stars: ✭ 58 (+70.59%)
Mutual labels:  quake
cub3d
This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.
Stars: ✭ 18 (-47.06%)
Mutual labels:  first-person-shooter
simple-3d-fps
A simple FPS game with BabylonJS engine following Clean Code principles
Stars: ✭ 44 (+29.41%)
Mutual labels:  first-person-shooter
quakejs
Fork of inolen/quakejs with additonal content server, local play page, and start-stop script
Stars: ✭ 79 (+132.35%)
Mutual labels:  quake
Qonsole
A Quake-like Console Emulator written in AutoHotkey.
Stars: ✭ 78 (+129.41%)
Mutual labels:  quake
tyrquake
Libretro port of Tyrquake (Quake 1 engine)
Stars: ✭ 28 (-17.65%)
Mutual labels:  quake

nQuake Server for Linux

Docker

If you're interested in running nQuakesv in Docker, you can find the relevant projects here:

Install

Run the following in a Linux shell:

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

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

apt-get install curl realpath screen unzip wget libc6-i386

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].