Skip to main content

Posts

Showing posts with the label UT3

Unreal 2003/2004 for Modern Linux

If Unreal2 was the redheaded stepchild of the original Unreal game,  Unreal Tournament 2003 was the redheaded stepchild of the original Unreal Tournament (aka UT99). The gaming community was not happy with the game play as it originally shipped in September 30th, 2002. So unhappy, in fact, that EPIC released Unreal Tournament 2004 which re-used much of UT2003 but reverted to UT99-style gameplay. UT2003 does offer a Linux installer and there is a Linux update  as well as the DE Bonus pack and the Epic Bonus Pack . A Windows-only Community Bonus Pack was released followed by a Linux installer for it. While it can be installed using WINE, PlayOnLinux and Crossover, we will be installing the Linux binaries as root to make the game available to all system users. The Linux installer is on disc3. Mount the game discs and copy them all to  ~/ut2003 . Copy the Linux installer to that directory, cd there and sudo su to become root. First, we need to set a usable libc v...

Unreal2 on Modern Linux

Unreal 2: The Awakening was not a popular game. It launched on February 3rd, 2003 with only a single-player mode when on-line multiplayer demonstrated in Unreal Tournament was the  the hot new thing. Although a one-game multiplayer mode was added, Unreal2 just never caught on. It does offer a good story-mode single, player experience and a pretty attractive female sidekick. Unreal2 also has no native Linux binaries and must be run with some version of WINE. The current version of Unreal2 offered by GOG.com can be run using WINE , PlayOnLinux or Crossover. Install it into a Win7 bottle. Before You Start Before you launch the game the first time, delete all of the *.con files you find in the /Music sub-directory. These are containers for the looping music that is played in the background and for whatever reason, they are not supported in the game. If you leave them in place, you can open the configuration menus, but launching the game will fail. You can download .mp3 versio...

Unreal Tournament 2004 for Modern Linux

After the release of Unreal Tournament 2003 came a follow-up with  Unreal Tournament 2004 which was intended to fix issues of game play from Unreal Tournament 2003. Disappointingly, Unreal Tournament 2004 did not come with a Linux installer on the game discs, but the installer was released later. By 2017, installing it is not so easy. Linux is not like it was in 2004. Not only has it improved, but lucky for us, Linux has been around long enough that it now includes tools to allow backwards compatibility. We'll be installing as root to make the game available to all system users. Download the the Linux installer. Mount the game discs and copy them all to ~/ut2004 . Copy the Linux installer to that directory, cd there and su to root. First, we need to set a workable POSIX version value. # export _POSIX2_VERSION=199209 Second, set a usable libc version. # export SETUP_LIBC=glibc-2.1 Third, tell the installer that we are running on a 32-bit system. #...

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