Skip to content

rictorres/quake-ktx-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Server configuration for Quake World KTX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages