files:
- game-data: https://github.com/OmniBlade/CNCData/releases/download/v1.0.0/vanilla-conquer-data-installer-td-full.zip
- binary: https://github.com/TheAssemblyArmada/Vanilla-Conquer/releases/download/latest/vanilla-conquer-linux-gcc-ubuntu-22.04-x86_64-ebc8083.zip
game:
exe: vanillatd
installer:
- extract:
description: Extracting game data
file: game-data
format: zip
- extract:
description: Extracting game executable
dst: $CACHE/vanilla-conquer/exe
file: binary
format: zip
- merge:
description: Moving the game executable to its proper location
dst: $GAMEDIR
src: $CACHE/vanilla-conquer/exe/vanillatd
description: Uses the native Vanilla Conquer source port. Includes The Covert Operations
expansion pack.
game_slug: command-conquer
gogslug: ''
humblestoreid: ''
installer_slug: command-conquer-vanilla-conquer
name: Command & Conquer
notes: ''
runner: linux
script:
files:
- game-data: https://github.com/OmniBlade/CNCData/releases/download/v1.0.0/vanilla-conquer-data-installer-td-full.zip
- binary: https://github.com/TheAssemblyArmada/Vanilla-Conquer/releases/download/latest/vanilla-conquer-linux-gcc-ubuntu-22.04-x86_64-ebc8083.zip
game:
exe: vanillatd
installer:
- extract:
description: Extracting game data
file: game-data
format: zip
- extract:
description: Extracting game executable
dst: $CACHE/vanilla-conquer/exe
file: binary
format: zip
- merge:
description: Moving the game executable to its proper location
dst: $GAMEDIR
src: $CACHE/vanilla-conquer/exe/vanillatd
slug: command-conquer-vanilla-conquer
steamid: null
version: Vanilla Conquer
year: 1995
{
"game_slug": "command-conquer",
"version": "Vanilla Conquer",
"description": "Uses the native Vanilla Conquer source port. Includes The Covert Operations expansion pack.",
"notes": "",
"name": "Command & Conquer",
"year": 1995,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "command-conquer-vanilla-conquer",
"installer_slug": "command-conquer-vanilla-conquer",
"script": {
"files": [
{
"game-data": "https://github.com/OmniBlade/CNCData/releases/download/v1.0.0/vanilla-conquer-data-installer-td-full.zip"
},
{
"binary": "https://github.com/TheAssemblyArmada/Vanilla-Conquer/releases/download/latest/vanilla-conquer-linux-gcc-ubuntu-22.04-x86_64-ebc8083.zip"
}
],
"game": {
"exe": "vanillatd"
},
"installer": [
{
"extract": {
"description": "Extracting game data",
"file": "game-data",
"format": "zip"
}
},
{
"extract": {
"description": "Extracting game executable",
"dst": "$CACHE/vanilla-conquer/exe",
"file": "binary",
"format": "zip"
}
},
{
"merge": {
"description": "Moving the game executable to its proper location",
"dst": "$GAMEDIR",
"src": "$CACHE/vanilla-conquer/exe/vanillatd"
}
}
]
}
}