Skip to content

run a hybrid (steam + no-steam) cs1.6 server (with death-match and other optional plugins)

License

Notifications You must be signed in to change notification settings

vitordino/counter-strike-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 1.6 HLDS + AMX MOD X + CSDM

Build & run

  1. Create .env configuration file from example file:

    $ cp example.env .env
    
  2. Build image with HLDS Server. It includes raw Steam HLDS + Metamod + DProto + AMX MOD X:

    $ docker-compose build hlds
    
  3. Build custom server image based on hlds image. It includes maps, configuration and the other customization stuff:

    $ docker-compose build server
    
  4. Edit .env configuration variables if needed (see image entrypoint file hlds_run.sh if you want to figure out how variables are used).

  5. Start your server:

    $ docker-compose up -d server
    
  6. Enjoy ;)

About

run a hybrid (steam + no-steam) cs1.6 server (with death-match and other optional plugins)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published