Installer the-sims-2-universal-dvd

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:
- file: N/A:Select the game's setup file
game:
  arch: win64
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine Prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: mfc42 d3dcompiler_43 d3dx9
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
    silent: 'true'
- task:
    name: winekill
    prefix: $GAMEDIR
- task:
    description: Installing The Sims 2...
    executable: file
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: 0
    WINE_LARGE_ADDRESS_AWARE: 1
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
  dxvk: true
{
  "files": [
    {
      "file": "N/A:Select the game's setup file"
    }
  ],
  "game": {
    "arch": "win64",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win64",
        "description": "Creating Wine Prefix...",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "mfc42 d3dcompiler_43 d3dx9",
        "description": "Installing dependencies...",
        "name": "winetricks",
        "prefix": "$GAMEDIR",
        "silent": "true"
      }
    },
    {
      "task": {
        "name": "winekill",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "description": "Installing The Sims 2...",
        "executable": "file",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "name": "winekill",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "system": {
    "env": {
      "DXVK_HUD": 0,
      "WINE_LARGE_ADDRESS_AWARE": 1,
      "__GL_SHADER_DISK_CACHE": 1,
      "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
    }
  },
  "wine": {
    "dxvk": true
  }
}
Back to game