files:
- install: https://github.com/flashflashrevolution/rCubed/releases/download/v2.0.4/rCubed-2.0.4-64bit.zip
game:
arch: win64
exe: drive_c/Games/R3Air/R3.exe
prefix: $GAMEDIR
working_dir: drive_c/Games/R3Air
installer:
- task:
arch: win64
description: Creating 64-bit Wine prefix
name: create_prefix
prefix: $GAMEDIR
- extract:
description: Extracting files
dst: drive_c/Games/R3Air
file: install
format: zip
description: ''
game_slug: flash-flash-revolution
gogslug: ''
humblestoreid: ''
installer_slug: flash-flash-revolution-rcubed-v204-x64
name: Flash Flash Revolution
notes: Currently targets rCubed version 2.0.4, the most recent version as of the time
of this script being written. The game comes with Adobe AIR, so there's no need
for any further config.
runner: wine
script:
files:
- install: https://github.com/flashflashrevolution/rCubed/releases/download/v2.0.4/rCubed-2.0.4-64bit.zip
game:
arch: win64
exe: drive_c/Games/R3Air/R3.exe
prefix: $GAMEDIR
working_dir: drive_c/Games/R3Air
installer:
- task:
arch: win64
description: Creating 64-bit Wine prefix
name: create_prefix
prefix: $GAMEDIR
- extract:
description: Extracting files
dst: drive_c/Games/R3Air
file: install
format: zip
slug: flash-flash-revolution-rcubed-v204-x64
steamid: null
version: rCubed v2.0.4 x64
year: 2002
{
"game_slug": "flash-flash-revolution",
"version": "rCubed v2.0.4 x64",
"description": "",
"notes": "Currently targets rCubed version 2.0.4, the most recent version as of the time of this script being written. The game comes with Adobe AIR, so there's no need for any further config.",
"name": "Flash Flash Revolution",
"year": 2002,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "flash-flash-revolution-rcubed-v204-x64",
"installer_slug": "flash-flash-revolution-rcubed-v204-x64",
"script": {
"files": [
{
"install": "https://github.com/flashflashrevolution/rCubed/releases/download/v2.0.4/rCubed-2.0.4-64bit.zip"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Games/R3Air/R3.exe",
"prefix": "$GAMEDIR",
"working_dir": "drive_c/Games/R3Air"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating 64-bit Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"description": "Extracting files",
"dst": "drive_c/Games/R3Air",
"file": "install",
"format": "zip"
}
}
]
}
}