Games/Native/ReturnToCastleWolfenstein

出自Ubuntu中文

Instructions to install Return to Castle Wolfenstein.

目录

Return to Castle Wolfenstein (Retail)

URL: http://www.idsoftware.com

Installation

CDROM Files (Original)

(Coming Soon)

CDROM Files (GOTY Edition)

(Coming Soon)

CDROM Files (Platinum Edition)

mkdir /<path to install>/wolfenstein
mkdir /<path to install>/wolfenstein/main
(Insert Disc 1)
mount /cdrom
cp -r /cdrom/Setup/Data/Main/* /<path to install>/wolfenstein/main
(Insert Disc 2)
mount /cdrom
cp -r /cdrom/Setup/Data/main/* /<path to install>/wolfenstein/main

Binary and Security Fix

cd /<path to install>/wolfenstein
(Install Binary)
wget ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.41b.x86.run
chmod +x wolf-linux-1.41b.x86.run
./wolf-linux-1.41b.x86.run (Use "/<path to install>/wolfenstein" when asked)

(Install Security Fix)
wget ftp://ftp.idsoftware.com/idstuff/wolf/Wolf-1.41b.zip
unzip Wolf-1.41b.zip
cp Return\ To\ Castle\ Wolfenstein\ 1.41b/linux/* .
rm -rf Return\ To\ Castle\ Wolfenstein\ 1.41b/

Sound

If you have no sound with the following error message

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

you can try the following fix

sudo vi /etc/init.d/bootmisc.sh
add "echo 'wolf.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss" above : exit 0
add "echo 'wolfsp.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss" above : exit 0

Playing

(Single Player)
./wolfsp
(Multi Player)
./wolfmp


文章来源:官方WIKI
翻译人员:
校对人员:
文章状态:等待翻译