Skip to main content

Wolfenstein:ET for Modern Linux

Linux Version
(The WINE version is here.)

Wolfenstein: Enemy Territory is an interesting first-person shooter. 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.

Never fear, several kind souls have updated the Linux binaries in two versions: ET-Legacy which tries to keep true to the original game and ETXreal, which modified the format for the game's maps and added hi-res textures.

There was no point to installing the original Wolfenstein:ET since the Linux version's sound is broken, but you still need to download it to extract the Game Data.

Game Data
For either alternative game engine, you must obtain the original game data from the original release which can be downloaded here. You'll need to copy pak0.pk3, pak1.pk3 and pak2.pk3 from your Wolfenstein: Enemy Territory /etmain directory to the /etmain directory of your alternative game engine.

The SplashDamage installation file is a Nullsoft Installer self-extracting archive which was determined by running

$ file WolfET_2_60b_custom.exe

Copy the SplashDamage Windows installer to a temporary directory. The files can be extracted into that temp directory by using 7z as follows:

$ 7z x  WolfET_2_60b_custom.exe

You will only need the three *.pk3 files and you can delete all the other files. I suggest that you create an archive of the game data files and save the archive to a safe location so you only need to do the extraction once.

Linux Install
I installed ET-Legacy on 64-bit Mageia6, 32-bit Mageia6 and 32-bit Windows7. ET-Legacy has different installers depending on what OS you will be using it with. The game is installed with a shell executable made with makeself, so make the script executable and launch it AFTER you have placed it in the root directory you want. I prefer ~, but you can put it anywhere handy. The installer will create a ~/.etlegacy which is where I suggest you put any custom PK3 files, maps, mods and total conversions. ET-Legacy tries to be compatible with as many mods as possible, but some may not work or need tweaking. There is an active community supporting this game, so that would be the place to ask questions. I tried using ETXreal's graphic with ET-Legacy and sadly, it's not compatible.

Hi-Res Textures
All three versions will benefit from hi-res textures found here. Of course, there are many mods available there and other sites.

ETXreal uses the enhanced XreaL id Tech 3 GPL engine. The homepage is spartan, but informative. It supports many more choices for video resolution, but does not support the 2560x1080 resolution of my LG 29UM-57-P or the 3840x1024 of my triple-multi-monitor configuration. The homepage offers a great deal of information about setting r_ variables manually. While the project seemed to hold much promise, the project sadly seems abandoned 5 years ago.

On the other hand, it is playable. They include the binaries for all supported operating systems in the single 7zip archive. Install the p7zip package to extract the contents of the archive. Extract that to you home directory. Then it is necessary to find the appropriate binary and move it to the game's root directory, the one that contains the /etmain directory. The installer creates a ~/.etxreal directory which is where I prefer to place any custom PK3 files, maps, mods and total conversions. Be aware that ETXreal may not be compatible with all your old mods and you might not be compatible with Wolf:ET or ET-Legacy servers, but with hi-res textures, it sure does look swell and ETXreal has its own servers. There is an active community supporting this game.

In both cases, you can launch the game from the command line with the full path to the binary, or create a startup script in ~/bin if that is in your path.
Is ~/bin not in your path? Add this to your .bashrc file:
## Add ~/bin to my pathexport PATH=$PATH:$HOME/bin
Wide Screen Display
There is a hack to use a custom resolution here, although it should work with Linux also. Essentially, you are passing commands through to the game engine. For windows, you add the commands to the startup shortcut, which is how we will use it with Crossover. The addition will be

+r_mode "-1" +r_customwidth "2560" +r_customheight "1080" +cg_fov "115" +set com_hunkmegs "768" +vid_restart

For a custom resolutions,  the cg_fov for 16:10 resolutions (i.e. 1440×900, 1680×1050 and 1920×1200) should be 100.39 and for 16:9 (1920×1080) 106.27.

Edit etconfig.cfg in your home directory.
Here is the example for a 2560×1080 resolution:

seta r_mode “-1”
seta r_customwidth “2560”
seta r_customheight “1080”
seta cg_fov “106.27”
MODS
Many mods are available at ModDB, including total conversions. A table of mods compatible with ETlegacy is found here.

Here is a guide on running bots, specifically OmniBOT. Bots are a way to populate a server and play the game. These bots are supported in Doom 3, ET, ET:Fortress, Fortress Forever, Quake 4 and RTCW. The ET OmniBOT HOWTO is here. There is am OmniBOT Mapping HOWTO that teaches you how to add waypoints to maps that do not have them.

RESOURCES

Wolfenstein: Enemy Territor Wiki

Game Manual

ET Console Commands and Cvars

Unofficial Strategy Guide

Map Packs

SplashDamage Website

SplashDamage Forums

SplashDamage Download

ET:Legacy Homepage

ET:Legacy ABOUT

ET:Legacy  FAQ

ET:Legacy Download

ET:Legacy Forums

ET:Legacy at ModDB

ETXreal Homepage

ETXreal

ETXreal Download

HDET (High-Definition Enemy Territory)

Wolf:ET at PCGamingWiki

Crossfire's ET Tutorial

Widescreen Hack Source

Comments

Popular posts from this blog

DOS4GW.EXE Version 2.01a and Alternative DOS Extenders

DOS4GW.EXE The Tenberry DOS extender DOS4GW.EXE was used by many early DOS games. I still enjoy playing many of these games and DOS4GW.EXE is usable with DOSBox , so they can be played on Linux. However, the version of DOS4GW.EXE that was included with the game was whatever was current at the time. The most recent version that includes many bugfixes that possibly affected the games when used with DOSBox have been fixed in the latest version, 2.01a. It's not free at US$49, but you can downloaded it here . Simply substitute it for whatever version of DOS4GW.EXE your game provided and enjoy the bug-fixed goodness. Tenberry also makes a "high-performance" "pro" version of DOS4GW.EXE, but it costs $300. I think that they could sell quite a few of these to hobby users (since, you know, DOS is dead) for US$5. Open Souce to the Rescue There are better performing, free and Open Source alternatives available and worth a look. DPMI Explained Let's unders

Return to Castle Wolfenstein for Modern Linux

Return to Castle Wolfenstein is a first-person shooter originally released on November 19, 2001. The game, like many other classic games, is available at GOG.com and costs only US$5.99. iortcw for Linux Don't bother with old and crusty Linux binaries offered by idsoft; they are problematic and it's painful to use them on a modern Linux. Fortunately for us, there are more modern GPL-licensed Linux binaries available for 32- and 64-bit systems as well as high resolution textures packages. The project at GitHub provides source code that can also be compiled for MS Windows using MinGW. iortcw for Windows and Mac You can download pre-compiled binaries for 32- and 64-bit Linux, MS Windows and Mac from here . Let's put our files in /usr/local/games/rtcw . As root, extract the downloaded .ZIP file for your architecture to  /usr/local/games/rtcw . All we are missing are the game data files. I purchased them from GOG.com. The game installer downloaded from GOG.com can be

Unreal Tournament GOTY/UT99 for Modern Linux

Released on November 16, 1999, Unreal Tournament (also known as UT99) is an arena first-person shooter for Multiplayer on-line competition or you can play against bots off-line. It features several game types, with more details provided at Wikipedia . The game was re-released on February 25, 2000 as Unreal Tournament Game of the Year Edition (GOTY) which included the three bonus packs released previously and additional mods, or game modifiers that had become popular. It is the GOTY version that is available from STEAM or  GOG.com . The GOG version for Windows installs in Linux and plays well using WINE , PlayOnLinux or Codeweaver's Crossover . There is a Linux binary available in two versions, one for the original game and one for the GOTY edition . Also provided at that site is the Official Bonus Pack with a Linux installer. All these Linux installers are created with makeself . There are some issues using such a crusty old Linux binary. Let's see why getting a Lin