id Super Pack Widescreen & Mutli-Monitor Guide - Wolfenstein 3D

Article Type: 
Article

Engine: NewWolf
Games Supported: Wolfenstein 3D, Spear of Destiny
Widescreen Solution: .ini

Wolfenstein 3D Instructions

Download NewWolf and extract it to an empty directory, and call it "wolf3D" or something that will remind you that it is Wolfenstein 3D. Keep that directory open in a window.

Open another window and go to \SteamApps\common\wolfenstein 3d\base.
Copy all of the *.WL6 files into your NewWolf wolf3d directory.

Just run NewWolf.exe to play Wolfenstein 3D.


Spear of Destiny instructions

Warning: Unlike Wolfenstein 3D, Spear of Destiny cannot be completed 100% using the NewWolf engine. Ordinarily, finding the spear will cause you to be teleported to an arena where you face the final boss. But in the NewWolf engine, collecting the spear only triggers an error message, leaving you no exit from the level and no option but to manually quit the game. Everything else in the game up to that point works fine, though.

Download NewWolf and extract it to an empty directory, and call it "sod" or something that will remind you that it is Spear of Destiny. Do not re-use the wolf3D directory. NewWolf will not run Spear of Destiny if the Wolf3D data files are present. Keep the sod directory open in a window.

Open another window and go to:
\SteamApps\common\spear of destiny\base
Copy all of the *.SOD, *.SD1, *.SD2, and *.SD3 files into your NewWolf sod directory.

Go back to the sod directory. Create a file called "sod.bat." Edit it, and paste this into it:


@echo off
echo Spear of Destiny
echo 1: Spear of Destiny
echo 2: Mission 2: Return to Danger
echo 3: Mission 3: Ultimate Challenge
set /p userinp=choose a number (1-3):
goto %userinp%
:1
copy GAMEMAPS.SD1 GAMEMAPS.SOD
copy MAPHEAD.SD1 MAPHEAD.SOD
copy VSWAP.SD1 VSWAP.SOD
goto end
:2
copy GAMEMAPS.SD2 GAMEMAPS.SOD
copy MAPHEAD.SD2 MAPHEAD.SOD
copy VSWAP.SD2 VSWAP.SOD
goto end
:3
copy GAMEMAPS.SD3 GAMEMAPS.SOD
copy MAPHEAD.SD3 MAPHEAD.SOD
copy VSWAP.SD3 VSWAP.SOD
goto end
:end
NewWolf.exe

Run sod.bat to get a menu that lets you pick which mission to play.