个人工具

UbuntuHelp:Games/Native/QuakeIIIArena

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/Games/Native/QuakeIIIArena}} {{Languages|php5}} == Quake III Arena == === Installation (Retail) === ==== Data Files ==== <pre><nowiki> mkdir /<pa...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索



Quake III Arena

Installation (Retail)

Data Files

mkdir /<path to install>/quake3
mount /cdrom
cp -r /cdrom/Quake3/baseq3 /<path to install>/quake3
umount /cdrom
</code>

==== Binaries ====
<pre>
cd /<path to install>/quake3
wget ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
chmod +x linuxq3apoint-1.32b-3.x86.run
./linuxq3apoint-1.32b-3.x86.run (Use "/<path to install>/quake3" when asked)
</code>

==== Security Fix ====
<pre>
wget ftp://ftp.idsoftware.com/idstuff/quake3/quake3-1.32c.zip
unzip quake3-1.32c.zip
cp Quake\ III\ Arena\ 1.32c/linux/* .
rm -rf Quake\ III\ Arena\ 1.32c/
</code>

=== Troubleshooting ===
==== Sound ====
If you have no sound with the following error message in console
<pre>
/dev/dsp: Input/output error
Could not mmap /dev/dsp
</code>
you can try the following fix
<pre>
sudo vi /etc/init.d/bootmisc.sh
add lines above : exit 0
echo 'quake3.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss
echo 'quake3-smp.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss''
</code>

=== Playing ===
==== Single CPU Systems ====
<pre>
./quake3
</code>
==== Multiple (SMP) CPU Systems ====
<pre>
./quake3-smp
</code>

== Quake III Arena Mods ==
[[UbuntuHelp:/Mods/Q3JailBreak|Q3JailBreak]]
<br>
[[UbuntuHelp:/Mods/Q3Pong|Q3Pong]]
<br>
[[UbuntuHelp:/Mods/RocketArenaQ3A|Rocket Arena Q3A]]

== Links ==
[http://www.idsoftware.com/]
<br>
[http://zerowing.idsoftware.com/linux/q3a/]
<br>
[http://en.wikipedia.org/wiki/Quake_III_Arena]

----
CategoryGames CategoryDocumentation

[[category:UbuntuHelp]]