• Doom Help 2024

    Help and Support
    4
    0 Votes
    4 Posts
    394 Views
    mituM

    @CubeSteak said in Doom Help 2024:

    What do the permissions need to be for it to work and how do you modify them?

    If you copy as you do for the other ROMs, permissions shouldn't be a problem. See our docs for transferring ROMs.

    Since it is accessed through the Doom II script and game, is the script I put in for that particular WAD useless and can be deleted?

    Yes.

  • 0 Votes
    2 Posts
    344 Views
    vic-viper-001V

    @vic-viper-001 Well, now I feel like a complete moron. All I needed to do was re-install LzDoom, and overwrite the new lzdoom.ini with my old one.
    Everything works again like it's supposed to.

  • doom wads not working

    Help and Support
    3
    0 Votes
    3 Posts
    662 Views
    S
    [libretro ERROR] retro_load_game: couldn't read WAD header from '/home/pi/RetroPie/roms/ports/doom/doom2/DOOM2.WAD' [INFO] [Environ]: SET_MESSAGE: ROM loading failed... [ERROR] Failed to load content

    Looks like it doesn't like your WAD. Try using another source. I've found one that works; I can't tell you where to get it but I can probably get away with sharing the crc32 and md5sum to help you determine if you've found the right one:

    pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ crc32 DOOM2.WAD ec8725db pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ md5sum DOOM2.WAD 25e1459ca71d321525f84628f45ca8cd DOOM2.WAD
  • [DOLPHIN] .wad files problem

    Help and Support
    4
    0 Votes
    4 Posts
    1k Views
    mituM

    @saku00 Well, the addition is now part of RetroPie, so you don't have to edit the file again if you update Dolphin.

  • 0 Votes
    1 Posts
    515 Views
    No one has replied
  • DOOM 1 ports question

    Help and Support
    6
    0 Votes
    6 Posts
    667 Views
    zefolhadelaZ

    @nans1906 thanks man, yeah i already got it working ;)

  • Does the Doom Metal Mod work with PRBOOM?

    Help and Support
    7
    0 Votes
    7 Posts
    2k Views
    D

    @edmaul69 said in Does the Doom Metal Mod work with PRBOOM?:

    @dinierto are you try to use tyrquake or lr-tyrquake. I have lr-tyrquake running.

    Trying to use lr-tyrquake with no luck. I can get Dark Places working but I want the libretro core and controller support.

  • 0 Votes
    27 Posts
    8k Views
    edmaul69E

    @SpacedInvader yup. But for others who come searching for an answer i would alter the title from "ports not working properly" to "doom ports not working properly"

  • Any list for compatible Custom WADs in PrBoom

    Help and Support
    26
    0 Votes
    26 Posts
    22k Views
    XD3lX

    Chex quest can be loaded as a pWAD. For the DEH use the -deh load command.

  • Loading Doom PWADs using lr-prboom

    Help and Support
    3
    0 Votes
    3 Posts
    3k Views
    B

    Thanks @dudleydes
    I updated my original post to say "PWAD" instead of "IWAD" so I didn't look like an idiot haha

    I think the wiki page is out dated because it refers to /opt/retropie/configs/doom/ when mine actually has /opt/retropie/configs/ports/doom/ instead. Maybe someone should update that :-)

    Here's what I did (hopefully no typos):

    mkdir ~/RetroPie/roms/ports/doom/class_ep
    unzip class_ep.zip -d ~/RetroPie/roms/ports/doom/class_ep
    ln -s ~/RetroPie/roms/ports/doom/prboom.wad ~/RetroPie/roms/ports/doom/class_ep/prboom.wad
    ln -s ~/RetroPie/roms/ports/doom/doom.wad ~/RetroPie/roms/ports/doom/class_ep/doom.wad
    cp ~/RetroPie/roms/ports/doom/prboom.cfg ~/RetroPie/roms/ports/doom/class_ep/
    nano ~/RetroPie/roms/ports/doom/class_ep/prboom.cfg

    # Files wadfile_1 "Class_Ep.wad"

    nano ~/RetroPie/roms/ports/The\ Classic\ Episode.sh

    #!/bin/bash /opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-prboom/prboom_libretro.so --config /opt/retropie/configs/ports/doom/retroarch.cfg /home/pi/RetroPie/roms/ports/doom/class_ep/doom.wad" "lr-prboom"

    chmod +x ~/RetroPie/roms/ports/The\ Classic\ Episode.sh

    Then I restarted EmulationStation
    Ports -> The Classic Episode -> New Game -> The Shores of Hell