The GameShell has the following chocolates out of the box :
chocolate-doom
chocolate-heretic
chocolate-hexen
This is for games based on a DOOM engine (including Hexen).
Hexen II however uses a modified Quake engine.
So, steps for Hexen II:
Append ‘contrib’ to your main repository in /etc/apt/sources.list:
sudo sed -i -- '/^deb .*stretch main$/ s/$/ contrib/' /etc/apt/sources.list
The /etc/apt/sources.list should now look like this (assuming you have not yet set the repo to your own country):
# deb http://debian-mirror.sakura.ne.jp/debian/ stretch main
deb http://debian-mirror.sakura.ne.jp/debian/ stretch main contrib
deb-src http://debian-mirror.sakura.ne.jp/debian/ stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http://debian-mirror.sakura.ne.jp/debian/ stretch-updates main
deb-src http://debian-mirror.sakura.ne.jp/debian/ stretch-updates main
Install the game engine called “Hammer of Thyrion” (uHexen2):
sudo apt update && sudo apt -y install uhexen2
Make a new game folder for Hexen II like this:
mkdir -p /home/cpi/games/Hexen2/data1/
Copy your purchased pak0.pak and pak1.pak of Hexen II to that data1/ folder.
In the hidden config file of chocolate-doom where can I remap the light key? I only know they are ‘H’, ‘Y’, ‘Shift’, ‘O’ and ‘L’. I would appreciate if someone explain me.
Figured it out. I just copied the freedoom.sh and renamed it to doom and edited it.
Is there a way to increase the sensitivity of movement or make it faster? The turns are really slow.