EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

Add support to built-in thegamesdb.net scraper for TurboGrafx CD platform.

Open c0d3h4x0r opened this issue 7 years ago • 5 comments

This goes partway toward solving https://github.com/Aloshi/EmulationStation/issues/781 by at least providing a way to exclusively scrape TurboGrafx CD games by setting the node in the config file to "pcenginecd".

c0d3h4x0r avatar Nov 28 '18 03:11 c0d3h4x0r

boa noite!!! sou do brasil, estou com o mesmo problema, não consigo baixar as imagens! :(

vetorndh avatar Jan 14 '19 02:01 vetorndh

This can easily be fixed. Just edit the /etc/emulationstation/es_systems.cfg file and replace/add:

<system>
    <name>pcengine</name>
    <fullname>PC Engine</fullname>
    <path>/home/pi/RetroPie/roms/pcengine</path>
    <extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
    <platform>pcengine</platform>
    <theme>tg16</theme>
  </system>

 <system>
    <name>pcenginecd</name>
    <fullname>PC Engine CD</fullname>
    <path>/home/pi/RetroPie/roms/pcenginecd</path>
    <extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
    <platform>pcenginecd</platform>
    <theme>tg-cd</theme>
  </system>

Like that you also have the TurboGrafx Version if you prefer that one. If not just change tg16 and tg-cd to pcengine and pcenginecd and you get the Japanese version if the theme is compatible.

bebeidon avatar Jun 19 '19 13:06 bebeidon

This can easily be fixed. Just edit the /etc/emulationstation/es_systems.cfg file and replace/add:

That alone doesn't accomplish anything without also making the code changes in this commit to add "pcenginecd" as a recognized distinct platform.

c0d3h4x0r avatar Jun 19 '19 19:06 c0d3h4x0r

But I'm almost certain I didn't change anything else and it's working...I'll double check again but I can't even find the files mentioned.

bebeidon avatar Jun 20 '19 00:06 bebeidon

Well now I tried my suggested fix on a fresh image and it's working.

bebeidon avatar Jun 24 '19 01:06 bebeidon