Installer fate-humble
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - file1: N/A:Please select the Humble archive. game: arch: win32 exe: drive_c/Program Files/FATE/Fate.exe prefix: $GAMEDIR installer: - extract: dst: $GAMEDIR/drive_c/Program Files/FATE file: $file1 - write_config: data: General: SCREENHEIGHT: 1080 SCREENWIDTH: 1920 file: $GAMEDIR/drive_c/Program Files/FATE/config.dat
{ "files": [ { "file1": "N/A:Please select the Humble archive." } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/FATE/Fate.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$GAMEDIR/drive_c/Program Files/FATE", "file": "$file1" } }, { "write_config": { "data": { "General": { "SCREENHEIGHT": 1080, "SCREENWIDTH": 1920 } }, "file": "$GAMEDIR/drive_c/Program Files/FATE/config.dat" } } ] }