Streets of Rage Remake (latest retropie 2019)
-
@charco i think if there is a build from source ability then i think it might be able to be done
-
Link doesn't work. Here is a working one for 5.2.
There is approximately 300 additional bugfixes, tweaks, gameplay improvements, and new features over the original v5.1 release.
From the README:
"- If you have VSync or frame pacing issues find system.txt (mod/system.txt) and set BORDERLESS_SYNC (not always works, Windows composition or Desktop VSync must be enabled)"Apperently this works for linux to.
Maybe @zerojay can have a look at this?
-
@rion the link does work. I've uploaded in to Mega, it's in that thread.
-
@charco said in Streets of Rage Remake (latest retropie 2019):
@rion the link does work. I've uploaded in to Mega, it's in that thread.
Then it's more likely my adblocker on my router that's acting up.
-
@rion Street Of Rage 5.2 for Linux
-
@rion not really sure what is going on there. never seen guix before. but maybe ill give it a shot
lol -
Hello people.
Just came here, after a long time, to tell you guys that a new SORR version was released (as mentioned by @rion).
I haven't tested it on RetroPie, but I've ran it on Windows to see the new features. Looks like it works just like previous versions.
About the new features, there's some of them that may be really useful for RetroPie users like us, which uses it only with a controller:
- Full 16:9 widescreen support for the main game and for Sormaker mods
- 15 New tracks (both remixes and original) from BGM1401
- New scenes added and graphics updated throughout the game
- All new intro and updated graphics for endings, main menu, and shop
- AI has been hugely improved, providing a better challenge and better balance
- Achievements added
- Overhauled menu layout with submenus and all new options
- Choice of Remixed or Retro OST
I marked in bold the interesting features for us.
The first one says that SORR now runs in HD resolution (1280x720), so RetroPie 4 users probably won't need to use runcommand instructions to reduce / revert resolution when running SORR (or at least they'll be able to increase the original resolution).
The second one contains some new interesting menus, but the best one I could think is: "Exit Game". I guess that now we can exit game directly from a controller, instead of plugging a keyboard just to press ESC, or force shutdown the device.
Anyway, that's it. You can find more info here:
https://sorr.forumotion.net/t838-new-streets-of-rage-remake-v5-2-download-and-info -
SORR 5.2 work great in retropie 5.7.2 on my raspberry pi 3 b+.
-
Hello i edit my message i follow a video on youtube, and i install it. but when i'm launch the street of rage.sh on roms/ports ( by es menu ), it's seem start launching, but i 've an error and its' back to menu
My error is :
"ERROR/ galsi a.pal not found"
anyone have an idea ?
-
@wsamael Hi mate, did you get this sorted? I had the same problem this evening.
@system187 posted a solution earlier in this thread (cheers mate!) which involves creating a new savefile on your PC and copying it over to your rpi :
Launch SorR.exe on your PC.
A savegame folder will be generated containing savegame.sor (I think I changed a random graphics option in the config, not sure if this was required to generate the save file or if it’s automatically generated when you launch the game) .
Copy the savegame.sor from your PC to /opt/retropie/configs/ports/sorr on your rpi.
That should sort it.
I did the above with a SoRR 5.1 savefile. I've just updated to 5.2 and left the same savefile in place and it's still working.
Just had a quick play with 5.2. The exit button is a nice improvement, no need to plug in a keyboard to get back to ES anymore.
I tried a few video modes with the widescreen option enabled but they all ran pretty sluggish on my 3b+ so I've reverted to normal for the time being. Plus it looks like you can't enable the scanlines filter in w/s mode.
-
I wonder if a Pi4 would be any better for this game in 16:9. Anyone know?
-
@agboju_logun said in Streets of Rage Remake (latest retropie 2019):
@wsamael Hi mate, did you get this sorted? I had the same problem this evening.
No I've not solve this problem, i've no idea where to look for. Did you try with sorr 5.3 or older version?
-
Hi @wsamael, I'm on 5.2 (didn't realise there was a 5.3). Have you tried the save file solution in my previous post?
-
@greenhawk84 said in Streets of Rage Remake (latest retropie 2019):
I wonder if a Pi4 would be any better for this game in 16:9. Anyone know?
Works perfect on Pi 400. However, the only way to get full screen is to set the pie to 1280x720 / 720p resolution.
-
Will SoRR work in OpenBOR as a new .pak file and fit in with the rest of my OpenBOR "roms" list? Would be nice to get SoRR out of Ports.
-
@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 notopt
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)
-
@solid-one
I tried your solution but it doesn't work for me. Can you explain every steps with screenshots please? -
@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.
-
@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 PortAfter 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? -
@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.
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.