Giter Site home page Giter Site logo

q3's Introduction

IOQuake3 Server

This Dockerfile will build a container that houses an IOQuake3 Server. A legitimate copy of Quake 3 is required in order to run it. The Quake 3 engine is open source, however the pak0.pk3 file is not.

Install instructions

Clone this repo.

Modify your q3config_server.cfg file. Set your rcon (remote connection) password, and other config parameters. Details on how to configure the server config file are all over Google.

In this case, on line 41 it is set to:

seta rconpassword "quakelan"

Obtain pak0.pk3 from a purchased copy of Quake 3. This is required to run the server. This can be found in your Steam Quake 3 folder.

Place it in the same folder as this cloned repo.

Build the container image and tag it by the name "quake3"

docker build . -t quake3

Because I am unable to get Docker to run the Server with the proper arguments (although it SHOULD work), I recommend running the container in interactive mode with Tmux, starting a map, and then detaching from the session.

Run the container:

tmux
docker run --name quake3 -it -p 0.0.0.0:27960:27960/udp quake3

After you start the server (next step) detatch from the terminal by means of CTRL+b then d.

Start the Server

While in an interactive terminal with the container, start the server with a map of your choosing:

map q3dm1

To see all the maps on the server, type "map" followed by a space and a tab to see all maps on the server.

If launched with tmux, then detach (CTRL+b then d)

Remotely Administer the Server

in the console:

To change the map:

\rcon "quakelan" map q3dm3

To kick someone:

\rcon "quakelan" kick <name>

To add a bot:

\rcon addbot "<bot name>" "skill level [1-5]"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.