Quake III Linux Installation

Source: Internet
Author: User
Tags dedicated server

Https://help.ubuntu.com/community/Games/Native/QuakeIIIArena

http://ubuntuforums.org/showthread.php?t=1977312

http://www.cyberciti.biz/faq/linux-install-doom3-game/

Games/native/quakeiiiarena

Contents

  1. Quake III Arena
    1. Installation (Retail)
      1. Data Files
      2. Binaries
      3. Security Fix
    2. Troubleshooting
      1. Sound
    3. Playing
      1. Single CPU Systems
      2. Multiple (SMP) CPU Systems
  2. Quake III Arena Mods
  3. Links

Quake III Arena

Installation (Retail)

Data Files

mkdir/<path to Install>/quake3mount/cdromcp-r/cdrom/quake3/baseq3/<path to Install>/quake3  Umount/cdrom  

Binaries

CD/<path to Install>/quake3wget ftp://ftp.idsoftware.com/idstuff/quake3/linux/ Linuxq3apoint-1.32b-3.x86.runchmod +x linuxq3apoint-1.32b-3.x86.run./linuxq3apoint-1.32b-3.x86.run (use "/ <path to Install>/quake3 "when asked)  

Security Fix

wget ftp://ftp.idsoftware.com/idstuff/quake3/quake3-1.32c.zipUnzip quake3-1.32c.zipCP quake\ iii\ arena\ 1.32c/linux/*. rm-rf quake\ iii\ arena\ 1.32c/  

Troubleshooting

Sound

If you had no sound with the following error message in console

/dev/dsp:input/output errorCould not MMAP/DEV/DSP

You can try the following fix

sudo nano/etc/init.d/bootmisc.shAdd lines above:exit 0Echo ' quake3.x86 0 0 Direct ' >/proc/asound/card0/pcm0 P/ossEcho ' quake3-smp.x86 0 0 Direct ' >/proc/asound/card0/pcm0p/oss '  

Playing

Single CPU Systems

./quake3

Multiple (SMP) CPU Systems

./quake3-smp

Quake III Arena Mods

Q3jailbreak
Q3pong
Rocket Arena q3a

Links

http://www.idsoftware.com/
http://zerowing.idsoftware.com/linux/q3a/
Http://en.wikipedia.org/wiki/Quake_III_Arena
Open Source Quake 3 Distribution:
http://ioquake3.org/

Ubuntu Linux:install Doom3 Game

by Nix Craft on August 24, 2009 44 Comments Last UPDATED December 6,

In BASH Shell, CentOS, Debian/ubuntu

How do I install the First-person shooter genre, DOOM3 video game under Ubuntu Linux?

Doom 3 is a science fiction First-person shooter video game developed by id Software. It is first released for Microsoft Windows. The game was later adapted for Linux, as well as being ported for MAC OS X.

Game Requirements
    1. Any Linux distribution.
    2. 3D Video card with OpenGL acceleration Support (min 64M RAM)
    3. ALSA and OSS Sound backend.
    4. Linux Kernel v2.6+ and glibc v2.2.4+ is recommended. (part of the most modern Linux distro)
    5. DOOM3 PC Retail Windows version DVD/CD.

The following instructions is tested on both Fedora and Ubuntu Linux 8.04 (but should work under any Linux distro) usi ng NVidia Quadro FX 570/pci/sse2 256MB RAM 3D accelerator card.

Step # 1:install Doom3 Linux Client

Visit this page and grab Linux doom3 installer client. You can use wget command as follows:
$ cd /tmp
$ wget ftp://ftp.idsoftware.com/idstuff/doom3/linux/doom3-linux-1.3.1.1304.x86.run

Install it, enter:
$ sudo sh doom3-linux-1.3.1.1304.x86.run
Accept the license agreement.

Fig.01:doom3 Setup


Now, just follow the on-screen instructions. By default game would be installed In/usr/local/games/doom3/base directory.

Step # 2:copy Files from DOOM3 PC Retail Windows CDs Version (not part of Linux)

The following files need to is copied from the Win32 install CDs to Your/usr/local/games/doom3/base directory:

    1. Pak000.pk4
    2. Pak001.pk4
    3. Pak002.pk4
    4. Pak003.pk4
    5. PAK004.PK4 etc

Insert CD #1 into Linux computer and mount it At/mnt/dvd Or/mnt/cdrom/or/media/cdrom. Once mounted copy above files:
$ cp /path/to/pak*.pk4 /usr/local/games/doom3/base
For example, my CD is mounted At/mnt/dvd. Need to use Setup/data/base directory to copy above files:
$ sudo cp -v /mnt/cdrom/Setup/Data/base/pak*.pk4 /usr/local/games/doom3/base
You need to unmount CD, eject it
$ eject
Insert 2nd CD and copy files:
$ sudo cp -v /mnt/cdrom/Setup/Data/base/pak*.pk4 /usr/local/games/doom3/base
You need to unmount CD, eject it
$ eject
Insert 3rd CD and copy files, enter:
$ sudo cp -v /mnt/cdrom/Setup/Data/base/pak*.pk4 /usr/local/games/doom3/base
Run ls-l command to verify this all files is copied:
$ cd /usr/local/games/doom3/base
$ ls -l

How does I Start doom3?

You need to copy all Pak???. PK4 files from the all 3 CDs to/usr/local/games/doom3/base directory. Once done Type the following command to start Doom3:
$ doom3
You need to type your cd-key and you can play the game.

Fig.02:linux Doom3 in Action

Fig.03:linux DOOM3

Sound problem

If sound isn't understandable then try running Doom3 with the following command:
$ doom3 +set s_driver oss +set s_numberOfSpeakers 2

How does I start the DOOM3 dedicated server?

Type the command:
$ doom3-dedicated
Sample Outputs:

DOOM 1.3.1.1304 linux-x86 Jan 21:53:29found Interface Lo-loopbackfound interface vmnet1-172.16.91.1/255.255.25 5.0found Interface Vmnet3-172.16.193.1/255.255.255.0found Interface Vmnet8-192.168.120.1/255.255.255.0found Interface wlan0-192.168.1.101/255.255.255.0------Initializing File System------Loaded pk4/usr/local/games/doom3/ Base/game01.pk4 with checksum 0x51c6981floaded PK4/USR/LOCAL/GAMES/DOOM3/BASE/GAME02.PK4 with checksum 0xf3ec6f7loaded pk4/usr/local/games/doom3/base/game03.pk4 with checksum 0x5d4230ealoaded pk4/usr/local/games/doom3/ Base/pak000.pk4 with checksum 0x28d208f1loaded PK4/USR/LOCAL/GAMES/DOOM3/BASE/PAK001.PK4 with checksum 0x40244be0loaded pk4/usr/local/games/doom3/base/pak002.pk4 with checksum 0xc51ecdcdloaded PK4/USR/LOCAL/GAMES/DOOM3 /base/pak003.pk4 with checksum 0xcd79d028loaded PK4/USR/LOCAL/GAMES/DOOM3/BASE/PAK004.PK4 with checksum 0x765e4f8bloaded pk4/usr/local/games/doom3/base/pak005.pk4 with checksum 0x8ffc3621loaded Pk4/usr/loCal/games/doom3/base/pak006.pk4 with checksum 0x95b65abloaded PK4/USR/LOCAL/GAMES/DOOM3/BASE/PAK007.PK4 with Checksum 0x666bdb3cloaded PK4/USR/LOCAL/GAMES/DOOM3/BASE/PAK008.PK4 with checksum 0x23ae5993current search Path:/home /VIVEK/.DOOM3/BASE/USR/LOCAL/GAMES/DOOM3/BASE/USR/LOCAL/GAMES/DOOM3/BASE/PAK008.PK4 (3 files)/usr/local/games/ Doom3/base/pak007.pk4 (/usr/local/games/doom3/base/pak006.pk4 files)/usr/local/games/doom3/base/ Pak005.pk4 (/USR/LOCAL/GAMES/DOOM3/BASE/PAK004.PK4) (5137 files)/usr/local/games/doom3/base/pak003.pk4 ( 4676 files)/usr/local/games/doom3/base/pak002.pk4 (6120 files)/usr/local/games/doom3/base/pak001.pk4 (8972 files)/ Usr/local/games/doom3/base/pak000.pk4 (2698 files)/usr/local/games/doom3/base/game03.pk4 (2 files)/usr/local/games /DOOM3/BASE/GAME02.PK4 (2 files)/usr/local/games/doom3/base/game01.pk4 (2 files) game dll:0x0 in Pak:0x0addon pk4s:file System initialized.-------------------------------------------Initializing decls------------------------------------------Initializing rendersystem--------using ARB rendersystemrendersystem Initialized.--------------------------------------5206 strings read from STRINGS/ENGLISH.LANGCOULDN ' t Open Journal filesexecing editor.cfgexecing default.cfgexecing doomconfig.cfgcouldn ' t exec autoexec.cfg5206 strings read from Strings/english.lang-----Initializing Sound system------Sound system Initialized.--------------------------------------Opening IP socket:localhost:27666found DLL in Pak file:/usr/local/ Games/doom3/base/game01.pk4/gamex86.socopy gamex86.so to/home/vivek/.doom3/base/gamex86.so---------Initializing Game----------Gamename:basedoom-1gamedate:jan 2007Initializing Event System ... 473 event Definitionsinitializing Class hierarchy ... 142 classes, 382184 bytes for event callbacksinitializing scripts/proc/cpuinfo CPU frequency:2394 mhzcompiled ' RemoveInit Ialsplineangles ': 881.6 ms----------Compile stats----------Memory usage:strings:79, 12592 bytes Statements:67875, 1357500 bytes functions:2109, 250532 bytes variables:147376 bytes Mem used:2479288 bytes Static D ata:2277552 bytes allocated:3284544 bytes Thread size:7068 bytes ... 6 AAs typesgame initialized.----------------------------------------------Initializing Session--------couldn ' t read .. /base/xpkey.session initialized-----------------------------------------Common initialization complete---Type ' Help ' for dedicated server info.terminal-enabled (use +set in_tty 0 to Disabled) pid:105148112 MB System Memorya Sync thread started

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.