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

    Streets of Rage Remake (latest retropie 2019)

    Scheduled Pinned Locked Moved Help and Support
    sorrstreets of rage
    145 Posts 30 Posters 35.2k 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.
    • quicksilverQ
      quicksilver @zerojay
      last edited by

      @zerojay sorry it took me so long to get back to you

      I tested with a stock build of retropie. Youll need as dependencies:

      xorg xserver-xorg-input-all
      

      Then modify the emulators.cfg as so:

      sorr = "XINIT:pushd /opt/retropie/ports/sorr; ./bgdi-333 ./SorR.dat; popd"
      

      If you are using the roms directory and not opt anymore, make sure to modify the above line to point to the correct directory.

      This will give you Sorr fullscreen (you may need to set the video mode in-game to 2x for there to be no black borders)

      B 1 Reply Last reply Reply Quote 0
      • T
        TOTO1992 @Solid One
        last edited by

        @solid-one
        I tried your solution but it doesn't work for me. Can you explain every steps with screenshots please?

        1 Reply Last reply Reply Quote 0
        • B
          boolean @quicksilver
          last edited by boolean

          @quicksilver I've tried your solution, but unfortunately it isn't working for me. I've installed all dependencies:

          pi@retropie:~ $ sudo apt-get install -y xinit xorg xserver-xorg-input-all
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          xinit is already the newest version (1.4.0-1).
          xorg is already the newest version (1:7.7+19+b8).
          xserver-xorg-input-all is already the newest version (1:7.7+19+b8).
          The following packages were automatically installed and are no longer required:
            libmicrodns0 rpi-eeprom-images
          Use 'sudo apt autoremove' to remove them.
          0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.
          pi@retropie:~ $
          

          When I run 'Streets of Rage Remake.sh' it just kicks me back to ES, without generating any useful logging. These are the contents of the shell script(s):

          #!/bin/bash
          "/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "sorr" ""
          

          And I've altered 'emulators.cfg' as you described:

          sorr = "XINIT:pushd /opt/retropie/ports/sorr; ./bgdi-333 ./SorR.dat; popd"
          default = "sorr"
          

          Am I missing something here? I'm running the latest RetroPie on a RPi4.

          NEVERMIND: I just did a full update (including all packages) and that somehow solved the issue! :) I'll leave this here, since updating might help people with the same issue as well.

          1 Reply Last reply Reply Quote 0
          • I
            IGA @fredcobain
            last edited by IGA

            @fredcobain said in Streets of Rage Remake (latest retropie 2019):

            Working on Retropie Latest Version (4.6) on a RPi3b+.

            The procedure is:

            cd ~
            git clone https://github.com/zerojay/RetroPie-Extra.git
            cd RetroPie-Extra/
            ./install-extras.sh
            run Retropie-Setup script
            select the experimental packages and install the Streets of Rage Remake Port

            After that I've downloaded the SORR 5.1 from a torrent seed and copied the file SorR.dat to /opt/retropie/ports/sorr

            Also copied the folders below to the same location (/opt/retropie/ports/sorr):

            • manual
            • mod
            • palettes

            Then you run the game by the PORTS selection in EmulationStation choosing the game STREETS OF RAGE REMAKE.

            Please help.
            I do all the same but after launch, game not started and I've get back to ports menu of emulationstation.
            SorR version:5.2 ( all files and folders place to roms\port\sorr folder)
            Retripie version:4.7.3
            I use Pi4 via composite cable, so my default ressolution is 720x480 - maybe it's a reason why game not started?изображение_2021-01-30_201553.png

            quicksilverQ B 3 Replies Last reply Reply Quote 0
            • quicksilverQ
              quicksilver @IGA
              last edited by

              @iga iga did you have the previous version of SORR working? If so all you need to do is replace the sorr.dat file and the mod and pallets folders.

              I 1 Reply Last reply Reply Quote 0
              • B
                boolean @IGA
                last edited by boolean

                @iga Have you installed it using the shell script provided by zerojay? Then make sure the roms directory reflects this structure:

                /home/pi/RetroPie/roms/ports/sorr/
                ├── mod
                │   ├── games
                │   ├── mod_blendop.dll
                X   X
                │   ├── music
                │   │   ├── 10a.ogg
                │   │   ├── 10.ogg
                X   X   X
                │   │   ├── 9.ogg
                │   │   └── retro
                │   │       ├── 10.ogg
                │   │       ├── 11.ogg
                X   X       X
                │   │       ├── 9.ogg
                │   │       └── namesong.txt
                │   ├── namesong.txt
                │   ├── resources
                │   │   ├── auto_widescreen
                │   │   ├── cpu
                X   X   X
                │   │   └── stage1_remove
                │   └── system.txt
                ├── palettes
                │   ├── backup_chars
                │   │   ├── adam1.pal
                │   │   ├── adam2.pal
                X   X   X
                │   │   └── zan.pal
                │   ├── backup_enemies
                │   │   ├── abadede1.pal
                │   │   ├── abadede2.pal
                X   X   X
                │   │   └── zamza.pal
                │   ├── chars
                │   │   ├── adam1.pal
                │   │   ├── adam2.pal
                X   X   X
                │   │   └── zan.pal
                │   └── enemies
                │       ├── abadede1.pal
                │       ├── abadede2.pal
                X       X
                │       └── zamza.pal
                ├── SorMaker.dat
                └── SorR.dat
                
                10 directories, 1590 files
                

                The ports directory should look as follows:

                /opt/retropie/ports/sorr/
                ├── bgdi-333
                ├── mod -> /home/pi/RetroPie/roms/ports/sorr/mod
                ├── palettes -> /home/pi/RetroPie/roms/ports/sorr/palettes
                ├── retropie.pkg
                ├── savegame -> /opt/retropie/configs/ports/sorr/
                ├── SorMaker.dat -> /home/pi/RetroPie/roms/ports/sorr/SorMaker.dat
                └── SorR.dat -> /home/pi/RetroPie/roms/ports/sorr/SorR.dat
                
                3 directories, 4 files
                

                And the configs directory should contain this:

                /opt/retropie/configs/ports/sorr/
                ├── emulators.cfg
                ├── savegame.sor
                ├── savestate.sor
                └── trophies.sor
                
                0 directories, 4 files
                

                Have you been able to verify the correct placement of the files?

                I 1 Reply Last reply Reply Quote 0
                • I
                  IGA @quicksilver
                  last edited by

                  @quicksilver said in Streets of Rage Remake (latest retropie 2019):

                  @iga iga did you have the previous version of SORR working? If so all you need to do is replace the sorr.dat file and the mod and pallets folders.

                  No. I just do :
                  git clone https://github.com/zerojay/RetroPie-Extra.git
                  cd RetroPie-Extra/
                  ./install-extras.sh
                  run Retropie-Setup script
                  , then I've found there SorR install. But after install it just only appear "sorr" in ports menu and empty folder in roms\ports\sorr where i put downloaded from pc files

                  1 Reply Last reply Reply Quote 0
                  • B
                    boolean @IGA
                    last edited by

                    @iga I don't see "SorR.dat" in your screenshot. Are you sure it's there?

                    I 2 Replies Last reply Reply Quote 0
                    • I
                      IGA @boolean
                      last edited by

                      @boolean
                      Right!
                      I don't have savestate.sor file in /opt/retropie/configs/ports/sorr/ folder. And savegame.sor and trophies.sor files i've took from PC and placed there...

                      • but i don't think that is problem....

                      Other structure are the same:66666.PNG 555.PNG 9.PNG 8.PNG 7.PNG 3.PNG 2.PNG

                      1 Reply Last reply Reply Quote 0
                      • I
                        IGA @boolean
                        last edited by

                        @boolean SorR.dat is there - 312 590 KB

                        1 Reply Last reply Reply Quote 0
                        • I
                          IGA @boolean
                          last edited by

                          @boolean
                          ouuuuh....
                          i don't know what i do, but now it's start))

                          Anyway, Thanks alot!

                          and I want to suggest maybe the final manual-method should be placed somewhere in the topic header? and be sure to specify there that you do not need to take the entire SAVE folder from the PC, but only the files from it....

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            boolean @IGA
                            last edited by

                            @iga I'm glad it's resolved, even though we don't know how :D

                            The instructions are a bit cluttered indeed, but the mandatory steps are also mentioned in the build script: https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sorr.sh

                            Have you also applied quicksilver's suggestion in order to run SORR fullscreen on the RPi4?

                            I 1 Reply Last reply Reply Quote 1
                            • I
                              IGA @boolean
                              last edited by

                              @boolean said in Streets of Rage Remake (latest retropie 2019):

                              The instructions are a bit cluttered indeed, but the mandatory steps are also mentioned in the build script: https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sorr.sh

                              • why this item is not available in standard reropie setup->manage packages-> extra packages?? Just directly and simply, without any outsiders scripts....

                              @boolean said in Streets of Rage Remake (latest retropie 2019):

                              Have you also applied quicksilver's suggestion in order to run SORR fullscreen on the RPi4?

                              • I don't know.... I run it on crt-tv, so i've already has fullscreen automatically :-P
                              B 1 Reply Last reply Reply Quote 0
                              • B
                                boolean @IGA
                                last edited by

                                @iga said in Streets of Rage Remake (latest retropie 2019):

                                • why this item is not available in standard reropie setup->manage packages-> extra packages?? Just directly and simply, without any outsiders scripts....

                                Good question. I'm fairly new here (just signed-up about a week ago), so I don't know which requirements need to be met for addon scripts to be embedded into the distro.

                                @iga said in Streets of Rage Remake (latest retropie 2019):

                                • I don't know.... I run it on crt-tv, so i've already has fullscreen automatically :-P

                                Haha, that's real retro, I love it! I'm using it on a LG C9 OLED so I guess that's less retro :P

                                I 1 Reply Last reply Reply Quote 1
                                • I
                                  IGA @boolean
                                  last edited by

                                  @boolean said in Streets of Rage Remake (latest retropie 2019):

                                  I'm fairly new here (just signed-up about a week ago)

                                  • same way! I've got my Pi nearly half month ago - now the storm-assault))
                                    I had SorR on my laptop a long time ago, but i did not want play on it, and never started. So, now it's perfect way to test what Remake it is.

                                  ( next step is learn how launch tmnt rescue-palooza and and to make it all work with retropie's open bor)

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    TOTO1992
                                    last edited by

                                    Hello,

                                    I tried to use Scripts for playing Streets of rage Remake on Raspberry PI 4 in full screen but it doesn't work.
                                    Anybody can help me with screenshots of every steps to follow?

                                    Thanks

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      boolean @TOTO1992
                                      last edited by boolean

                                      Have you checked these posts?

                                      https://retropie.org.uk/forum/post/250396

                                      https://retropie.org.uk/forum/post/250190

                                      T 1 Reply Last reply Reply Quote 0
                                      • mituM
                                        mitu Global Moderator @IGA
                                        last edited by mitu

                                        @iga Please use the OpenBor topic for OpenBor issues, you're off-topic here.
                                        EDIT: I've moved your OpenBox posts to the other topic, so you can continue there.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          TOTO1992 @boolean
                                          last edited by TOTO1992

                                          @boolean
                                          It's works.
                                          Thanks

                                          It's me or SOR Remake is more slower on retropie than on PC?

                                          1 Reply Last reply Reply Quote 0
                                          • GarunesuG
                                            Garunesu
                                            last edited by

                                            Hi, I installed this port via zerojay's scripts and instructions of this thread. I'm playing on CRT TV and the game runs fine but the image is a bit displaced, so I can't see the healthbar of the player character. I was wondering if there is a way to fix vertical and horizontal position with runcommand parameters to make that healthbar watchable on screen. Any ideas? Thanks.

                                            alt SorR screenshot

                                            quicksilverQ 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.