Added back the Adventure Game Studio Game Engine (ags) game system

This commit is contained in:
Leon Styhre 2023-10-25 17:03:35 +02:00
parent 1cbde88893
commit 27def16305
7 changed files with 43 additions and 0 deletions

View file

@ -9,6 +9,10 @@
<name>adam</name>
<systemsortname>Computer - 1983</systemsortname>
</system>
<system>
<name>ags</name>
<systemsortname>Engine - 1997</systemsortname>
</system>
<system>
<name>amiga</name>
<systemsortname>Computer - 1985</systemsortname>

View file

@ -9,6 +9,10 @@
<name>adam</name>
<systemsortname>Coleco - Computer - 1983</systemsortname>
</system>
<system>
<name>ags</name>
<systemsortname>Chris Jones - Engine - 1997</systemsortname>
</system>
<system>
<name>amiga</name>
<systemsortname>Commodore - Computer - 1985</systemsortname>

View file

@ -9,6 +9,10 @@
<name>adam</name>
<systemsortname>Coleco - 1983</systemsortname>
</system>
<system>
<name>ags</name>
<systemsortname>Chris Jones - 1997</systemsortname>
</system>
<system>
<name>amiga</name>
<systemsortname>Commodore - 1985</systemsortname>

View file

@ -9,6 +9,10 @@
<name>adam</name>
<systemsortname>1983</systemsortname>
</system>
<system>
<name>ags</name>
<systemsortname>1997</systemsortname>
</system>
<system>
<name>amiga</name>
<systemsortname>1985</systemsortname>

View file

@ -22,6 +22,15 @@
<platform>adam</platform>
<theme>adam</theme>
</system>
<system>
<name>ags</name>
<fullname>Adventure Game Studio Game Engine</fullname>
<path>%ROMPATH%/ags</path>
<extension>.app .sh</extension>
<command label="Shortcut or script">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<platform>pcwindows</platform>
<theme>ags</theme>
</system>
<system>
<name>amiga</name>
<fullname>Commodore Amiga</fullname>

View file

@ -22,6 +22,15 @@
<platform>adam</platform>
<theme>adam</theme>
</system>
<system>
<name>ags</name>
<fullname>Adventure Game Studio Game Engine</fullname>
<path>%ROMPATH%/ags</path>
<extension>.desktop .sh</extension>
<command label="Shortcut or script">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<platform>pcwindows</platform>
<theme>ags</theme>
</system>
<system>
<name>amiga</name>
<fullname>Commodore Amiga</fullname>

View file

@ -22,6 +22,15 @@
<platform>adam</platform>
<theme>adam</theme>
</system>
<system>
<name>ags</name>
<fullname>Adventure Game Studio Game Engine</fullname>
<path>%ROMPATH%\ags</path>
<extension>.bat .BAT .lnk .LNK</extension>
<command label="Shortcut or script">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
<platform>pcwindows</platform>
<theme>ags</theme>
</system>
<system>
<name>amiga</name>
<fullname>Commodore Amiga</fullname>