Where to (legally) acquire content to play on RetroPie
-
-
@Crush [ROM extracted from Capcom Belt Action Collection (Steam version).]
removed
.
The site is in Japanese, extraction is possible.
However, you need to create your own CPS2key.
Some ROMs have problems with CRCs and sound ROMs. -
@mochimochi Please don't post links to ROMs, as per the forum rules.
-
@mitu NoROM site!!! convert script!!
Does global mean only English-speaking countries?
Are you a global administrator who cannot even view Japanese blogs through google translate?
I don't understand why you are deleting this when there is no legal problem and it doesn't conflict with the forum rules. -
@mochimochi カプコンベルトアクションコレクション(Steam版)からのROM抽出
Capcom Beat 'Em Up Bundle(Steam)
USE UniExtract2 and CBEUB_extract.zip
legal extract RomFile. -
@mochimochi
Legit Samurai Shodown V Special / Samurai Spirits Zero Special (NGM-272) (NGH-272) (Final Edition, location test version) Convert and extract Rom files from the SAMURAI SHODOWN NEOGEO COLLECTION (Steam) (via Google Translate) .There are no illegal ROMs that violate forum rules.
It can be legally converted.Legally extract samurai5fe.zip from the SAMURAI SHODOWN NEOGEO COLLECTION (Steam).
There are no illegal Roms in the link, which would be a violation of forum rules.
Can be converted legally.WSL (Windows) or LINUX required.
No automatic scripting, all commands must be typed manually.
You need to use a binary editor.
Arcade (FinalBurn Neo) is required to run samurai5fe.zip.Dear Global Administrators,
If you want to remove a link, visit the link and make sure it really violates the forum rules.
I appreciate your kindness. -
Successfully extracted games from Intellivision following these instructions:
Intellivision Lives (PS2) / EAN 5060057021798
Also extracted files from ColecoVision Flashback purchased on Steam:
Only had to rename *.cv to *.col after running that script.
-
Has anyone tried running the ROMs from the Neogeo Pocket titles available on Steam in an emulator? I tried the Steam versions directly and the input lag was horrible. I'm fairly sure the originals weren't like this, curious if it's just a lousy emulator being used.
-
@SeeNoWeevil I didn't test those games yet, but usually, official emulator wrappers are either poorly optimized/configured, or outdated, or both. You'll probably have better results running them from an emulator of your choice. Btw, iirc, all the files you need to emulate them, BIOS included, can be found in the files of this NeoGeo Pocket bundle.
-
@SeeNoWeevil I haven't noticed any input lag using an SN30 Pro or a Dualshock 4. I've played on my Android phone in RetroArch and an Intel based PC in Retroarch and the wrapper by Code Mystics.
I might have experienced it with Fatal Fury. I did find it difficult to pull off S moves, so maybe there? I just assumed it was my lack of skills since the rest worked fine, but I don't have experience on the actual hardware so I'd be ignorant of any discrepancies.
-
@themazingness said in Where to (legally) acquire content to play on RetroPie:
@SeeNoWeevil I haven't noticed any input lag using an SN30 Pro or a Dualshock 4. I've played on my Android phone in RetroArch and an Intel based PC in Retroarch and the wrapper by Code Mystics.
I might have experienced it with Fatal Fury. I did find it difficult to pull off S moves, so maybe there? I just assumed it was my lack of skills since the rest worked fine, but I don't have experience on the actual hardware so I'd be ignorant of any discrepancies.
@Auster said in Where to (legally) acquire content to play on RetroPie:
@SeeNoWeevil I didn't test those games yet, but usually, official emulator wrappers are either poorly optimized/configured, or outdated, or both. You'll probably have better results running them from an emulator of your choice. Btw, iirc, all the files you need to emulate them, BIOS included, can be found in the files of this NeoGeo Pocket bundle.
Thanks both. I actually refunded the games on Steam due to the lag. I may give them another try. Perhaps I'm just not used to a 30fps fighting game.
-
Does anyone know why Raiden Fighters 1 is the only one that doesn't seem to work in the Raiden Legacy Collection? All the other ROMs work, I've tried every core pretty much.
-
Thanks. :) Worked for me on Linux.
- Installed the game via Steam (Wine) and moved game_xx.arc (xx= 00,01, 10, 11, 20,21,30,31,40,41,50,51,60 or 61) to a seperate folder (working directory).
- Installed Universal Extractor 2 via PlayOnLinux
- Extracted all files (game_xx.arc) via Universal Extractor 2 in my seperate folder.
- Unzipped CBEUB_extract.zip and put all extracted files from the folders found under game_xx/bin.
- Ran the batch files via wineconsole gamexx_filename.bat from the terminal.
- A new temporary folder tmp appears and the files will be stored here.
These files have to be zipped and named manually because the script isn't for Linux. Move the .zip-file to another folder, delete all files in tmp and run the next .bat-file.
Edit: Extraction worked but some files seem to be missing. I'll check it...
-
I found a new script in Python created by shawngmc
Capcom Beat 'Em Up Bundle,Capcom Arcade Stadium 1 - Game ID 1515950 - Old version and Capcom Fighting Collection can also be extracted.
There was also a summary of the working status of the extracted ROMs.It worked fine on Windows 10, but could not be installed on Ubuntu on WSL because it requires python-magic-bin.
On windows
Use pipx\venvs\game-extraction-toolbox\script\gextoolbox.exe.The format is
gextoolbox.exe postprocess steam extract --srcdir (Steam game install or downloaded Depot folder) --destdir (destination folder) --task (supported game name)--task should be the name of the corresponding cas1_old,cbeub,cfc,sf30ac
Dear global administrators, no illegal links:)
-
@mochimochi Hey, thanks for the shout out!
I'm Shawn, the developer of that tool., which has two main goals:
- I want to make some quick command line tools to help rapidly prototype extraction methods from these various collections
- I've been poring through disparate scripts trying to find one-off scripts that can be incorporated.
I'm always on the lookout for more games to add - in an upcoming release (likely 0.0.21), I'm adding:
- Blizzard Arcade Collection
- Bubsy Two-Fur
- Collection of SaGa/Final Fantasy Legend
- Mega Man Legacy Collection 1
- Mega Man X Legacy Collection 1
Most of this batch is low hanging fruit (rename files, extract contiguous chunks of large files, etc.), but I'm hoping to add some more soon.
I'm also trying to keep this 'as legal as possible'. By that, I mean no redistribution of any copyrighted material or encryption keys that would trigger a DMCA request.
This thread has been a huge help to my legal ROM collection, so hopefully I can help give back a bit. I'm also open to game/collection suggestions or generic tooling to help investigate these games.
One more thing:
In that upcoming version, I've also simplified the command structure a bit as this tool has taken shape. The equivalent of the command @mochimochi had is now:gextoolbox.exe tasks extract --task <TASKNAME> --srcdir <PATH/TO/SRC> --destdir <PATH/TO/DEST>
It now also has 'sane defaults' on Windows (if your Steam library is in the default location, you can fully omit the --srcdir flag).
To get a list of the tasks, you'll use:
gextoolbox.exe tasks listAnd to get more details on a task, you'll use:
gextoolbox.exe tasks details --task <TASKNAME> -
@itomeshi Hi,I'm glad you made a good extraction tool!
It would be very useful if we could convert multiple titles with one tool.
I know it's hard to keep up with the development, Good luck! -
@itomeshi
Hi, tried this for Capcom stadium 1. Only had 1 DLC, but it sorted out that I only had 1943 and gng. It looked like it worked... however when I went to the destdir (that it had made) it was empty :/ -
Has anyone managed to extract from the Cowabunga Collection? I've seen someone mentioning the Switch release but not PC.
-
River City Girls Zero (basically Shin Nekketsu Kouha: Kunio-tachi no Banka translated officially for the first time and rebranded to follow the hype of River City Girls) will be released on Steam tomorrow.
From what I saw about the production of this version of the game, it uses a translated SNES ROM on an emulator made by LRG.
Now, I don't know if the ROM in the console versions of the game are easily accessible, but there's a chance at least the upcoming PC version is.
-
Turns out River City Girls Zero was released earlier than expected (a WF staff member even confirmed so).
About the game itself, it contains a bunch of SNES .sfc ROMs in its root directory, one for each language and alternative translation the game has, and they seem to run just fine on BSNES!
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.