Main goal of this project is to provide a simple way to run a Counter-Strike 1.6 server with kreedz mod locally.
docker- Map pack (for exmaple this)
- Unpack map pack to
cstrike_downloadsdirectory. This should mimiccstrikedirectory, so themapsdirectory should be incstrike_downloads/mapsdirectory. - Edit
overrides/addons/amxmodx/configs/users.inito set admin users (this can be done at any time with restart server after). docker compose up kz16to start the server. Ordocker compose up -d kz16to start it in background.- Wait a little so the server establish connection to mysql database and start the game server.
It is a Counter-Strike 1.6 server with some plugins:
This need to allow fast client resouce downloads. It shares only cstrike_downloads directory, so your secrets are safe.
It is used to store server data like players, records, settings, etc.
Holds the simple routines without containerization for fast server testing.