Git Product home page Git Product logo

rehlds-docker-reunion's Introduction

GitHub Actions Docker Image CI HitCount

banner

reHLDS Docker reunion(47/48 Steam+noSteam)

Half-Life Dedicated Server as a Docker image

Probably the fastest and easiest way to set up an old-school Half-Life Deathmatch Dedicated Server (HLDS). Both Steam and noSteam, old and new half-life clients can connect and play together! You don't need to know anything about Linux or HLDS 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/rehlds

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

docker run -it --rm -d --name hlds -p27015:27015 -p27015:27015/udp artkirienko/rehlds +map crossfire +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/rehlds.

What is included

  • Latest game assets via SteamCMD

  • Reverse-engineered HLDS version 3.7.0.695-dev

    Protocol version 48
    Exe version 1.1.2.2/Stdio (valve)
    ReHLDS version: 3.7.0.695-dev
    Build date: 15:54:29 Apr  6 2020 (2186)
    Build from: https://github.com/dreamstalker/rehlds/commit/7513e71
    
  • Metamod-r version 1.3.0.128

  • AMX Mod X version 1.9.0 build 5263 (development build, ReHLDS support)

  • reunion version 0.1.0.92c

  • revoice latest build. Voice transcoder which fixes voice chat between non-steam and steam clients (for ReHLDS).

  • jk_botti version 1.43

  • Patched list of master servers (official and unofficial master servers included), so your game server appear in game server browser of all the clients

  • Minimal config present, such as mp_timelimit and mapcycle

Default mapcycle

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

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/hlds/valve/config by running:

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

rehlds-docker-reunion's People

Contributors

artkirienko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rehlds-docker-reunion's Issues

Set FastDL servers ๐Ÿš€

// set FastDL servers (important, if you want to use custom maps)
// alternative:
// sv_downloadurl "http://files.anitalink.com/gamecache/hl/valve/"
sv_downloadurl "http://files2.hldm.org/hl/"

libsteam.so issue

dlopen failed trying to load:
/opt/steam/linux32/libsteam.so
with error:
/opt/steam/linux32/libsteam.so: cannot open shared object file: No such file or directory
ls -lah /opt/steam/linux32/
drwxr-xr-x 2 steam steam 4.0K Jul 16 13:20 .
drwxr-xr-x 1 steam steam 4.0K Jul 16 13:24 ..
-rwxr-xr-x 1 steam steam 391K Jun 12 00:18 crashhandler.so
-rwxr-xr-x 1 steam steam 901K Jun 20  2017 libstdc++.so.6
-rwxr-xr-x 1 steam steam 357K Jun 12 00:18 libtier0_s.so
-rwxr-xr-x 1 steam steam 468K Jun 12 00:18 libvstdlib_s.so
-rwxr-xr-x 1 steam steam  27M Jun 16 19:26 steamclient.so
-rwxr-xr-x 1 steam steam 5.0M Jun 16 19:26 steamcmd
-rwxr-xr-x 1 steam steam 784K Jun 16 19:26 steamconsole.so
-rwxr-xr-x 1 steam steam 128K Jun 12 00:18 steamerrorreporter

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.