I'm assuming the base game works for you. Otherwise, you'll have to give more info on what you did.how to play new games?
./quake2 +set game xxx, no luck.
For the expansions/mods, you'll have to clone and compile them separately. These are the ones I've tested:
The Reckoning: https://github.com/yquake2/xatrix
Ground Zero: https://github.com/yquake2/rogue
CTF: https://github.com/yquake2/ctf
Zaero: https://github.com/yquake2/zaero
make on each will generate a different release/game.so; you'll have to copy every game.so to different subdirectories where you have the game installed.
E.g. if you have the game installed in ~/Quake2, and you want to compile xatrix:
Code:
git clone https://github.com/yquake2/xatrixcd xatrixmakemkdir ~/Quake2/xatrixcp release/game.so ~/Quake2/xatrix
Code:
~/Quake2/quake2 +set game xatrix
Statistics: Posted by Protocultor — Mon Oct 07, 2024 12:09 am