Installer advent-rising-zoom-platform
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: - installer: N/A:Please select the ZOOM Platform installer game: arch: win32 exe: drive_c/ZOOM PLATFORM/Majesco/Advent Rising/System/advent.exe prefix: $GAMEDIR installer: - task: arch: win32 description: Installing Advent Rising executable: installer name: wineexec prefix: $GAMEDIR - write_config: data: WinDrv.WindowsClient: FullscreenViewportX: $RESOLUTION_WIDTH FullscreenViewportY: $RESOLUTION_HEIGHT file: $GAMEDIR/drive_c/ZOOM PLATFORM/Majesco/Advent Rising/System/Mydefault.ini
{ "files": [ { "installer": "N/A:Please select the ZOOM Platform installer" } ], "game": { "arch": "win32", "exe": "drive_c/ZOOM PLATFORM/Majesco/Advent Rising/System/advent.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "description": "Installing Advent Rising", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "write_config": { "data": { "WinDrv.WindowsClient": { "FullscreenViewportX": "$RESOLUTION_WIDTH", "FullscreenViewportY": "$RESOLUTION_HEIGHT" } }, "file": "$GAMEDIR/drive_c/ZOOM PLATFORM/Majesco/Advent Rising/System/Mydefault.ini" } } ] }