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

    Script for doom and generic wad file...help

    Scheduled Pinned Locked Moved Help and Support
    7 Posts 4 Posters 3.6k 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.
    • chippettoneC
      chippettone
      last edited by

      In the 4.0.1 version of retropie, it can not more to operate the full versions of doom and Doom2. I create the script but it is not listed. If it appears you do not start your wad. I only managed to change the script of doom demo and replace with final doom. I would like to create a working script for doom 2. Only problem is that retropie 4.0 different from version 3.2.1 where the script worked. I am a newbie and do not know how to create working scripts. Can you help me create scripts to start Doom2 and other wad? Thank you.

      1 Reply Last reply Reply Quote 0
      • suprjamiS
        suprjami
        last edited by

        Do you need to install lr-prboom with the Setup Script?

        1 Reply Last reply Reply Quote 0
        • chippettoneC
          chippettone
          last edited by

          I have already installed to boom and everything you need but in the port folder I have the script only to doom demo. Should I create two working scripts for final doom and doom 2. I do not know how to do.

          1 Reply Last reply Reply Quote 0
          • chippettoneC
            chippettone
            last edited by

            Help please !!!!!!!!!!!!!!!

            edmaul69E 1 Reply Last reply Reply Quote 0
            • C
              Concat
              last edited by

              The wiki for Doom describes how to create scripts for other doom wad files, like Final Doom or Doom II

              https://github.com/retropie/retropie-setup/wiki/Doom

              1 Reply Last reply Reply Quote 0
              • edmaul69E
                edmaul69 @chippettone
                last edited by edmaul69

                @chippettone here is my Doom 2.sh. You can change the wad for other .sh files

                #!/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/doom2.wad" "lr-prboom"
                

                after you create a .sh file you need to make it executable. so for doom 2 you would need to name the .sh to Doom2.sh then do this:

                chmod +x /home/pi/RetroPie/roms/ports/Doom2.sh
                

                then when that is done you can change the .sh to Doom 2.sh
                for final doom - evilution you would create a .sh named FinalDoom-Evilution.sh and add this:

                #!/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/tnt.wad" "lr-prboom"
                

                then you need to make it executable:

                chmod +x /home/pi/RetroPie/roms/ports/FinalDoom-Evilution.sh
                

                nowyou can rename the .sh to Final Doom - Evilution.sh
                for final doom - the plutonia experiment you need to name the .sh FinalDoom-ThePlutoniaExperiment.sh and add this:

                #!/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/plutonia.wad" "lr-prboom"
                

                then you need to make it executable:

                chmod +x /home/pi/RetroPie/roms/ports/FinalDoom-ThePlutoniaExperiment.sh
                

                now you can rename it Final Doom - The Plutonia Experiment.sh

                1 Reply Last reply Reply Quote 0
                • chippettoneC
                  chippettone
                  last edited by

                  I tried several times to make the scripts but doom does not start. Retropie of 3.3 worked. From retropie 4 they do not start the scripts. The procedure is the same but does not start. Click on the item (eg Doom2) and remains black screen and returns to emulationstation. Only shareware doom works. In the shareware doom script there are not all these written. What can I do? I've already done the script as you said, but will not start. I also checked the permissions and access are the same and have enabled the script as a running program. I do not know what else to do ... you have any idea? Thanks for the help given so far.

                  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.