Skip to content

lologu1/kz16

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike 1.6 kz/kreedz/jump server

Main goal of this project is to provide a simple way to run a Counter-Strike 1.6 server with kreedz mod locally.

Prerequisites

  • docker
  • Map pack (for exmaple this)

Quick start

  • Unpack map pack to cstrike_downloads directory. This should mimic cstrike directory, so the maps directory should be in cstrike_downloads/maps directory.
  • Edit overrides/addons/amxmodx/configs/users.ini to set admin users (this can be done at any time with restart server after).
  • docker compose up kz16 to start the server. Or docker compose up -d kz16 to start it in background.
  • Wait a little so the server establish connection to mysql database and start the game server.

Under the hood

HLDS server

It is a Counter-Strike 1.6 server with some plugins:

Web server

This need to allow fast client resouce downloads. It shares only cstrike_downloads directory, so your secrets are safe.

MySQL

It is used to store server data like players, records, settings, etc.


native directory

Holds the simple routines without containerization for fast server testing.

About

Counter-Strike 1.6 kz/kreedz/jump server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 55.2%
  • Dockerfile 44.8%