Where to (legally) acquire content to play on RetroPie
-
Piko Interactive released a few emulated games through GOG yesterday:
https://www.gog.com/forum/general/check_out_the_new_batch_of_classics_from_piko_interactive_980c3/page1What they released, from what I was able to gather:
Shadow Madness - PS1 version according to an user in the GOG forum
Iron Commando - Probably SNES version based in the information I got from the Steam release
Legend - Probably SNES version based in the information I got from the Steam release
Nightshade - Probably NES version based in the information I got from the Steam release
Zero Tolerance - Probably Genesis/Mega Drive version based in the information I got from the Steam release
Water Margin - Genesis/Mega Drive version according to an user in the GOG forum -
In the first post contains a broken link :
http://www.colecovision.ca/roms_homebrew_0-9.php
It's visible with wayback machine :
http://web.archive.org/web/20200130163128/http://www.colecovision.ca/roms_homebrew_0-9.phpGetting individual roms works ;-)
Though , getting the whole pack doesn't work anymore.
The files can also be found here :
https://github.com/retrobrews/colecovision-games -
So for the five people here that remember Homestar Runner, the sites creators made a little game for the GameBoy celebrating the 19th Anniversary of Trogdor.
Interestingly this is like the fourth Homestar Runner related game I found that was Homebrew, although its the first made by the creators themselves (the others being Population: Tire for Nintendo DS, Secret Collect also for Nintendo DS and Awexome Cross '98 for Game Boy Advance)
Edit: they did another game, Marzipan's Beef Reverser
-
Looks like we can still get ROMs out of the Capcom Arcade Stadium games, but a few extra steps have been added since the game got updated.
You need to open the Steam in console mode (not "gaming console", but "command console") and run a command to download a previous update of each DLC you want. Worth noting that you CAN'T do this process if you don't have the games in your account.
To open the Steam console, at least on Linux, you need to run this command from the terminal:
steam steam://nav/console
Not entirely sure on Windows, but I imagine the command is the same.
Then run a command to download specific updates, and whose syntax is as follows:
download_depot [app ID] [depot of the DLC you want] [DLC's manifest]
The app ID is 1515950.
The depots can be found here: https://steamdb.info/app/1515950/depots/
To get the correct manifest, click in the ID of depot you want in the link above, go to the manifests tab in the new page and look for the oldest entry in the list. What you want is the code at the right column.
So for example, the command for Ghosts 'n Goblins would be:
download_depot 1515950 1556690 5034024650887104340
Paste/Type the command in the console screen of the launcher and press enter. After it finishes downloading, it'll tell you where it downloaded, and you can go there do the original process you'd to to the collection's pak files.
One last thing:
Some romsets have their files merged, so they need to be split into files emulators can read, then put back together as .zip files.
And according to an user in the libretro group:https://github.com/finalburnneo/FBNeo/blob/master/src/burn/burn.cpp#L879 => this is the function you'd need to reverse-engine to remove the sound data byteswapping
and this is the part where we handle interleaving for gfx data : https://github.com/finalburnneo/FBNeo/blob/master/src/burn/drv/capcom/cps.cpp#L1892Sadly I don't know how to work with this, so I can't help much more.
-
@Auster Awesome info!
I'm not able to actually look at the files (not at a pc), but for checking the files that should be in a MAME romset I always have used http://adb.arcadeitalia.net/. They don't have any you can download. It's just a database that tells you all the information about them like the typical file name, romset files in the .zip file and what they are, and other useful things. It's a great resource for projects like this (I needed it for working on the roms in Taito Legends 1 and 2 as well).
-
I found this developer that makes ZX Spectrum games. Several of the games can be downloaded free. https://www.zosya.net/product-category/zx-games/
-
I just found out about this extensive list of NES homebrew games: https://retrostack.substack.com/p/the-top-500-nes-homebrews-vol-4?s=w
-
-
Guys uhh ... wasn't there a decision a while back to make this into a wiki? Just submit new games to the wiki. Can this thread be locked?
-
@BenMcLean Honestly, that was more work than I really cared for. I just wish this was on a forum you could do a decent search in. If they want to lock it I respect that (kinda have to anyway when that occurs). But until then this thread is stickied and open. Might as well use it.
If you look at the wiki, it doesn't remotely have the content we've discussed here. I think what we need is a place we can do a simple post to that can be searched. Wikis are great if you have a community of contributors with spare time. But they aren't great for a handful of enthusiasts sharing news about legal rom sources. Wikis are WAY too much work to be sustainable, and they aren't conducive to sharing the latest information. They're better for topics that don't require constant updates.
-
Maybe we need to discuss something simpler? A Google spreadsheet maybe?
I also wonder if there isn't a better place for this. Here was great because you have the right mix of keeping things legal and still being enthusiastic about emulation. I really wish there was a larger, more active community interested in legal emulation. It feels like Retropie is getting less active. Wikia doesn't feel like the right community even if its tools were better suited.
-
-
-
-
-
The original The Curse of Monkey Island is one of the games given to members of Amazon Prime this month. It is setup to run in ScummVM.
Incidentally, this is one of the reasons why a wiki page isn't great. This is only true for this month. I've got an idea I'm mulling over for a searchable, updateable replacement for this thread.
-
@Auster Could I get a little guidance on 1943? Best I can tell it unpacks to 600+ unhelpfully named files.
-
@elco2 well I tried Ghost and Goblins, The data is more obvious, but still unclear how it relates to mame format. Here are the files that came out (with many more 0's on the front but I cut that off:
00.dat 155.95kb
01.mam 118b
02.mam 142b
03.pfb 331b
04.3ds 26b
05.dat 161.11kb
06.3ds 26b
07.scn 665b -
You can use mame standalone (latest version) to check which files it uses from a romset.
There are a few Ghost and Goblin versions :
gng (Ghosts'n Goblins (World? set 1)
gnga (Ghosts'n Goblins (World? set 2)
gngbl (Ghosts'n Goblins (bootleg with Cross)
gngblita (Ghosts'n Goblins (Italian bootleg, harder)
gngc (Ghosts'n Goblins (World? set 3)
gngprot (Ghosts'n Goblins (prototype)
gngt (Ghosts'n Goblins (US)You can check the romsets of each version with this command (if you installed mame from the exp packages) (use
gng
or something else) :/opt/retropie/emulators/mame/mame -listroms gng
It will display the filenames,sizes and sha1sums.
So if you have a sha1sum that matches, but your filename is different, then you can just rename your file to that specific name, listed by mame.
When you have gathered all the files then you can repack these files to a working zip.Your files don't come close to the files in the mame romset.
Sometimes romfiles are joined and then you have to split them.
But seeing your files the sizes are not duplicated of 16k or something like that.So I think you just have wrong files.
-
@Folly Thanks for the help. These files came out of re_dlc_stm_1556690.pak , which I think is the correct one for G&G. Perhaps the unpaker is not unpaking correctly anymore?
-
-
@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.
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.