files:
- game_archive: N/A:Please select the game archive file. It should be named something
like `vs_archive_x.y.z.tar.gz`.
game:
args: $GAMEDIR/Vintagestory.exe
exe: /bin/mono
installer:
- extract:
dst: $GAMEDIR
file: game_archive
format: tgz
description: null
game_slug: vintage-story
gogslug: ''
humblestoreid: ''
installer_slug: vintage-story-website-download
name: Vintage Story
notes: Since this game uses the .NET framework, you need to have mono installed on
your system.
runner: linux
script:
files:
- game_archive: N/A:Please select the game archive file. It should be named something
like `vs_archive_x.y.z.tar.gz`.
game:
args: $GAMEDIR/Vintagestory.exe
exe: /bin/mono
installer:
- extract:
dst: $GAMEDIR
file: game_archive
format: tgz
slug: vintage-story-website-download
steamid: null
version: Website Download
year: 2016
{
"game_slug": "vintage-story",
"version": "Website Download",
"description": null,
"notes": "Since this game uses the .NET framework, you need to have mono installed on your system.",
"name": "Vintage Story",
"year": 2016,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "vintage-story-website-download",
"installer_slug": "vintage-story-website-download",
"script": {
"files": [
{
"game_archive": "N/A:Please select the game archive file. It should be named something like `vs_archive_x.y.z.tar.gz`."
}
],
"game": {
"args": "$GAMEDIR/Vintagestory.exe",
"exe": "/bin/mono"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "game_archive",
"format": "tgz"
}
}
]
}
}