Crispy Doom server behind doom.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jerry Aldrich e1c96213be Add $ITEM_RESPAWN option 3 years ago
WIP Initial commit 3 years ago
Dockerfile Add $WAD_URL option 3 years ago
README.md Add $ITEM_RESPAWN option 3 years ago
entrypoint.sh Add $ITEM_RESPAWN option 3 years ago
extract_server.sh Initial commit 3 years ago
server.cfg Add $RETRO_MODE option 3 years ago

README.md

Docker Doom Server

Specify WAD with the WAD_URL env var

Enable retro mode by setting the RETRO_MODE env mode to "true". This does the following:

  • Disables jumping
  • Disables mouse look
  • Disables crouching
  • Disables altering FOV
  • Disables crosshairs
  • Enables forced weapon switching on pickup

Enable item (including weapons) respawning by setting the $ITEM_RESPAWN env var to true

See WIP/ for other nearly finished attempts of other servers