Installer online-pokemon-tcg-online-dxvk
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files: - pokemon: https://tcgo-installer.s3.amazonaws.com/PokemonInstaller.msi - wineinit: https://file.winegame.net/games/common/wineinit.sh game: arch: win32 exe: drive_c/users/$USER/Application Data/Pokémon Trading Card Game Online/PokemonTradingCardGameOnline/Pokemon Trading Card Game Online.exe prefix: $GAMEDIR installer: - execute: command: bash "$wineinit" win32 description: 下载字体和运行库 - task: arch: win32 description: 创建32位Wine前缀(提示安装Mono选择不装!!) name: create_prefix prefix: $GAMEDIR - task: app: arial cjkfonts dotnet40 description: 安装字体和dotnet等(需要3分钟或更长,请耐心等) name: winetricks prefix: $GAMEDIR silent: true - task: name: winekill prefix: $GAMEDIR - task: args: /i "$pokemon" /q description: 安装Pokemon TCG Online executable: msiexec name: wineexec prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR wine: dxvk: true
{ "files": [ { "pokemon": "https://tcgo-installer.s3.amazonaws.com/PokemonInstaller.msi" }, { "wineinit": "https://file.winegame.net/games/common/wineinit.sh" } ], "game": { "arch": "win32", "exe": "drive_c/users/$USER/Application Data/Pok\u00e9mon Trading Card Game Online/PokemonTradingCardGameOnline/Pokemon Trading Card Game Online.exe", "prefix": "$GAMEDIR" }, "installer": [ { "execute": { "command": "bash \"$wineinit\" win32", "description": "\u4e0b\u8f7d\u5b57\u4f53\u548c\u8fd0\u884c\u5e93" } }, { "task": { "arch": "win32", "description": "\u521b\u5efa32\u4f4dWine\u524d\u7f00\uff08\u63d0\u793a\u5b89\u88c5Mono\u9009\u62e9\u4e0d\u88c5\uff01\uff01\uff09", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "arial cjkfonts dotnet40", "description": "\u5b89\u88c5\u5b57\u4f53\u548cdotnet\u7b49\uff08\u9700\u89813\u5206\u949f\u6216\u66f4\u957f\uff0c\u8bf7\u8010\u5fc3\u7b49\uff09", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "args": "/i \"$pokemon\" /q", "description": "\u5b89\u88c5Pokemon TCG Online", "executable": "msiexec", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ], "wine": { "dxvk": true } }