Added sample game metadata file.

This commit is contained in:
Scott Duensing 2020-03-15 18:23:30 -05:00
parent a6b6a11846
commit 8ecb918ea3
2 changed files with 124 additions and 1 deletions

122
singe/games.dat Normal file
View file

@ -0,0 +1,122 @@
GAMES = {
{
TITLE = ".38 Ambush Alley",
SCRIPT = "ActionMax/38AmbushAlley.singe",
VIDEO = "ActionMax/frame_38AmbushAlley.txt",
DATA = "ActionMax",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = {
-- Sinden Args Here, comma separated.
},
CABINET = "ActionMax/cabinet_38AmbushAlley.png",
MARQUEE = "ActionMax/marquee_38AmbushAlley.png",
ATTRACT = "ActionMax/38AmbushAlley.mkv",
ATTRACT_START = 0,
ATTRACT_END = 500,
YEAR = 1987,
PLATFORM = "ActionMax",
DEVELOPER = "Sourcing International, Ltd.",
PUBLISHER = "Worlds of Wonder, Inc.",
GENERE = "Shooter",
DESCRIPTION = "Get your target practice in with real police officers then hit the streets."
},
{
TITLE = "Blue Thunder",
SCRIPT = "ActionMax/BlueThunder.singe",
VIDEO = "ActionMax/frame_BlueThunder.txt",
DATA = "ActionMax",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = {
-- Sinden Args Here, comma separated.
},
CABINET = "ActionMax/cabinet_BlueThunder.png",
MARQUEE = "ActionMax/marquee_BlueThunder.png",
ATTRACT = "ActionMax/BlueThunder.mkv",
ATTRACT_START = 0,
ATTRACT_END = 500,
YEAR = 1987,
PLATFORM = "ActionMax",
DEVELOPER = "Sourcing International, Ltd.",
PUBLISHER = "Worlds of Wonder, Inc.",
GENERE = "Shooter",
DESCRIPTION = "Get in your chopper and take out the bad guys in this action-packed game."
},
{
TITLE = "Hydrosub: 2021",
SCRIPT = "ActionMax/Hydrosub2021.singe",
VIDEO = "ActionMax/frame_Hydrosub2021.txt",
DATA = "ActionMax",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = {
-- Sinden Args Here, comma separated.
},
CABINET = "ActionMax/cabinet_Hydrosub2021.png",
MARQUEE = "ActionMax/marquee_Hydrosub2021.png",
ATTRACT = "ActionMax/Hydrosub2021.mkv",
ATTRACT_START = 0,
ATTRACT_END = 500,
YEAR = 1987,
PLATFORM = "ActionMax",
DEVELOPER = "Sourcing International, Ltd.",
PUBLISHER = "Worlds of Wonder, Inc.",
GENERE = "Shooter",
DESCRIPTION = "Shootout beneath the ocean!"
},
{
TITLE = "The Rescue of Pops Ghostly",
SCRIPT = "ActionMax/PopsGhostly.singe",
VIDEO = "ActionMax/frame_PopsGhostly.txt",
DATA = "ActionMax",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = {
-- Sinden Args Here, comma separated.
},
CABINET = "ActionMax/cabinet_PopsGhostly.png",
MARQUEE = "ActionMax/marquee_PopsGhostly.png",
ATTRACT = "ActionMax/PopsGhostly.mkv",
ATTRACT_START = 0,
ATTRACT_END = 500,
YEAR = 1987,
PLATFORM = "ActionMax",
DEVELOPER = "Sourcing International, Ltd.",
PUBLISHER = "Worlds of Wonder, Inc.",
GENERE = "Shooter",
DESCRIPTION = "Help Pops Ghostly and his family get rid of the bad spirits who have taken over the house."
},
{
TITLE = "Sonic Fury",
SCRIPT = "ActionMax/SonicFury.singe",
VIDEO = "ActionMax/frame_SonicFury.txt",
DATA = "ActionMax",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = {
-- Sinden Args Here, comma separated.
},
CABINET = "ActionMax/cabinet_SonicFury.png",
MARQUEE = "ActionMax/marquee_SonicFury.png",
ATTRACT = "ActionMax/SonicFury.mkv",
ATTRACT_START = 0,
ATTRACT_END = 500,
YEAR = 1987,
PLATFORM = "ActionMax",
DEVELOPER = "Sourcing International, Ltd.",
PUBLISHER = "Worlds of Wonder, Inc.",
GENERE = "Shooter",
DESCRIPTION = "Shoot it out with the bad guys in your fighter jet!"
}
}

View file

@ -237,7 +237,8 @@ OTHER_FILES += \
buildRelease.sh \
singe.rc \
controls.cfg \
Framework.singe
Framework.singe \
games.dat
platformLinux {
#QMAKE_POST_LINK += bash $$PWD/postLink.sh "$$PWD" "$$DESTDIR" "$$TARGET"