files:
- ship: https://github.com/HarbourMasters/Starship/releases/download/v1.0.0/Starship-Centauri-Alfa-Windows.zip
- rom: N/A:Select SF64 ROM (Must be .z64 format)
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Starship/Starship.exe
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Starship
file: ship
- merge:
dst: $GAMEDIR/drive_c/Program Files (x86)/Starship
src: rom
- task:
executable: drive_c/Program Files (x86)/Starship/generate_otr.bat
name: wineexec
description: Play Star Fox 64 using Starship engine
game_slug: star-fox-64
gogslug: ''
humblestoreid: ''
installer_slug: star-fox-64-starship
name: Star Fox 64
notes: Must provide your own rom in z64 format!
runner: wine
script:
files:
- ship: https://github.com/HarbourMasters/Starship/releases/download/v1.0.0/Starship-Centauri-Alfa-Windows.zip
- rom: N/A:Select SF64 ROM (Must be .z64 format)
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Starship/Starship.exe
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Starship
file: ship
- merge:
dst: $GAMEDIR/drive_c/Program Files (x86)/Starship
src: rom
- task:
executable: drive_c/Program Files (x86)/Starship/generate_otr.bat
name: wineexec
slug: star-fox-64-starship
steamid: null
version: Starship
year: 1997
{
"game_slug": "star-fox-64",
"version": "Starship",
"description": "Play Star Fox 64 using Starship engine",
"notes": "Must provide your own rom in z64 format!",
"name": "Star Fox 64",
"year": 1997,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "star-fox-64-starship",
"installer_slug": "star-fox-64-starship",
"script": {
"files": [
{
"ship": "https://github.com/HarbourMasters/Starship/releases/download/v1.0.0/Starship-Centauri-Alfa-Windows.zip"
},
{
"rom": "N/A:Select SF64 ROM (Must be .z64 format)"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/Starship/Starship.exe"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Starship",
"file": "ship"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Starship",
"src": "rom"
}
},
{
"task": {
"executable": "drive_c/Program Files (x86)/Starship/generate_otr.bat",
"name": "wineexec"
}
}
]
}
}