Installer curseforge-beta-1
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.
custom-name: CurseForge files: - curseforge: https://download.overwolf.com/installer/4047/cchhcaiapeikjbdbpfplgmpobbcdkdaphclbmkbj/CurseForge%20-%20LP-Installer.exe game: arch: win64 args: -launchapp cchhcaiapeikjbdbpfplgmpobbcdkdaphclbmkbj exe: drive_c/Program Files (x86)/Overwolf/OverwolfLauncher.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine prefix. name: create_prefix - task: arch: win64 name: winekill prefix: $GAMEDIR - task: app: vcrun2017 vcrun2019 arch: win64 description: Installing Visual C++ Runtimes... name: winetricks prefix: $GAMEDIR - task: app: dotnet48 arch: win64 description: Installing DotNet 4.8, could take a while, 10+ minutes... name: winetricks prefix: $GAMEDIR - task: description: Installing CurseForge App... executable: curseforge name: wineexec prefix: $GAMEDIR wine: Desktop: false
{ "custom-name": "CurseForge", "files": [ { "curseforge": "https://download.overwolf.com/installer/4047/cchhcaiapeikjbdbpfplgmpobbcdkdaphclbmkbj/CurseForge%20-%20LP-Installer.exe" } ], "game": { "arch": "win64", "args": "-launchapp cchhcaiapeikjbdbpfplgmpobbcdkdaphclbmkbj", "exe": "drive_c/Program Files (x86)/Overwolf/OverwolfLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating Wine prefix.", "name": "create_prefix" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun2017 vcrun2019", "arch": "win64", "description": "Installing Visual C++ Runtimes...", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet48", "arch": "win64", "description": "Installing DotNet 4.8, could take a while, 10+ minutes...", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing CurseForge App...", "executable": "curseforge", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "wine": { "Desktop": false } }