/quake-ktx-server

Server configuration for Quake World KTX.

Primary LanguageShell

Quake KTX Server

Overview

This repository has all the files needed to run a KTX server on a Linux machine.

  1. Clone this repo git clone https://github.com/rictorres/quake-ktx-server.git or download the zipball
  2. Run ./start-ktx (it will be attached to a different screen called qw-ktx, useful if you're using SSH)
  3. Profit!

Requirements

  • Linux 32-bit server (preferably Ubuntu)
  • SSH
  • Screen

Installation

$ sudo apt-get update
$ sudo apt-get install screen
$ chmod 755 start-qw

Running

./start-ktx
RUNNING KTX PUBLIC SERVER ON PORT 27510

Additional info

  • To get a list of screens in use: $ screen -list
  • To re-attach the screen $ screen -r qw-ktx
  • To detach the screen and go back to your original SSH session CTRL + A + D

Credits