https://gitlab.com/Oet/yquake2/tags/QUAKE2_7_30_GAMESHELL
Yamagi Quake II v7.30 for GameShell
Instructions
These instructions describe how to install the full version of Quake II on the GameShell.
Make sure you have valid copies of the Quake II file pak0.pak and the Quake II folder video/.
-
Login with
ssh
. -
Download Quake2.zip:
wget https://gitlab.com/Oet/yquake2/uploads/31c47d53088e87b4467adbd3755fe21e/Quake2.zip
- Extract Quake2.zip
unzip Quake2.zip
You should now have two directories:
.yq2/
Quake2/
- Move the Quake2 directory to the games directory:
mv Quake2/ /home/cpi/games/
-
Copy your purchased pak0.pak to
/home/cpi/.yq2/baseq2/
. -
Copy the purchased .cin files of your video/ folder to
/home/cpi/.yq2/baseq2/video/
. -
Create a launch script:
echo '/home/cpi/games/Quake2/quake2 +set vid_renderer soft +set vid_fullscreen 0 +set vid_width 320 +set vid_height 240' > '/home/cpi/apps/launcher/Menu/GameShell/Quake II.sh'
- Reboot and select the Quake II icon!
Mission Pack: The Reckoning
-
Copy your purchased (The Reckoning) pak0.pak to
/home/cpi/.yq2/xatrix/
. -
Copy the purchased (The Reckoning) .cin files of your video/ folder to
/home/cpi/.yq2/xatrix/video/
. -
Create a launch script:
echo '/home/cpi/games/Quake2/quake2 +set game xatrix +set vid_renderer soft +set vid_fullscreen 0 +set vid_width 320 +set vid_height 240' > '/home/cpi/apps/launcher/Menu/GameShell/Quake II: The Reckoning.sh'
- Reboot and select the Quake II: The Reckoning icon!
Mission Pack: Ground Zero
-
Copy your purchased (Ground Zero) pak0.pak to
/home/cpi/.yq2/rogue/
. -
Copy the purchased (Ground Zero) .cin files of your video/ folder to
/home/cpi/.yq2/rogue/video/
. -
Create a launch script:
echo '/home/cpi/games/Quake2/quake2 +set game rogue +set vid_renderer soft +set vid_fullscreen 0 +set vid_width 320 +set vid_height 240' > '/home/cpi/apps/launcher/Menu/GameShell/Quake II: Ground Zero.sh'
- Reboot and select the Quake II: Ground Zero icon!
Further notes
- Set your controls in-game: OPTIONS --> customize controls
- To import music follow the chapter Music extraction.
- To build from source you (only) have to install the dependency
libopenal-dev
.