files:
- game: https://archive.org/download/Knytt/Knytt.zip
game:
arch: win64
exe: $GAMEDIR/drive_c/Program Files (x86)/Knytt/Knytt.exe
prefix: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Knytt
file: game
description: Downloads Knytt from Internet Archive.
game_slug: knytt
gogslug: ''
humblestoreid: ''
installer_slug: knytt-102
name: Knytt
notes: The game runs in a small window by default. On modern high-definition monitors,
you might want to enable DPI scaling and increase DPI in the runner options.
runner: wine
script:
files:
- game: https://archive.org/download/Knytt/Knytt.zip
game:
arch: win64
exe: $GAMEDIR/drive_c/Program Files (x86)/Knytt/Knytt.exe
prefix: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Knytt
file: game
slug: knytt-102
steamid: null
version: 1.0.2
year: 2006
{
"game_slug": "knytt",
"version": "1.0.2",
"description": "Downloads Knytt from Internet Archive.",
"notes": "The game runs in a small window by default. On modern high-definition monitors, you might want to enable DPI scaling and increase DPI in the runner options.",
"name": "Knytt",
"year": 2006,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "knytt-102",
"installer_slug": "knytt-102",
"script": {
"files": [
{
"game": "https://archive.org/download/Knytt/Knytt.zip"
}
],
"game": {
"arch": "win64",
"exe": "$GAMEDIR/drive_c/Program Files (x86)/Knytt/Knytt.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Knytt",
"file": "game"
}
}
]
}
}