OpenArena is a community-produced deathmatch FPS based on GPL idTech3 technology. http://www.openarena.ws/
OpenArena is a community-produced deathmatch FPS based on GPL idTech3 technology.
There are many game types supported including Free For All, Capture The Flag, Domination, Overload, Harvester, and more.
| Port | default |
|---|---|
| Game | 27960 |
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
The map to load when the server starts. See here for all maps available by default - https://openarena.fandom.com/wiki/Maps
#!/bin/bash
# dirty install script for openarena
# will get updated more later
if [ ! -d /mnt/server/ ]; then
mkdir -p /mnt/server/
fi
cd /mnt/server/
wget http://www.openarena.ws/request.php?4 -O openarena.zip
unzip -o openarena.zip openarena-*/oa_ded.x86_64 openarena-*/missionpack/* openarena-*/baseoa/*
mv -f openarena-*/* /mnt/server/
rm -rf openarena-*/ openarena.zip
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"| Installation Image | ghcr.io/ptero-eggs/installers:debian | Installation Entrypoint | bash |
|---|