Quake II for red-blue 3D glasses

You're going to need:

Then perform the following commands:

unzip q2source-3.21.zip
tar -xzf red-blue-quake2-0.1.tar.gz
cd quake2-3.21/linux/
make
cd debugi386-glibc/
mkdir baseq2
cd baseq2/
ln -s ../gamei386.so
ln -s /path/to/quake2/baseq2/pak*.pak ./
cd ..
echo "." > /etc/quake2.conf
./quake2 +set vid_ref softx +set vid_gamma 0.5 +set cl_stereo_separation 1.5

And that's it! (At least in theory, drop me a line if it doesn't work for you.) Remember to become root before writing to /etc/quake2.conf (you can play as a normal user). Experiment with the cl_stereo_separation value (you can adjust it from the console, no need to restart).

Here are some screenshots if you want to know what it looks like:

TODO:

I would like to thank John Carmack and id Software for creating Quake II and releasing it under the GPL.

If you have any comments or suggestions or maybe you've fixed something, please feel free to contact me at this address.

Enjoy!

Oh, and if you like Quake II then check out aaquake2 - Quake II in text mode.

If you want to play Quake 1 in 3D try this.