DISTS: Add Windows Game Explorer xml resource

This commit is contained in:
Littleboy 2011-07-01 09:18:36 -04:00
parent f80b2383e7
commit 3afa4c312f
3 changed files with 47 additions and 0 deletions

View File

@ -7,10 +7,13 @@
#define FILE 256
#define IDI_ICON 1001
#define IDI_COUNT 1002
#define ID_GDF_XML __GDF_XML
IDI_ICON ICON DISCARDABLE "icons/scummvm.ico"
IDI_COUNT ICON DISCARDABLE "icons/count.ico"
ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml"
scummmodern.zip FILE "gui/themes/scummmodern.zip"
#ifdef USE_TRANSLATION
translations.dat FILE "gui/themes/translations.dat"

View File

@ -7,10 +7,13 @@
#define FILE 256
#define IDI_ICON 1001
#define IDI_COUNT 1002
#define ID_GDF_XML __GDF_XML
IDI_ICON ICON DISCARDABLE "icons/scummvm.ico"
IDI_COUNT ICON DISCARDABLE "icons/count.ico"
ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml"
scummmodern.zip FILE "gui/themes/scummmodern.zip"
#ifdef USE_TRANSLATION
translations.dat FILE "gui/themes/translations.dat"

View File

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<GameDefinitionFile xmlns:baseTypes="urn:schemas-microsoft-com:GamesExplorerBaseTypes.v1" xmlns="urn:schemas-microsoft-com:GameDescription.v1">
<GameDefinition gameID="{F2475C5C-EA7C-41F0-A56D-1ABF7CFEA389}">
<Name>ScummVM</Name>
<Description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!</Description>
<ReleaseDate>2011-09-30</ReleaseDate>
<Genres>
<Genre>Adventure</Genre>
</Genres>
<Version>
<VersionFile path="scummvm.exe" />
</Version>
<WindowsSystemPerformanceRating minimum="1.0" recommended="2.0" />
<Developers>
<Developer URI="http://www.scummvm.org">The ScummVM Team</Developer>
</Developers>
<Publishers>
<Publisher URI="http://www.scummvm.org">The ScummVM Team</Publisher>
</Publishers>
<GameExecutables>
<GameExecutable path="scummvm.exe" />
</GameExecutables>
<ExtendedProperties>
<GameTasks>
<Play>
<Primary>
<FileTask path="scummvm.exe" arguments="-noconsole" />
</Primary>
</Play>
<Support>
<Task index="0" name="View README">
<FileTask path="README.txt" arguments="" />
</Task>
<Task index="1" name="ScummVM Website">
<URLTask Link="http://www.scummvm.org" />
</Task>
</Support>
</GameTasks>
</ExtendedProperties>
</GameDefinition>
</GameDefinitionFile>