Installer aselia-the-eternal-the-spirit-jast-usa
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 JAST USA archive game: arch: win32 exe: drive_c/Program Files/Aselia The Eternal/Aseliacs_english.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE file: $file1 - task: args: /sp- /silent /norestart executable: $CACHE/Aselia Setup.exe name: wineexec prefix: $GAMEDIR - task: app: mfc42 name: winetricks prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Please select the JAST USA archive" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Aselia The Eternal/Aseliacs_english.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$CACHE", "file": "$file1" } }, { "task": { "args": "/sp- /silent /norestart", "executable": "$CACHE/Aselia Setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "app": "mfc42", "name": "winetricks", "prefix": "$GAMEDIR" } } ] }