Skip to main content

Posts

Wolfenstein: Enemy Territory for WINE

WINE Version (The native Linux version is here .) Wolfenstein: Enemy Territory has always rocked as an on-line game. Trying to capitalize on their success with the online part of Return to Castle Wolfenstien, they developed an online component for RtCW and farmed out the single-player mode. Turns out, the SP mode sucked , so they ditched that and gave away the online game. The Game's PAK files remained proprietary (as always) and they released the source code for the game engine. The original release had a Linux version as well as Mac and Windows version and can still be downloaded from SplashDamage . The problem with the Linux version is that Linux changed sound subsystems (OSS, ALSA, PULSEAUDIO) and the sound component of the game is no longer compatible with a modern Linux. Wolf:ET debuted with a native Linux version that can still be installed, but there have been unofficial game engines that have upped the ante for the game. The original version is available f...

Call of Duty: United Offensive

Call Of Duty: United Offensive is an expansion pack for Call Of Duty released on September 14, 2004 and adds three new single player campaigns and expanded multiplayer capabilities and associated maps.  The installation of Call Of Duty: United Offensive should be easier that that of Call of Duty since I could swap out discs. And I say "should" because there's no way to install it since it depends on the un-installable Call of Duty. Where this all gets fsck'd is that the installer will prompt you for CD2, you can eject CD1 and then successfully mount CD2 as the installer proceeds normally. However , you are then prompted to insert CD1 for a second time. This procedure is part of the stupid Copy Protection scheme where the installer creates the Windows Registry entries, so you can't really skip it, and for whatever reason, Crossover can't accommodate this final swap. It should be possible to copy both CDs to a directory named "COD" and use the cr...

Unreal Tournament 3 Arena for Modern Linux

Unreal Tournament 3 Arena  , the successor to Unreal Tournament 2004, was intended to have a Linux release , but that was late arriving. The Linux installer is on DISC3. If you want to run the Linux installer, you have some lying to do. Mount UT3 DISC3 and change to that directory and ' sudo su ' to root. Then enter: # export SETUP_LIBC=glibc-2.1 # linux32 ./setup.sh Scroll through the license agreement and agree to it. Since you are running as root, you can install the game in /usr/local . If you want it installed only for your use, change the paths presented to you, like ~/games and ~/bin . Choose the base install and pass on the server install (unless you really want to install the server rather than the client ... but that's another post). Don't go wild and install all the optional drivers (maybe you have a Voodoo video card handy that you want to use, more old-school power to you). Just answer no to that stuff. Why? Why, indeed. Now you get to read the ...

Installing cheat on Mageia6

Tecmint recently ran an article about a new way to obtain information about an application using cheat , an open-source interactive cheat-sheet  application. What the application does is provide a means of showing examples for a command. If none exist in the cheat database, cheat creates a blank cheat file in that name and opens it in a text editor of your choice so that you may add examples. Instructions for installing it on "Linux Systems" assumes that "Linux" means "Debian" or "Redhat". Please read the article linked above and follow the installation instructions below to install cheat on Mageia6. Mageia6 offers the choice of Python version 2 and Python version 3. Since cheat uses version 2, we'll be installing the version 2 python files. Python will already be installed on Mageia6, but if it is not, install it. Install Python: # urpmi python Install Pip: # urpmi python-pip Install the dependencies for cheat: # urpmi pyth...

HOWTO Install Word Perfect 5.1, a DOS Application, using Crossover

Codeweaver's Crossover, now at version 18, does an excellent job of making most MS Windows applications run reliably on a modern Linux installation.DOS But what if you have an old DOS-based game or application? Crossover doesn't do DOS in a way that enables it to run these old DOS applications and the smart money is on installing and using DOSBox as a native Linux application and running those apps from there. Using it is pretty straightforward, but you must read the documentation to get started. But if you just installed the native Linux version of DOSBox you would miss out on several very nice features of Crossover such as easily accessing the apps from your desktop menu, and being able to archive and restore the DOS application. You can do all of this without Crossover, but if you use Crossover for Windows apps, it would be nice to use Crossover with DOS apps. Fortunately, Crossover does offer and easy way to install the Windows version of DOSBox. You can also add...

Trouble Finding Your Linux Game Libraries?

Some Linux games, especially the older Linux games, are installed with the versions of libraries that they need. The problem arises when the specific libraries are unknown to your system and the game won't launch. The old Loki game installers attempted to fix this with some shell scripting. Maybe that works, maybe it doesn't. Here's an easy way to fix this problem. First, we use a kernel utility, ldd , to see what shared libraries the binary expects to see. $ ldd /full/patch/to/application/binary You will get a list of libraries needed and a clear indication of whether they are present or not. Trick #1 Assuming your system reports them missing, but you can see them in the directory where you installed the game, rather than fix the script that launches the game, we'll simply tell the system where to look. Become root , and change directory to /etc/ldd.so.conf.d. Once there, create a file, name_of_game.conf and in that file enter  /full/path/to/the...

Hexen on Modern Linux

There is a Linux binary housed at  Hexen II: Hammer of Thyrion . It is in the Mageia repositories and can be installed using urpmi . The binary gets installed in /usr/bin and the rest of the game files and documents can be found in /user/games/hexen2 . I have not yet experienced Hexen2 since I don't have the retail version. The installer only installs the game engine, so I've purchased an original game CD from eBay to extract the game data files. The Heretic DOS games can be obtained form the AbandonwareDOS site for Heretic and Beyond Heretic . Doomsday is an advanced port of the Doom game engine, capable also of running Heretic, and Hexen games. RESOURCES Index of Games for Modern Linux Hexen II Wikipedia Hexen Wiki Doomworld Wiki Hexen II: Hammer of Thyrion Linux-x86 Linux-AMD64 Install HOWTO Hexen II Linux Demo