Homepage Forums RetroPie Project Ideas for Further Enhancements Scrapping For Just Game Data/list Reply To: Scrapping For Just Game Data/list

#100301
Anonymous
Inactive

Ok i have 2 SNES games in retorpie/roms/snes…

Hagane – The Final Conflict (USA).sfc
Space Megaforce (USA).sfc

and 2 jpg file in retropie/roms/snes/images/….

Hagane – The Final Conflict (USA).jpg
Space Megaforce (USA).jpg

I delete the old gamelist.xml file and when into command prompt and used the following commands….

cd RetroPie/roms/snes/
scraper -download_images=false

after its finished i loaded up ES and there is no game data or artwork in the snes list.

Here is the new gamelist.xml file….

<?xml version="1.0"?>
-<gameList>
-<game source="theGamesDB.net" id="1919">
<path>./Hagane - The Final Conflict (USA).sfc</path>
<name>Hagane - The Final Conflict (USA)</name>
<desc>Hagane is an action-oriented platformer, featuring five stages, divided into several sub-stages, filled with lots of enemies, jumping puzzles, mid- and endbosses. The titular main character can perform double jumps, jump off walls, use four different weapons, slide over the ground, somersault to dodge attacks and use several different special attacks.</desc>
<rating>0.6</rating>
<releasedate>19941118T000000</releasedate>
<developer>Hudson Soft</developer>
<publisher>Hudson Soft</publisher>
<genre>Action</genre>
<players>1</players>
</game>
-<game source="theGamesDB.net" id="3264">
<path>./Space Megaforce (USA).sfc</path>
<name>Space Megaforce (USA)</name>
<desc>Compile's Aleste series lands on the SNES with the appropriately named Super Aleste. Taking the role of a lone starfighter pilot, you are tasked with destroying an evil alien armada in standard 2D shooter fashion. And while you may be alone, you certainly won't be underpowered, with eight different types of weapons, each having six power-up levels for a grand total of 48 firing modes (not counting bomb power-ups) Super Aleste boasts one of the largest arsenals in 2D shooter history. Gameplay is single-player only with 3 difficulty levels. Also included is a short campaign with different levels that plays mostly like a "survival" mode with the objective being to outlast the time limit and rack the most points.</desc>
<releasedate>19920101T000000</releasedate>
<developer>Compile</developer>
<publisher>Toho</publisher>
<genre>Shooter</genre>
<players>1</players>
</game>
</gameList>