2 more Quake2 server mods that run fine on any rpi0w, rpi0, rpi2, rpi3.
This assumes you have successfully compiled and configured YamagiQ2 as detailed earlier in this thread.
1.4 Capture The Flag (CTF) and
1.5 Lithium (LITH)
Files required:-
https://www.yamagi.org/quake2/
Three Wave Capture The Flag: Three Wave CTF Version 1.05 (06/08/2017)
https://deponie.yamagi.org/quake2/quake ... .05.tar.xz
https://deponie.yamagi.org/quake2/idstu ... ll-ctf.exe
https://github.com/mattayres/li2mod
Latest commit 6415a7e on Sep 23, 2010
https://github.com/mattayres/li2mod/archive/master.zip
1.4 create a ctf folder alongside baseq2
unzip quake2-ctf-1.05.tar.xz
make
cp game.so into the ctf folder
copy pak0.pak from q2-3.20-x86-full-ctf.exe into ctf folder
create server.cfg in quake2/ctf with these params
set hostname "rpi ctf"
set deathmatch 1
set maxclients 8
set fraglimit 50
set timelimit 20
set sv_maplist "q2ctf1 q2ctf2 q2ctf3 q2ctf4 q2ctf5"
map q2ctf1
to start the server ./q2ded +set game ctf +exec server.cfg
1.5 create a lithium folder alongside baseq2
unzip li2mod-master.zip
make
copy the contents of the li2mod-master/lithium folder to the lithium folder created earlier
cp gamei386.so to game.so
cp lithium.cfg to server.cfg
edit server.cfg
set hostname "rpi lithium"
to start the server
./q2ded +set dedicated 1 +set game lithium +exec server.cfg
Happy fragging!