This guide explains how to compile GtkRadiant 1.6.x from source code on Windows operating systems. The source code is obtained from the GtkRadiant Git repository, which is open to the public (details follow). These instructions are aimed at developers wanting to test changes to GtkRadiant source code. The instructions below have been executed successfully on […]
A SoF2 PodCast? Surely not! That’s right, the guys over at HoP have just released their first podcast with an amazing interview and general discussion of the game for an impressive 1hr 42mins! This podcast is an interview with the reigning MKIV champion Ul.maX^ aka @funker and is a real insight in to not only […]
If you get this error: ./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory This can happen also with SoF2 or old games the fix is easy: Just run this is valid for Debian/Ubuntu distro: dpkg –add-architecture i386 apt-get update apt-get install libstdc++5:i386