files:
- bin_installer: https://download.fer.al/win64/FeralInstaller.exe
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/WildWorks/Feral/Data/build/Fer.al.exe
prefix: $GAMEDIR
installer:
- move:
dst: $GAMEDIR
src: bin_installer
- execute:
command: 7z e FeralInstaller.exe
- write_config:
file: $GAMEDIR/config.ini
key: targetInstallDir
section: install
value: ProgramFiles
- task:
executable: $GAMEDIR/Launcher.exe
name: wineexec
require-binaries: 7z
description: Latest Windows installer from the website.
game_slug: feral
gogslug: ''
humblestoreid: ''
installer_slug: feral-standalone
name: Fer.al
notes: "The \"p7zip\" packages is needed for the .exe file to extract.\r\n\r\nNOTE:\
\ To update, choose \"Run EXE in wine prefix\" next to the play button, then select\
\ \"Launcher.exe\"."
runner: wine
script:
files:
- bin_installer: https://download.fer.al/win64/FeralInstaller.exe
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/WildWorks/Feral/Data/build/Fer.al.exe
prefix: $GAMEDIR
installer:
- move:
dst: $GAMEDIR
src: bin_installer
- execute:
command: 7z e FeralInstaller.exe
- write_config:
file: $GAMEDIR/config.ini
key: targetInstallDir
section: install
value: ProgramFiles
- task:
executable: $GAMEDIR/Launcher.exe
name: wineexec
require-binaries: 7z
slug: feral-standalone
steamid: null
version: Standalone
year: 2020
{
"game_slug": "feral",
"version": "Standalone",
"description": "Latest Windows installer from the website.",
"notes": "The \"p7zip\" packages is needed for the .exe file to extract.\r\n\r\nNOTE: To update, choose \"Run EXE in wine prefix\" next to the play button, then select \"Launcher.exe\".",
"name": "Fer.al",
"year": 2020,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "feral-standalone",
"installer_slug": "feral-standalone",
"script": {
"files": [
{
"bin_installer": "https://download.fer.al/win64/FeralInstaller.exe"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/WildWorks/Feral/Data/build/Fer.al.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"move": {
"dst": "$GAMEDIR",
"src": "bin_installer"
}
},
{
"execute": {
"command": "7z e FeralInstaller.exe"
}
},
{
"write_config": {
"file": "$GAMEDIR/config.ini",
"key": "targetInstallDir",
"section": "install",
"value": "ProgramFiles"
}
},
{
"task": {
"executable": "$GAMEDIR/Launcher.exe",
"name": "wineexec"
}
}
],
"require-binaries": "7z"
}
}