gamelist.xml not working on DOS
-
Hello guys, how are you doing?.
I am trying to make the gamelist.xml work on DOS console, but somehow it is not working.
I have a few games on roms/dos directory, every game is on a subfolder called GameName.pc (less than 8 characters).I have created the gamelist.xml on roms/dos/ with all the games, but they are displayed with the short name and without any image or information.
I will show you an example of one of the games on my xml file.
<game id="106236" source="ScreenScraper">
<path>./DOOM.pc/DOOM.EXE</path>
<name>DOOM</name>
<desc>The Description here</desc>
<image>./downloaded_images/DOOM.pc_DOOM-image.png</image>
<rating>0.85</rating>
<releasedate>19930101T000000</releasedate>
<developer>ID SOFTWARE</developer>
<publisher>GT INTERACTIVE</publisher>
<genre>TIRO / TIRO 1ª PERSONA</genre>
<players>1-4</players>
<region/>
</game>Am I missing something?,
Thank you
-
I forgot to add that this is on a Raspberry Pi 3B, Recalbox 18.07.13
-
@darth said in gamelist.xml not working on DOS:
<path>./DOOM.pc</path>
-
@voljega said in gamelist.xml not working on DOS:
@darth said in gamelist.xml not working on DOS:
<path>./DOOM.pc</path>
I just tried it. It worked. Thank you!