Installer dino-storm-game-launcher
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
description: This version will use the "Game Launcher" as a launch client game_slug: dino-storm gogslug: '' humblestoreid: '' installer_slug: dino-storm-game-launcher name: Dino Storm notes: Just follow the necessary steps to install the requirements and after opening the installer click Next to install the "Game Launcher" runner: wine 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 slug: dino-storm-game-launcher steamid: null version: Game Launcher year: 2011
{ "game_slug": "dino-storm", "version": "Game Launcher", "description": "This version will use the \"Game Launcher\" as a launch client", "notes": "Just follow the necessary steps to install the requirements and after opening the installer click Next to install the \"Game Launcher\"", "name": "Dino Storm", "year": 2011, "steamid": null, "gogslug": "", "humblestoreid": "", "runner": "wine", "slug": "dino-storm-game-launcher", "installer_slug": "dino-storm-game-launcher", "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\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" } } }