Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5324

Gaming • Re: Quake 2 OpenGL ES 1.0 renderer, for any Pi model, 60+ FPS

$
0
0
how to play new games?
./quake2 +set game xxx, no luck.
I'm assuming the base game works for you. Otherwise, you'll have to give more info on what you did.
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
Don't forget to copy pak0.pak of this expansion to the ~/Quake2/xatrix/ directory. After this, you'll finally can play The Reckoning:

Code:

~/Quake2/quake2 +set game xatrix

Statistics: Posted by Protocultor — Mon Oct 07, 2024 12:09 am



Viewing all articles
Browse latest Browse all 5324

Trending Articles