files:
- setup: https://archive.org/download/Icy_Tower/icytower13.rar
game:
arch: win32
exe: $GAMEDIR/drive_c/games/icytower1.3/icytower13.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- extract:
description: Extracting Icy Tower...
dst: /tmp
src: setup
- task:
arch: win32
description: Installing Icy Tower...
executable: /tmp/icytower13_install.exe
name: wineexec
prefix: $GAMEDIR
description: Classic version.
game_slug: icy-tower
gogslug: ''
humblestoreid: ''
installer_slug: icy-tower-131
name: Icy Tower
notes: ''
runner: wine
script:
files:
- setup: https://archive.org/download/Icy_Tower/icytower13.rar
game:
arch: win32
exe: $GAMEDIR/drive_c/games/icytower1.3/icytower13.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- extract:
description: Extracting Icy Tower...
dst: /tmp
src: setup
- task:
arch: win32
description: Installing Icy Tower...
executable: /tmp/icytower13_install.exe
name: wineexec
prefix: $GAMEDIR
slug: icy-tower-131
steamid: null
version: 1.3.1
year: 2001
{
"game_slug": "icy-tower",
"version": "1.3.1",
"description": "Classic version.",
"notes": "",
"name": "Icy Tower",
"year": 2001,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "icy-tower-131",
"installer_slug": "icy-tower-131",
"script": {
"files": [
{
"setup": "https://archive.org/download/Icy_Tower/icytower13.rar"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/games/icytower1.3/icytower13.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"description": "Creating Wine prefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"description": "Extracting Icy Tower...",
"dst": "/tmp",
"src": "setup"
}
},
{
"task": {
"arch": "win32",
"description": "Installing Icy Tower...",
"executable": "/tmp/icytower13_install.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}