RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Wolf4sdl (Wolfenstein 3D): additional working version game data files for Spear of Destiny

    Scheduled Pinned Locked Moved Help and Support
    wolfenstein 3dspeardestinywolf4sdlmission 3
    1 Posts 1 Posters 573 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sleve_mcdichael
      last edited by sleve_mcdichael

      I have the Spear of Destiny game files from the "Super CD Pack." vswap.sd1 (renamed from .sod) and vswap.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 use wolf4sdl-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.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      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.