sudo apt-get install quake3 game-data-packager
wget ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
game-data-packager quake3 /path/to/pak0.pk3 /path/to/linuxq3apoint-1.32b-3.x86.run
sudo dpkg -i quake3-data_30_all.deb
My laptop resolution is 1280 x 800 (16:10) so to get Quake3 making full use of my screen I needed to edit the q3config.cfg file:
vim ~/.q3a/baseq3/q3config.cfgThen set the following:
seta r_mode "-1"
seta r_customwidth "1280"
seta r_customheight "800"
No comments:
Post a Comment