Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • dudleydes
    Participant
    Post count: 139

    I have published a tutorial on installing the Wolfenstein 3D port, wolf4sdl and integrating it into Retropie and emulationstation. You can find it at the link below.

    http://dosonthepi.blogspot.co.uk/2015/01/install-wolf4sdl.html

    It is possible to configure game controllers for wolf4sdl as well as for DOSBox, the topic of last tutorial. Please let me know which you would be interested in.

    Roo
    Participant
    Post count: 211

    Awesome! I’m going to give this a shot tonight, I’ll let you know how it goes :)

    gizmo98
    Participant
    Post count: 452

    I played around with wolf4sdl before. I couldn’t test it because i had no good game files.

    https://github.com/gizmo98/RetroPie-Setup/blob/testing/scriptmodules/emulators/wolfenstein.sh

    Do you have any shareware sources?

    dudleydes
    Participant
    Post count: 139

    I’ve only tested it in DOSBox but you can try the DOS Games Archive.

    http://www.dosgamesarchive.com/download/wolfenstein-3d/

    You will need to use DOSBox to install the game and gain access to the game files.

    Before you compile, you will need to edit the file version.h to make sure the binary works for your game files. I don’t think this was done in your script. Judging from the name of the zip file, I think this is shareware version 1.4 so you need to leave line 10 (#define UPLOAD) and line 12 (#define CARMACIZED) uncommented.

    [Edit 21 Jan]

    I can confirm that the above works. You may have to reboot after you have compiled the binary.

    Roo
    Participant
    Post count: 211

    Well done, sir. Got it up and running, easy to follow instructions. Thanks!

    RetroMarine
    Participant
    Post count: 153

    Awesome Dudleydes! I’m totally going to do this….any way you could look into installing the “Blood” port??? I would be forever grateful.

    dudleydes
    Participant
    Post count: 139

    Could you provide a link to the source code and documentation for the Blood port? I shall put it on my list for future tutorials.

    RetroMarine
    Participant
    Post count: 153

    Unless this article is outdated, looks like it might not be possible to get…http://blood.sourceforge.net/bloodsource.php

    karloss
    Participant
    Post count: 177

    Im going out of my mind trying to get this working…

    I have recompiled it with –

    /* Defines used for different versions */

    //#define SPEAR
    //#define SPEARDEMO
    #define UPLOAD
    //#define GOODTIMES
    #define CARMACIZED
    //#define APOGEE_1_0
    //#define APOGEE_1_1
    //#define APOGEE_1_2

    /*
    Wolf3d Full v1.1 Apogee (with ReadThis) – define CARMACIZED and APOGEE_1_1
    Wolf3d Full v1.4 Apogee (with ReadThis) – define CARMACIZED
    Wolf3d Full v1.4 GT/ID/Activision – define CARMACIZED and GOODTIMES
    Wolf3d Shareware v1.0 – define UPLOAD and APOGEE_1_0
    Wolf3d Shareware v1.1 – define CARMACIZED and UPLOAD and APOGEE_1_1
    Wolf3d Shareware v1.2 – define CARMACIZED and UPLOAD and APOGEE_1_2
    Wolf3d Shareware v1.4 – define CARMACIZED and UPLOAD
    Spear of Destiny Full and Mission Disks – define CARMACIZED and SPEAR
    (and GOODTIMES for no FormGen quiz)
    Spear of Destiny Demo – define CARMACIZED and SPEAR and SPEARDEMO

    and have the 1.4 shareware version, and all the files are in the .wolf3d (home folder) and it still doesn’t work…

    Can someone try this on their pi and let me know if it works?
    https://www.dropbox.com/s/m5vw3m2bj2yf47m/wolf.rar?dl=0
    its the wolf3d binary that was created for me and all the data files im using from the 1.4 shareware version..

    I also have the full 1.4 version by 3drealms, that I can’t get to work, if someone has a binary that they know works with that version that I can try I would be very appreciative..

    thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.