game:
arch: win64
exe: drive_c/Program Files (x86)/THQ/SpongeBob SquarePants/Employee of the Month/sb2.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Setting Up Wine Enviornment.
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert Your Game Disc.
message: Please insert or mount your game disc. This is the first step to setting
up the game.
requires: Setup.exe
- task:
description: Beginning game install. Proceed with all prompts, but do not install
Direct X.
executable: $DISC/Setup.exe
name: wineexec
prefix: $GAMEDIR
description: 'The cd wrapper/installer for the "SpongeBob SquarePants: Employee of
the Month" game.'
game_slug: spongebob-squarepants-employee-of-the-month
gogslug: ''
humblestoreid: ''
installer_slug: spongebob-squarepants-employe-cd
name: 'SpongeBob SquarePants: Employee of the Month'
notes: Do not install Direct X when prompted. This will cause the installation to
potentially fail.
runner: wine
script:
game:
arch: win64
exe: drive_c/Program Files (x86)/THQ/SpongeBob SquarePants/Employee of the Month/sb2.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Setting Up Wine Enviornment.
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert Your Game Disc.
message: Please insert or mount your game disc. This is the first step to setting
up the game.
requires: Setup.exe
- task:
description: Beginning game install. Proceed with all prompts, but do not install
Direct X.
executable: $DISC/Setup.exe
name: wineexec
prefix: $GAMEDIR
slug: spongebob-squarepants-employe-cd
steamid: null
version: CD
year: 2002
{
"game_slug": "spongebob-squarepants-employee-of-the-month",
"version": "CD",
"description": "The cd wrapper/installer for the \"SpongeBob SquarePants: Employee of the Month\" game.",
"notes": "Do not install Direct X when prompted. This will cause the installation to potentially fail.",
"name": "SpongeBob SquarePants: Employee of the Month",
"year": 2002,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "spongebob-squarepants-employe-cd",
"installer_slug": "spongebob-squarepants-employe-cd",
"script": {
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/THQ/SpongeBob SquarePants/Employee of the Month/sb2.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Setting Up Wine Enviornment.",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert Your Game Disc.",
"message": "Please insert or mount your game disc. This is the first step to setting up the game.",
"requires": "Setup.exe"
}
},
{
"task": {
"description": "Beginning game install. Proceed with all prompts, but do not install Direct X.",
"executable": "$DISC/Setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}