Skip to main content

Posts

Showing posts with the label WINE

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...

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 ...

Medal of Honor: Pacific Assault on Modern Linux

Installation using Codeweavers Crossover from the DVD version found no problems for the installation or running the game. Of course, the DVD must be in the drive due to the much-hated  SafeDisc v3 DRM .  You can avoid that hassle and get a no-cd version of the game executable from GameCopyWorld.com . The game played without any issues (36FPS), but became unplayable (12FPS) after installing the v1.2 patch , so don't install it . I also installed, again using Codeweavers Crossover, the GOG.com version which is very useful considering that this version of the game is DRM free. However, I received error messages during the install:  "Runtime Error (at 181:806): Out Of Stack Range" and "Out of Global Vars range" messages. Still, the game launched, so I'm guessing that the errors were  from the GOG game installer, not the game itself. Even though the game would install and run, it was very slow (12FPS) which is due to the version of the game engine that GOG in...

Call of Duty on Modern Linux

What a pain in the ass to install using Crossover from the two-CD version, and by pain in the ass I mean it won't install at all. Call of Duty , a first person shooter released in 2003, spawned an entire franchise of COD games that persist to this day. Installing using Codeweaver's Crossover should be easy, but it's not. COD: United Offensive is an expansion pack for COD and the COD game must be installed before COD:UO can be installed. Crossover expects you to install the game through Steam, which works. I own the original discs and shouldn't have to pay for it again, but the copy-protection method keeps it from installing. As I understand it, the third step of the install where you must re-insert the first CD causes a Windows registry entry to be written that the game looks for to verify it was "installed". Without this entry, the game will not run. I found some info about registry entries for COD2 here . Maybe they can be applied to COD. And there ...

Unreal Gold for Modern Linux

Unreal is the first in a series of first-person shooters released by EPIC in 1998, It was followed by an add-on named Return to Na-Pali . The two games were combined into "Unreal Gold" and modified to run on the more modern Unreal Tournament game engine. The Windows version of the game is available from GOG for US$9.99 and is free of any Digital Rights Management restrictions. For my money, this is the best place to obtain the game. All four games in the series are available, often at a discount when purchased together. There are Linux installers available from Loki, but these are getting old and difficult to use . The game installs and plays well using PlayOnLinux  or Codeweaver's Crossover, both of which are a handy way of installing games when a native Linux game engine is not available or no longer works and using WINE and specially crafted installation scripts which not only select the best version of WINE to use, but also install any Windows apps that the ...