Black Mesa
GameBlack Mesa is a 2020 first-person shooter game. It is a third-party remake of Half-Life (1998) made in the Source game engine.
Author: avalongamecs@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026 Startup Command
./srcds_run -game {{SRCDS_GAME}} -strictportbind -ip 0.0.0.0 -port {{SERVER_PORT}} +clientport {{SRCDS_CPORT}} +tv_port {{SRCDS_STV}} +map {{SRCDS_MAP}} +servercfgfile server.cfg -maxplayers {{MAX_PLAYERS}}
Docker Images
| Label | Image |
|---|
| ghcr.io/ptero-eggs/games:source | ghcr.io/ptero-eggs/games:source |
Environment Variables
| Name | Variable | Default | Rules |
|---|
Game ID nmrih id | SRCDS_APPID | 346680 | required|string|in:346680 |
Game Name game name | SRCDS_GAME | bms | required|string|max:20 |
Default Map default map | SRCDS_MAP | dm_crossfire | required|string|max:25 |
Client port client port | SRCDS_CPORT | 27005 | required|regex:/^(\w{1,20})$/ |
Source TV source TV | SRCDS_STV | 27020 | required|string|max:20 |
Max Players The maximum amount of players allowed on your game server. | MAX_PLAYERS | 32 | required|integer|max:128 |
Auto Update Auto update the server on startup. | AUTO_UPDATE | 1 | required|boolean |