Homepage Forums RetroPie Project Everything else related to the RetroPie Project es_scraper should also check neogeo game names in hmamedb.com

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4170
    whise
    Participant

    I know es_scraper searches for mame games (in mamedb.com) based on their zip name, usually something like mslug2 (using the zip name mslug2.zip).

    It should also do this for neogeo games, since neogeo games have a similar names (the ones that work anyway).

    Simply replace es_scaper.py line 112

    if platform == “Arcade”: title = getRealArcadeTitle(title)

    with

    if platform == “Arcade” or platform == “NeoGeo”: title = getRealArcadeTitle(title)

    thanks

Viewing 1 post (of 1 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.