个人工具

“UbuntuHelp:Games/Native/QuakeIIIArena”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
Binaries
 
(未显示2个用户的9个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Games/Native/QuakeIIIArena}}
 
{{From|https://help.ubuntu.com/community/Games/Native/QuakeIIIArena}}
 
{{Languages|UbuntuHelp:Games/Native/QuakeIIIArena}}
 
{{Languages|UbuntuHelp:Games/Native/QuakeIIIArena}}
 
 
 
== Quake III Arena ==
 
== Quake III Arena ==
 
=== Installation (Retail) ===
 
=== Installation (Retail) ===
第12行: 第10行:
 
umount /cdrom
 
umount /cdrom
 
</nowiki></pre>
 
</nowiki></pre>
 
 
==== Binaries ====
 
==== Binaries ====
 
<pre><nowiki>
 
<pre><nowiki>
第20行: 第17行:
 
./linuxq3apoint-1.32b-3.x86.run (Use "/<path to install>/quake3" when asked)
 
./linuxq3apoint-1.32b-3.x86.run (Use "/<path to install>/quake3" when asked)
 
</nowiki></pre>
 
</nowiki></pre>
 +
 +
如果遇到 failed x86_64 的提示。说明是在64位系统上,这个32位run要这样运行:
 +
sudo su
 +
linux32 ./linuxq3apoint-1.32b-3.x86.run
  
 
==== Security Fix ====
 
==== Security Fix ====
第28行: 第29行:
 
rm -rf Quake\ III\ Arena\ 1.32c/
 
rm -rf Quake\ III\ Arena\ 1.32c/
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Troubleshooting ===
 
=== Troubleshooting ===
 
==== Sound ====
 
==== Sound ====
第38行: 第38行:
 
you can try the following fix
 
you can try the following fix
 
<pre><nowiki>
 
<pre><nowiki>
sudo vi /etc/init.d/bootmisc.sh
+
sudo nano /etc/init.d/bootmisc.sh
 
add lines above : exit 0
 
add lines above : exit 0
 
echo 'quake3.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss
 
echo 'quake3.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss
 
echo 'quake3-smp.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss''
 
echo 'quake3-smp.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss''
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Playing ===
 
=== Playing ===
 
==== Single CPU Systems ====
 
==== Single CPU Systems ====
第53行: 第52行:
 
./quake3-smp
 
./quake3-smp
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Quake III Arena Mods ==
 
== Quake III Arena Mods ==
[[UbuntuHelp:/Mods/Q3JailBreak|Q3JailBreak]]
+
[[UbuntuHelp:Games/Native/QuakeIIIArena/Mods/Q3JailBreak|Q3JailBreak]]
<br>
+
<<BR>>
[[UbuntuHelp:/Mods/Q3Pong|Q3Pong]]
+
[[UbuntuHelp:Games/Native/QuakeIIIArena/Mods/Q3Pong|Q3Pong]]
<br>
+
<<BR>>
[[UbuntuHelp:/Mods/RocketArenaQ3A|Rocket Arena Q3A]]
+
[[UbuntuHelp:Games/Native/QuakeIIIArena/Mods/RocketArenaQ3A|Rocket Arena Q3A]]
 
+
 
== Links ==
 
== Links ==
 
[http://www.idsoftware.com/]
 
[http://www.idsoftware.com/]
<br>
+
<<BR>>
 
[http://zerowing.idsoftware.com/linux/q3a/]
 
[http://zerowing.idsoftware.com/linux/q3a/]
<br>
+
<<BR>>
 
[http://en.wikipedia.org/wiki/Quake_III_Arena]
 
[http://en.wikipedia.org/wiki/Quake_III_Arena]
 
+
<<BR>>
 +
Open source Quake 3 distribution:
 +
<<BR>>
 +
[http://ioquake3.org/]
 
----
 
----
[[category:CategoryGames]] [[category:CategoryDocumentation]]
+
[[category:CategoryGames]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2013年7月31日 (三) 16:26的最新版本


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

Binaries

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)

如果遇到 failed x86_64 的提示。说明是在64位系统上,这个32位run要这样运行: sudo su linux32 ./linuxq3apoint-1.32b-3.x86.run

Security Fix

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/

Troubleshooting

Sound

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

/dev/dsp: Input/output error
Could not mmap /dev/dsp

you can try the following fix

sudo nano /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''

Playing

Single CPU Systems

./quake3

Multiple (SMP) CPU Systems

./quake3-smp

Quake III Arena Mods

Q3JailBreak <
> Q3Pong <
> Rocket Arena Q3A

Links

[1] <
> [2] <
> [3] <
> Open source Quake 3 distribution: <
> [4]