GithubHelp home page GithubHelp logo

qlds-manager's Introduction

QLDS Manager

Download

Grab the latest stable version from https://github.com/rzeka/QLDS-Manager/releases

Default locations

  • SteamCMD - $HOME/steamcmd/
  • QL server files - $HOME/QLserver

To change those directories, open qlds.sh script and edit those lines:

STEAMCMD_DIR="$HOME/steamcmd"
QL_DIR="$HOME/QLserver"

SteamCMD

If You haven't got SteamCMD yet, run script like:

./qlds.sh steamcmd

Quake Live Server files

To install or update QL server files

./qlds.sh update

Run the server

To run server, use script with run argument. It requires 2 additional arguments:

  • Server-list file location
  • Server ID from server-list

Eg.: ./qlds.sh run /home/qlserver/qlds_config 0

Server config file

You can check example config file in qlds_config. It's just a simple array, so You can define as many servers as You want. Notice that each server is defined in SERVER variable with id in [] eg.: SERVER[0] is server with id 0

There are 2 servers configures in there. If You need some help with creating another server, check https://github.com/rzeka/QLDS-Manager

Example supervisord config

[program:qlds]
command=/home/qlserver/qldsmanager.sh run /home/qlserver/qlds_config %(process_num)s
user=qlserver
process_name=qlds_%(process_num)s
numprocs=2
autorestart=true
environment=HOME="/home/qlserver",USER="qlserver"

TODO

  • Detailed supervisord configuration
  • More process control system configurations

qlds-manager's People

Contributors

perpetualwar avatar luuke avatar

Watchers

James Cloos avatar  avatar

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.