Installer epic-epic-games-store-0
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files: - uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe - epicsetup: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi game: arch: win64 args: -opengl -SkipBuildPatchPrereq exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - write_file: content: |- overlay: enabled: false forceunhookgame: false fps_enabled: false warning_enabled: false user: closebehavior: CloseBehavior_Close user: start_on_windows_start: false file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml - task: app: corefonts cjkfonts arch: win64 description: Installing dependencies name: winetricks prefix: $GAMEDIR - task: arch: win64 args: /i "$epicsetup" /q exclude_processes: EpicGamesLauncher.exe executable: msiexec name: wineexec prefix: $GAMEDIR - task: args: /S executable: uplay name: wineexec prefix: $GAMEDIR system: env: DXVK_HUD: compiler MESA_GL_VERSION_OVERRIDE: 4.4COMPAT __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR wine: dxvk: true esync: true version: lutris-fshack-6.21-5-x86_64 vkd3d: true
{ "files": [ { "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe" }, { "epicsetup": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi" } ], "game": { "arch": "win64", "args": "-opengl -SkipBuildPatchPrereq", "exe": "drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "write_file": { "content": "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled: false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close\nuser:\n start_on_windows_start: false", "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml" } }, { "task": { "app": "corefonts cjkfonts", "arch": "win64", "description": "Installing dependencies", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/i \"$epicsetup\" /q", "exclude_processes": "EpicGamesLauncher.exe", "executable": "msiexec", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "args": "/S", "executable": "uplay", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "env": { "DXVK_HUD": "compiler", "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT", "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } }, "wine": { "dxvk": true, "esync": true, "version": "lutris-fshack-6.21-5-x86_64", "vkd3d": true } }