Code Monkey home page Code Monkey logo

xashds-docker's Introduction

GitHub Actions Docker Image CI HitCount

banner

Xash3D FWGS Dedicated Server Docker

Xash3D FWGS Half-Life Dedicated Server as a Docker image

Probably the fastest and easiest way to set up an old-school Xash3D FWGS Half-Life Deathmatch Dedicated Server (XashDS). You don't need to know anything about Linux or XashDS to start a server. You just need Docker and this image.

Quick Start

Start a new server by running:

docker run -it --rm -d -p27015:27015 -p27015:27015/udp artkirienko/xashds

Change the player slot size, map or rcon_password by running:

docker run -it --rm -d --name xash -p27015:27015 -p27015:27015/udp artkirienko/xashds +maxplayers 12 +rcon_password SECRET_PASSWORD

Note: Any server config command can be passed by using +. But it has to follow after the image name artkirienko/xashds.

What is included

  • Latest game assets via SteamCMD and HLDS Build version 8308

  • Xash3D dedicated server

    Xash3D FWGS (build 1891, Linux-i386)
    
  • Metamod-p for Xash3D by mittorn version 1.21p37

  • AMX Mod X version 1.8.2

  • jk_botti version 1.43

  • Minimal config present, such as mp_timelimit, public 1 and mapcycle

Default mapcycle

  • crossfire.bsp
  • bounce.bsp
  • datacore.bsp
  • frenzy.bsp
  • gasworks.bsp
  • lambda_bunker.bsp
  • rapidcore.bsp
  • snark_pit.bsp
  • stalkyard.bsp
  • subtransit.bsp
  • undertow.bsp
  • boot_camp.bsp

Advanced

In order to use a custom server config file, add your settings to valve/config/server.cfg of this project and mount the directory as volume to /opt/steam/xashds/valve/config by running:

docker run -it --rm -d -p27015:27015 -p27015:27015/udp -v $(pwd)/valve/config:/opt/steam/xashds/valve/config artkirienko/xashds

xashds-docker's People

Contributors

artkirienko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fwgs bariscodefxy

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.