Installer dino-storm-game-launcher
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: - game_launcher_installer: https://cdn.splitscreenstudios.com/splitscreen/games/launcher/GameLauncher_Setup.exe game: args: ssglauncher:&gameId=dinostorm&partnerId=0&lang=$INPUT_LOCALE exe: $GAMEDIR/drive_c/users/$USER/Application Data/Splitscreen Studios/Game Launcher/Launcher.exe prefix: $GAMEDIR installer: - input_menu: description: 'Choose your preferred game''s language:' id: LOCALE options: - en: English - pt: "Portugu\xEAs" - de: Deutsch preselect: en - task: arch: win32 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: app: d3dcompiler_43 d3dx9 arch: win32 name: winetricks prefix: $GAMEDIR - task: arch: win32 description: Installing ... Follow the Game Launcher installation steps! executable: game_launcher_installer name: wineexec prefix: $GAMEDIR - task: arch: win32 name: winekill prefix: $GAMEDIR - task: arch: win32 key: GrabFullScreen name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\X11 Driver prefix: $GAMEDIR value: Y - task: arch: win32 key: UseXVidMode name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\X11 Driver prefix: $GAMEDIR value: N - task: arch: win32 key: background name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Colors\ prefix: $GAMEDIR type: REG_SZ value: 40 40 40 require-binaries: zenity, openssl system: disable_compositor: true env: DXVK_LOG_LEVEL: none DXVK_STATE_CACHE_PATH: $GAMEDIR STAGING_SHARED_MEMORY: 1 WINE_LARGE_ADDRESS_AWARE: 1 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR wine: MouseWarpOverride: enable version: lutris-5.7-11-x86_64
{ "files": [ { "game_launcher_installer": "https://cdn.splitscreenstudios.com/splitscreen/games/launcher/GameLauncher_Setup.exe" } ], "game": { "args": "ssglauncher:&gameId=dinostorm&partnerId=0&lang=$INPUT_LOCALE", "exe": "$GAMEDIR/drive_c/users/$USER/Application Data/Splitscreen Studios/Game Launcher/Launcher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "input_menu": { "description": "Choose your preferred game's language:", "id": "LOCALE", "options": [ { "en": "English" }, { "pt": "Portugu\u00eas" }, { "de": "Deutsch" } ], "preselect": "en" } }, { "task": { "arch": "win32", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "d3dcompiler_43 d3dx9", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "description": "Installing ... Follow the Game Launcher installation steps!", "executable": "game_launcher_installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "key": "GrabFullScreen", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver", "prefix": "$GAMEDIR", "value": "Y" } }, { "task": { "arch": "win32", "key": "UseXVidMode", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver", "prefix": "$GAMEDIR", "value": "N" } }, { "task": { "arch": "win32", "key": "background", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "40 40 40" } } ], "require-binaries": "zenity, openssl", "system": { "disable_compositor": true, "env": { "DXVK_LOG_LEVEL": "none", "DXVK_STATE_CACHE_PATH": "$GAMEDIR", "STAGING_SHARED_MEMORY": 1, "WINE_LARGE_ADDRESS_AWARE": 1, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } }, "wine": { "MouseWarpOverride": "enable", "version": "lutris-5.7-11-x86_64" } }