Wolfenstein 3D

From Indie IT Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

HOWTO: Install

Acquire the wolf3d.zip file and extract it to your chosen Games directory.

mkdir ~/Games
unzip wolf3d.zip -d ~/Games/

Install the app DOSBox...

sudo aptitude install dosbox

HOWTO: Tweaks

nano ~/.dosbox/dosbox-0.74.conf
output=ddraw
aspect=true
scaler=hq3x

HOWTO: Play

NEW METHOD

dosbox ~/Games/WOLF3D/WOLF3D.EXE

OLD METHOD

dosbox &
mount C ~/
C:
cd Games\WOLF3D
WOLF3D.EXE

Enjoy! :-)

Thanks - http://joshmccarty.com/2013/08/optimize-dosbox-for-modern-screens/

HOWTO: Fullscreen

Press ALT+ENTER

HOWTO: Get Sound Effects

In the game, go to...

Options > Sound > Sound Effects = Adlib/Sound Blaster > Digitised Sound = Sound Blaster

HOWTO: Close The Game

Just keep pressing ESC key then exit, and type 'exit' at the DOS Prompt.

Or you could just be lazy and press the X button in the DOSBox Window... :)