Wolf4sdl (Wolfenstein 3D): additional working version game data files for Spear of Destiny
-
I have the Spear of Destiny game files from the "Super CD Pack."
vswap.sd1
(renamed from.sod
) andvswap.sd2
checksums both match those in the auto-launching script;vswap.sd3
has a different checksum, but it still works (I didn't play through the whole game, but the first level loads and plays.)Here is the checksum:
e3e87518f51414872c454b7d72a45af6 vswap.sd3
I made sure it worked first with:
cd /home/pi/RetroPie/roms/wolf3d/ /opt/retropie/ports/wolf4sdl/bin/wolf4sdl-spear --mission 3
When that worked, I made it work also from the ES menu by duplicating the "mission 3" line in the auto-launching script and inserting the checksum of my file:
sudo nano /opt/retropie/ports/wolf4sdl/bin/wolf4sdl.sh
Add the following line in the
declare -A game_checksums=(
section:['e3e87518f51414872c454b7d72a45af6']="wolf4sdl-spear --mission 3"
Also, Episode 1 files work as
.sod
without renaming to.sd1
if you usewolf4sdl-spear
without the--mission {n}
option. This is likely not as easy to integrate into the script (since it's the same file with the same checksum, you'd need an additional step to check the filename), but just something I found while messing around with it today.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.