Attention all ROM dumpers: Stop naming your ROMs like this.

It fucks up the Scraping process and adds HOURS of manual correcting. So if you dump game ROMs and name them this way for others to download in a ROMpack, you've got a big "fuck you" coming your way from me. :hateit:

Love yas! :wub:
~J

View attachment 248572
  • Like
Reactions: 22 people

Comments

Once I install Screen scraper, how do I use it? Where do I find it? Does it just appear in the scraper setting as an optional thing I can choose from the Start menu in EmulationStation? I hope to god it's not a CLI tool... >_>
 
  • Like
Reactions: 1 person
Why not just make your own software to scan a directory and rename them automatically? You could easily make a python or batch file to do this for yourself. Something like this in python.

Code:
for root, dirs, files in os.walk(PATH):
for dir in dirs:
    if dir.startswith("The"):
        org_fp = os.path.join(root, dir)
        new_fp = os.path.join(root, dir[1:])
        os.rename(org_fp, new_fp)
 
  • Like
Reactions: 2 people
Or just use "advanced renamer" or any of the hundreds of other utilities that I presume exist to fix your issue.
 
@ut2k4master Yeah, no, that's not very practical, especially with really old games - just try to find a cheap NES game, or N64 game, or PlayStation game, especially if you live on an island in the relatively-barren Southern Hemisphere.

It's not a problem if Sony rereleases the game for its modern systems (is that even a thing anymore? Last I checked, the most recent system to support this was the PS3), or Nintendo feels like putting it on its 3DS and/or Wii U eShops (not likely these days, sadly), but if it's a licensed game and that license expires - or if it's too niche and is overlooked, or if the store eventually shuts, a la Wii - that means the "best" way to get that game is through illegitimate means.
 
Title of Game, The - Long subtitle, The [!] [rev1] [v1.1] [USA] [M7] [en, fr, de, es, it, pt, s.chn] (unl.) (T+KOR v0.99 by User).zip
 
  • Like
Reactions: 3 people
Lots of arguing ITT, but the "correct" way to name (as well as verify ROMs) is to use a database such from No-Intro or Redump with a tool such as RomCenter.

The databases contain all of the "correct" names for the ROM files (at least, what is agreed upon by "the scene" and most probably any scrapers you will use) mapped to a hash of a clean dump. A tool like RomCenter will hash all of your ROM files and automatically rename them all to use the proper names from the database.

Manually renaming is for chumps.
 
@PityOnU Redump/No-Intro is probably where his games came from. They definitely use this sort of naming. But I'm sure there is some tool that can rename them however you like using the dats, rather than sticking with the fixed names in the database, if not clrmamepro then some other tool.
dats are hash based, so the file name doesn't actually matter.
 
  • Like
Reactions: 2 people
If you are using the names from the generally accepted ROM naming databases and still having issues, then the issue is not with the filenames, but with your scraper/frontend.

I ended up giving up on all the frontends out there (included the paid one - LaunchBox) because they are all shit in their own fun and unique ways. I feel your pain, and wish you the best of luck.

Haven't messed with it in about 5 years at this point, but last I checked even if you throw unlimited money and resources at this stuff, it will never work 100% reliably. Best you can hope for is like 85% and then just grin and bear it for that last 15%. It is all toy/hobby software for the most part, and in a dubious area, legally speaking - can't really expect it to be enterprise grade.
 
  • Like
Reactions: 1 person

Blog entry information

Author
Jayro
Views
659
Comments
110
Last update

More entries in Personal Blogs

More entries from Jayro

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
  • K3Nv2 @ K3Nv2:
    Lol McDonald's has a grandma mcflurry
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, furry grandma?
    Xdqwerty @ Xdqwerty: @K3Nv2, furry grandma?