Installer steam-03e-wine-79
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files: - client: https://cdn.steamstatic.com/client/installer/SteamSetup.exe - wineinit: https://file.winegame.net/games/common/wineinit.sh - cmdfonts: https://file.winegame.net/cache/wine/fonts/MicrosoftYaHeiMono-20210208.tar.gz - dxdlls: https://file.winegame.net/games/uplay/dxdlls-x86.tar.xz game: exe: $GAMEDIR/drive_c/Program Files/Steam/steam.exe prefix: $GAMEDIR installer: - execute: command: bash "$wineinit" win32 7.6 description: 下载字体和运行库 - task: arch: win32 description: 创建32位Wine前缀 name: create_prefix prefix: $GAMEDIR - execute: command: cd "$GAMEDIR/drive_c" && tar -Jvxf "$dxdlls" description: 解压 DX DLL - task: app: arial arch: win32 description: 安装英文字体 name: winetricks prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR - task: app: cjkfonts arch: win32 description: | 安装中文字体 安装速度很慢,请耐心等待 name: winetricks prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR - task: app: fontsmooth-rgb arch: win32 description: 启用字体平滑 name: winetricks prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR - extract: description: 解压CMD字体 dst: $GAMEDIR/drive_c/windows/Fonts file: cmdfonts - task: description: 安装CMD字体 filename: $GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg name: set_regedit_file - task: arch: win32 description: 'Wine Staging: 启用 DXVA2' key: backend name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\DXVA2 prefix: $GAMEDIR value: va - task: name: winekill prefix: $GAMEDIR - write_file: content: dxgi.nvapiHack = False file: $GAMEDIR/dxvk.conf - execute: command: rm -f "$GAMEDIR/dosdevices/m::"; ln -sf "$HOME" "$GAMEDIR/dosdevices/m:" description: 添加主目录($HOME)为M盘 - task: arch: win32 description: |- Steam安装程序即将打开。 ------------------------------ 请在安装程序中完成Steam安装。 注意,一定要安装到默认路径,不要安装到任何其他位置,否则程序会认为安装失败! 不必登录客户端,安装完成后关闭安装程序即可。 exclude_processes: Steam.exe steam.exe executable: client name: wineexec prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR - execute: command: mv "$GAMEDIR/drive_c/Program Files/Steam/Steam.exe" "$GAMEDIR/drive_c/Program Files/Steam/steam.exe" system: env: DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf DXVK_HUD: compiler DXVK_STATE_CACHE_PATH: $GAMEDIR MESA_GL_VERSION_OVERRIDE: 4.4COMPAT STAGING_SHARED_MEMORY: 1 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR reset_desktop: true wine: dxvk: false esync: false overrides: winedbg.exe: disabled version: winehq-staging-7.9-x86only-i386 vkd3d: false
{ "files": [ { "client": "https://cdn.steamstatic.com/client/installer/SteamSetup.exe" }, { "wineinit": "https://file.winegame.net/games/common/wineinit.sh" }, { "cmdfonts": "https://file.winegame.net/cache/wine/fonts/MicrosoftYaHeiMono-20210208.tar.gz" }, { "dxdlls": "https://file.winegame.net/games/uplay/dxdlls-x86.tar.xz" } ], "game": { "exe": "$GAMEDIR/drive_c/Program Files/Steam/steam.exe", "prefix": "$GAMEDIR" }, "installer": [ { "execute": { "command": "bash \"$wineinit\" win32 7.6", "description": "\u4e0b\u8f7d\u5b57\u4f53\u548c\u8fd0\u884c\u5e93" } }, { "task": { "arch": "win32", "description": "\u521b\u5efa32\u4f4dWine\u524d\u7f00", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "execute": { "command": "cd \"$GAMEDIR/drive_c\" && tar -Jvxf \"$dxdlls\"", "description": "\u89e3\u538b DX DLL" } }, { "task": { "app": "arial", "arch": "win32", "description": "\u5b89\u88c5\u82f1\u6587\u5b57\u4f53", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "cjkfonts", "arch": "win32", "description": "\u5b89\u88c5\u4e2d\u6587\u5b57\u4f53\n\u5b89\u88c5\u901f\u5ea6\u5f88\u6162\uff0c\u8bf7\u8010\u5fc3\u7b49\u5f85\n", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "fontsmooth-rgb", "arch": "win32", "description": "\u542f\u7528\u5b57\u4f53\u5e73\u6ed1", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "extract": { "description": "\u89e3\u538bCMD\u5b57\u4f53", "dst": "$GAMEDIR/drive_c/windows/Fonts", "file": "cmdfonts" } }, { "task": { "description": "\u5b89\u88c5CMD\u5b57\u4f53", "filename": "$GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg", "name": "set_regedit_file" } }, { "task": { "arch": "win32", "description": "Wine Staging: \u542f\u7528 DXVA2", "key": "backend", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\DXVA2", "prefix": "$GAMEDIR", "value": "va" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "write_file": { "content": "dxgi.nvapiHack = False", "file": "$GAMEDIR/dxvk.conf" } }, { "execute": { "command": "rm -f \"$GAMEDIR/dosdevices/m::\"; ln -sf \"$HOME\" \"$GAMEDIR/dosdevices/m:\"", "description": "\u6dfb\u52a0\u4e3b\u76ee\u5f55($HOME)\u4e3aM\u76d8" } }, { "task": { "arch": "win32", "description": "Steam\u5b89\u88c5\u7a0b\u5e8f\u5373\u5c06\u6253\u5f00\u3002\n------------------------------\n\u8bf7\u5728\u5b89\u88c5\u7a0b\u5e8f\u4e2d\u5b8c\u6210Steam\u5b89\u88c5\u3002\n\u6ce8\u610f\uff0c\u4e00\u5b9a\u8981\u5b89\u88c5\u5230\u9ed8\u8ba4\u8def\u5f84\uff0c\u4e0d\u8981\u5b89\u88c5\u5230\u4efb\u4f55\u5176\u4ed6\u4f4d\u7f6e\uff0c\u5426\u5219\u7a0b\u5e8f\u4f1a\u8ba4\u4e3a\u5b89\u88c5\u5931\u8d25\uff01\n\u4e0d\u5fc5\u767b\u5f55\u5ba2\u6237\u7aef\uff0c\u5b89\u88c5\u5b8c\u6210\u540e\u5173\u95ed\u5b89\u88c5\u7a0b\u5e8f\u5373\u53ef\u3002", "exclude_processes": "Steam.exe steam.exe", "executable": "client", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "execute": { "command": "mv \"$GAMEDIR/drive_c/Program Files/Steam/Steam.exe\" \"$GAMEDIR/drive_c/Program Files/Steam/steam.exe\"" } } ], "system": { "env": { "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf", "DXVK_HUD": "compiler", "DXVK_STATE_CACHE_PATH": "$GAMEDIR", "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT", "STAGING_SHARED_MEMORY": 1, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "reset_desktop": true }, "wine": { "dxvk": false, "esync": false, "overrides": { "winedbg.exe": "disabled" }, "version": "winehq-staging-7.9-x86only-i386", "vkd3d": false } }