个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/Games/Native/QuakeIIIArena}} {{Languages|php5}} == Quake III Arena == === Installation (Retail) === ==== Data Files ==== <pre><nowiki> mkdir /<pa...)
 
第11行: 第11行:
 
cp -r /cdrom/Quake3/baseq3 /<path to install>/quake3
 
cp -r /cdrom/Quake3/baseq3 /<path to install>/quake3
 
umount /cdrom
 
umount /cdrom
</nowiki></code>
+
</nowiki></pre>
  
 
==== Binaries ====
 
==== Binaries ====
第19行: 第19行:
 
chmod +x 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)
 
./linuxq3apoint-1.32b-3.x86.run (Use "/<path to install>/quake3" when asked)
</nowiki></code>
+
</nowiki></pre>
  
 
==== Security Fix ====
 
==== Security Fix ====
第27行: 第27行:
 
cp Quake\ III\ Arena\ 1.32c/linux/* .
 
cp Quake\ III\ Arena\ 1.32c/linux/* .
 
rm -rf Quake\ III\ Arena\ 1.32c/
 
rm -rf Quake\ III\ Arena\ 1.32c/
</nowiki></code>
+
</nowiki></pre>
  
 
=== Troubleshooting ===
 
=== Troubleshooting ===
第35行: 第35行:
 
/dev/dsp: Input/output error
 
/dev/dsp: Input/output error
 
Could not mmap /dev/dsp
 
Could not mmap /dev/dsp
</nowiki></code>
+
</nowiki></pre>
 
you can try the following fix
 
you can try the following fix
 
<pre><nowiki>
 
<pre><nowiki>
第42行: 第42行:
 
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></code>
+
</nowiki></pre>
  
 
=== Playing ===
 
=== Playing ===
第48行: 第48行:
 
<pre><nowiki>
 
<pre><nowiki>
 
./quake3
 
./quake3
</nowiki></code>
+
</nowiki></pre>
 
==== Multiple (SMP) CPU Systems ====
 
==== Multiple (SMP) CPU Systems ====
 
<pre><nowiki>
 
<pre><nowiki>
 
./quake3-smp
 
./quake3-smp
</nowiki></code>
+
</nowiki></pre>
  
 
== Quake III Arena Mods ==
 
== Quake III Arena Mods ==

2007年5月13日 (日) 12:53的版本



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)

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

Playing

Single CPU Systems

./quake3

Multiple (SMP) CPU Systems

./quake3-smp

Quake III Arena Mods

Q3JailBreak
Q3Pong
Rocket Arena Q3A

Links

[1]
[2]
[3]


CategoryGames CategoryDocumentation