Installer the-sims-2-origin
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: - client: https://download.dm.origin.com/origin/live/OriginThinSetup.exe game: arch: win64 exe: drive_c/Program Files (x86)/Origin/Origin.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: app: arial arch: win64 name: winetricks prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR - task: arch: win64 args: /silent description: Installing Origin... Login window will pop-up and close. exclude_processes: Origin.exe OriginClientService.exe OriginWebHelperService.exe QtWebEngineProcess.exe executable: client name: wineexec prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR system: env: DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf DXVK_HUD: 0 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR exclude_processes: QtWebEngineProcess.exe ActivationUI.exe OriginWebHelperService.exe wine: dxvk: true
{ "files": [ { "client": "https://download.dm.origin.com/origin/live/OriginThinSetup.exe" } ], "game": { "arch": "win64", "exe": "drive_c/Program Files (x86)/Origin/Origin.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "arial", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/silent", "description": "Installing Origin... Login window will pop-up and close.", "exclude_processes": "Origin.exe OriginClientService.exe OriginWebHelperService.exe QtWebEngineProcess.exe", "executable": "client", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "env": { "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf", "DXVK_HUD": 0, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "exclude_processes": "QtWebEngineProcess.exe ActivationUI.exe OriginWebHelperService.exe" }, "wine": { "dxvk": true } }