Installer wowmania-295

files:
- file1: N/A Select the game's folder from torrent. You can do this by right clicking
    the folder and copying location should be something like /home/user/Downloads/WoW-Mania-2.9.5
    You will then need to paste that location in the box below besides the browse
    button.
game:
  arch: win64
  exe: drive_c/Program Files (x86)/WoWMania/WoW-Mania.exe
  prefix: $GAMEDIR
installer:
- move:
    dst: $GAMEDIR/drive_c/Program Files (x86)/WoWMania
    src: $file1
- task:
    arch: win64
    description: Creating 64bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    description: Installing Arial font
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: 'Wine Staging: Enabling DXVA2'
    key: backend
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DXVA2
    prefix: $GAMEDIR
    value: va
- task:
    name: winekill
system:
  env:
    DXVK_HUD: compiler
    DXVK_STATE_CACHE_PATH: $GAMEDIR
    STAGING_SHARED_MEMORY: 1
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
  overrides:
    nvapi: disabled
    nvapi64: disabled
description: ''
game_slug: wowmania
gogslug: ''
humblestoreid: ''
installer_slug: wowmania-295
name: WoWMania
notes: You will need to download the torrent from wow-mania.com/downloads and then
  load the zip file into this script.
runner: wine
script:
  files:
  - file1: N/A Select the game's folder from torrent. You can do this by right clicking
      the folder and copying location should be something like /home/user/Downloads/WoW-Mania-2.9.5
      You will then need to paste that location in the box below besides the browse
      button.
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/WoWMania/WoW-Mania.exe
    prefix: $GAMEDIR
  installer:
  - move:
      dst: $GAMEDIR/drive_c/Program Files (x86)/WoWMania
      src: $file1
  - task:
      arch: win64
      description: Creating 64bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      description: Installing Arial font
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: 'Wine Staging: Enabling DXVA2'
      key: backend
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DXVA2
      prefix: $GAMEDIR
      value: va
  - task:
      name: winekill
  system:
    env:
      DXVK_HUD: compiler
      DXVK_STATE_CACHE_PATH: $GAMEDIR
      STAGING_SHARED_MEMORY: 1
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  wine:
    overrides:
      nvapi: disabled
      nvapi64: disabled
slug: wowmania-295
steamid: null
version: 2.9.5
year: 2015
{
  "game_slug": "wowmania",
  "version": "2.9.5",
  "description": "",
  "notes": "You will need to download the torrent from wow-mania.com/downloads and then load the zip file into this script.",
  "name": "WoWMania",
  "year": 2015,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "wowmania-295",
  "installer_slug": "wowmania-295",
  "script": {
    "files": [
      {
        "file1": "N/A Select the game's folder from torrent. You can do this by right clicking the folder and copying location should be something like /home/user/Downloads/WoW-Mania-2.9.5 You will then need to paste that location in the box below besides the browse button."
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/WoWMania/WoW-Mania.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/WoWMania",
          "src": "$file1"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "description": "Installing Arial font",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Wine Staging: Enabling DXVA2",
          "key": "backend",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DXVA2",
          "prefix": "$GAMEDIR",
          "value": "va"
        }
      },
      {
        "task": {
          "name": "winekill"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "compiler",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR",
        "STAGING_SHARED_MEMORY": 1,
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    },
    "wine": {
      "overrides": {
        "nvapi": "disabled",
        "nvapi64": "disabled"
      }
    }
  }
}
Back to game