I seem to be getting old: I find myself reminiscing about all sorts of stuff, and Quake is one of my favorite subjects. In one of these nostalgia attacks I decided to relive the fun and install the games on my Linux laptop. I still have all the relevant CD-ROMs, so all that's needed is a suitable game engine. Quake and Quake3 are packaged in Debian, but Quake2 is not packaged.
Here's how to install Quake, with both mission packs:
- install the game engine:
aptitude install quake
- mount the game CD-ROM (e.g. on
/media/cdrom0) - change directory to a temporary directory
- package the game data:
game-data-packager quake -m /media/cdrom0
- repeat the process for both mission packs, i.e. mount the relevant CD-ROM and then issue these commands:
game-data-packager quake -mp1 /media/cdrom0
for the SOA mission pack, andgame-data-packager quake -mp2 /media/cdrom0
for the DOE mission pack - install the generated packages (as
root):dpkg -i quake-registered_29_all.deb dpkg -i quake-armagon_29_all.deb dpkg -i quake-dissolution_29_all.deb
- install the game engine:
aptitude install quake3
- download the latest point release:
cd ~/Downloads wget -c ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
- mount the game CD-ROM (e.g. on
/media/cdrom0) - change directory to a temporary directory
- package the game data:
game-data-packager quake3 /media/cdrom0 ~/Downloads/linuxq3apoint-1.32b-3.x86.run
- install the generated package (as
root):dpkg -i quake3-data_29_all.deb
Happy fragging!
Thanks! I figured out how to get the proper arguments into game-data-packager to get my Q3 data in there. Nice
ReplyDeleteIOU1