Fast-forward to this weekend and I decided to give up and just put Linux Mint 18.3 on it. I've also gotten into a nostalgic period (maybe it's the winter), but I decided to started playing my old FPS games like Quake II and Quake I, and I thought, why don't I do this on my laptop? It can certainly handle the game.
I'm writing this blog because this is definitely not the 1st time I've installed Quake2 on Linux... in fact, it's like the 1st time every time.
1st (Video): Make sure you have the nVidia drivers enabled. These can be found in:
Administration ---> Driver Manager2nd (Wireless for MBP): I have a MacBook Pro, Early-2008 model, so I needed to enable my wireless drivers... it's a Broadcom (BCM4321), which Linux Mint detected, so I had to just enable this in "Driver Manager" again. I'm currently just using Ethernet cable because it's faster, but the cable gets in the way.
Quake II
From what I understand (I may be mistaken), Linux Mint ships with the Yamagi Quake engine (search for it), which is what we're going to take advantage of here.
Check out my other post if you want to use Yamagi Quake from scratch
Install game-data-packager: Get this from
Administration ---> Software Manager ---> Search "quake" ---> Select "Quake 2"From what I understand, this program makes .deb packages to install the games; however, you'll need a full install of Quake II to access the data.
*game-data-packager will install your games in /usr/share/games/
Package the game: This took me some time to figure out. To make a proper .deb install file, you need to point game-data-packager to a full copy of Quake2. You have a couple options here:
- Use Wine to install Quake2 from Steam (install Windows .exe for Steam) so you can grab the files
- Grab your Quake2 folder from another machine
$ game-data-packager quake2 --package quake2-full-data /path/to/quake2*Note, if you just want the DEMO (which will auto-download):
$ game-data-packager quake2Install the .deb file: I simply double-clicked it in my window manager
Start Fragging: Either type "quake2" in the console or find it under "Games" in your Start Menu
End notes:
Yamagi Quake: There are other ways to do this, but I found this the easiest. If you don't have Yamagi Quake, you can go here:
https://www.yamagi.org/quake2/
Set your screen resolution: I'm on a MPB, 17" so I had to change the in-game settings for Quake2 to "fullscreen" and "1400x900", as that's my native resolution for this laptop.
Hope this helps.
No comments:
Post a Comment