Installer renegade-x-release

files:
- renx: https://renxdownloads.b-cdn.net/Renegade_X_Installer-3f1857a.msi
game:
  arch: win64
  exe: drive_c/Program Files (x86)/Renegade X/Binaries/Win64/UDK.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts
    description: Installing corefonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2008
    description: Installing visual code 2008
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2010
    description: Installing visual code 2010
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: xact
    description: Installing xact
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: xact_x64
    description: Installing xact_64
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: d3dx9
    description: Installing d3dx9
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: d3dx9_43
    description: Installing d3dx9_43.dll
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: msxml3
    description: Installing msxml3
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet452
    description: Installing .net 4.5.2
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win7
    description: Setting environment to Windows7
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /i "$CACHE/renx/Renegade_X_Installer-3f1857a.msi" /q
    executable: msiexec
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Running launcher for first time.
    executable: $GAMEDIR/drive_c/Program Files (x86)/Renegade X/Launcher/Renegade
      X Launcher.exe
    name: wineexec
    overrides:
      dxvk: false
system:
  disable_runtime: false
  env:
    DXVK_HUD: 0
wine:
  overrides:
    nvapi,nvapi64: disabled
description: Sets up dependencies and starts game installation.
game_slug: renegade-x
gogslug: ''
humblestoreid: ''
installer_slug: renegade-x-release
name: Renegade X
notes: Close launcher after it is finished setting up game so that the installation
  fully finishes.
runner: wine
script:
  files:
  - renx: https://renxdownloads.b-cdn.net/Renegade_X_Installer-3f1857a.msi
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Renegade X/Binaries/Win64/UDK.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: corefonts
      description: Installing corefonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2008
      description: Installing visual code 2008
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2010
      description: Installing visual code 2010
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: xact
      description: Installing xact
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: xact_x64
      description: Installing xact_64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3dx9
      description: Installing d3dx9
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3dx9_43
      description: Installing d3dx9_43.dll
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: msxml3
      description: Installing msxml3
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet452
      description: Installing .net 4.5.2
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win7
      description: Setting environment to Windows7
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /i "$CACHE/renx/Renegade_X_Installer-3f1857a.msi" /q
      executable: msiexec
      name: wineexec
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Running launcher for first time.
      executable: $GAMEDIR/drive_c/Program Files (x86)/Renegade X/Launcher/Renegade
        X Launcher.exe
      name: wineexec
      overrides:
        dxvk: false
  system:
    disable_runtime: false
    env:
      DXVK_HUD: 0
  wine:
    overrides:
      nvapi,nvapi64: disabled
slug: renegade-x-release
steamid: null
version: Release
year: 2014
{
  "game_slug": "renegade-x",
  "version": "Release",
  "description": "Sets up dependencies and starts game installation.",
  "notes": "Close launcher after it is finished setting up game so that the installation fully finishes.",
  "name": "Renegade X",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "renegade-x-release",
  "installer_slug": "renegade-x-release",
  "script": {
    "files": [
      {
        "renx": "https://renxdownloads.b-cdn.net/Renegade_X_Installer-3f1857a.msi"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Renegade X/Binaries/Win64/UDK.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "description": "Installing corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2008",
          "description": "Installing visual code 2008",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2010",
          "description": "Installing visual code 2010",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "xact",
          "description": "Installing xact",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "xact_x64",
          "description": "Installing xact_64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dx9",
          "description": "Installing d3dx9",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dx9_43",
          "description": "Installing d3dx9_43.dll",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "msxml3",
          "description": "Installing msxml3",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet452",
          "description": "Installing .net 4.5.2",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win7",
          "description": "Setting environment to Windows7",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/i \"$CACHE/renx/Renegade_X_Installer-3f1857a.msi\" /q",
          "executable": "msiexec",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Running launcher for first time.",
          "executable": "$GAMEDIR/drive_c/Program Files (x86)/Renegade X/Launcher/Renegade X Launcher.exe",
          "name": "wineexec",
          "overrides": {
            "dxvk": false
          }
        }
      }
    ],
    "system": {
      "disable_runtime": false,
      "env": {
        "DXVK_HUD": 0
      }
    },
    "wine": {
      "overrides": {
        "nvapi,nvapi64": "disabled"
      }
    }
  }
}
Back to game