StruxaEggs Explorer

ET Legacy

Game

Welcome to Enemy Territory: Legacy, an open source project that aims to create a fully compatible client and server for the popular online FPS game Wolfenstein: Enemy Territory - whose gameplay is still considered unmatched by many, despite its great age.

Author: parker@parkervcp.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./etlded +set net_port {{SERVER_PORT}} +map {{MAP}} +set omnibot_enable {{OMNIBOT}}  $(if [ "${OMNIBOT}" == "1" ]; then echo '+set omnibot_path "./legacy/omni-bot"'; fi) + exec etl_server.cfg

Docker Images

LabelImage
ghcr.io/ptero-eggs/steamcmd:debianghcr.io/ptero-eggs/steamcmd:debian

Environment Variables

NameVariableDefaultRules
ET Legacy Version
What version of the server to install. 32 or 64 bit version.
ET_VERSION32required|integer|in:32,64
Default Map
The default map to use when starting the server.
MAPoasisrequired|string|max:20
Enable Omnibot
OMNIBOT0required|boolean