Installer the-sims-3-dvd

files:
- setup: N/A:Please select the setup file for The Sims 3
game:
  arch: win64
  exe: drive_c/Program Files (x86)/Electronic Arts/The Sims 3/The Sims 3/Game/Bin/Sims3LauncherW.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- write_file:
    content: dxgi.nvapiHack = False
    file: $GAMEDIR/dxvk.conf
- task:
    app: dotnet20sp2 mfc42 d3dx9 vcrun2005 vcrun2010
    arch: win64
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    arch: win64
    description: Setting version to XP for Sims3LauncherW...
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\Sims3LauncherW.exe
    prefix: $GAMEDIR
    value: winxp
- task:
    arch: win64
    description: Setting version to 7 for default...
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win7
- task:
    arch: win64
    description: Installing The Sims 3 from setup...
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  disable_compositor: true
  env:
    DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
    DXVK_STATE_CACHE_PATH: $GAMEDIR
    WINE_LARGE_ADDRESS_AWARE: 1
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
description: ''
game_slug: the-sims-3
gogslug: ''
humblestoreid: ''
installer_slug: the-sims-3-dvd
name: The Sims 3
notes: '- It is highly suggested to install ErrorTrap, Traveler and Overwatch mods
  by nRaas to improve game''s stability.'
runner: wine
script:
  files:
  - setup: N/A:Please select the setup file for The Sims 3
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Electronic Arts/The Sims 3/The Sims 3/Game/Bin/Sims3LauncherW.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - write_file:
      content: dxgi.nvapiHack = False
      file: $GAMEDIR/dxvk.conf
  - task:
      app: dotnet20sp2 mfc42 d3dx9 vcrun2005 vcrun2010
      arch: win64
      description: Installing dependencies...
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      arch: win64
      description: Setting version to XP for Sims3LauncherW...
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\AppDefaults\Sims3LauncherW.exe
      prefix: $GAMEDIR
      value: winxp
  - task:
      arch: win64
      description: Setting version to 7 for default...
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win7
  - task:
      arch: win64
      description: Installing The Sims 3 from setup...
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    disable_compositor: true
    env:
      DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
      DXVK_STATE_CACHE_PATH: $GAMEDIR
      WINE_LARGE_ADDRESS_AWARE: 1
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
slug: the-sims-3-dvd
steamid: 47890
version: DVD
year: 2009
{
  "game_slug": "the-sims-3",
  "version": "DVD",
  "description": "",
  "notes": "- It is highly suggested to install ErrorTrap, Traveler and Overwatch mods by nRaas to improve game's stability.",
  "name": "The Sims 3",
  "year": 2009,
  "steamid": 47890,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-sims-3-dvd",
  "installer_slug": "the-sims-3-dvd",
  "script": {
    "files": [
      {
        "setup": "N/A:Please select the setup file for The Sims 3"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Electronic Arts/The Sims 3/The Sims 3/Game/Bin/Sims3LauncherW.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "dxgi.nvapiHack = False",
          "file": "$GAMEDIR/dxvk.conf"
        }
      },
      {
        "task": {
          "app": "dotnet20sp2 mfc42 d3dx9 vcrun2005 vcrun2010",
          "arch": "win64",
          "description": "Installing dependencies...",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Setting version to XP for Sims3LauncherW...",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\Sims3LauncherW.exe",
          "prefix": "$GAMEDIR",
          "value": "winxp"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Setting version to 7 for default...",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win7"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing The Sims 3 from setup...",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "disable_compositor": true,
      "env": {
        "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR",
        "WINE_LARGE_ADDRESS_AWARE": 1,
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game