Installer lutris-0
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files:
- setup: N/A:选择一个exe
game:
arch: win32
exe: drive_c/Program Files/a/b.exe
prefix: $GAMEDIR
installer:
- execute:
command: |
fetch() {
dir=\"$HOME/.cache/$(dirname \"$1\")\";
path=\"$HOME/.cache/$1\";
url=\"https://file.winegame.net/cache/$1\";
mkdir -p \"$dir\";
wget -c -O \"$path\" \"$url\";
};
fetch wine/fonts/MicrosoftYaHeiMono.tar.gz;
description: 下载运行库
- task:
arch: win32
description: 创建32位Wine前缀
name: create_prefix
prefix: $GAMEDIR
- extract:
description: 解压CMD字体
dst: $GAMEDIR/drive_c/windows/Fonts
file: $HOME/.cache/wine/fonts/MicrosoftYaHeiMono.tar.gz
- task:
description: 安装CMD字体
filename: $GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg
name: set_regedit_file
- execute:
command: rm -f "$GAMEDIR/dosdevices/m::"; ln -sf "$HOME" "$GAMEDIR/dosdevices/m:";
rm -f "$GAMEDIR/dosdevices/l::"; ln -sf "$GAMEDIR/drive_c" "$GAMEDIR/dosdevices/l:";
description: 添加主目录($HOME)为M盘
- 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
- task:
app: ie8 xna40 winxp
arch: win32
description: 安装运行库...
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
name: winekill
prefix: $GAMEDIR
- task:
arch: win32
description: 运行你选择的exe
exclude_processes: b.exe wineconsole explorer.exe
executable: setup
name: wineexec
- task:
name: winekill
prefix: $GAMEDIR
system:
env:
DXVK_STATE_CACHE_PATH: $GAMEDIR
STAGING_SHARED_MEMORY: 1
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
dxvk: true
esync: true
overrides:
winedbg.exe: disabled
version: lutris-4.21-x86_64
vkd3d: true
{
"files": [
{
"setup": "N/A:\u9009\u62e9\u4e00\u4e2aexe"
}
],
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/a/b.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"execute": {
"command": "fetch() {\n dir=\\\"$HOME/.cache/$(dirname \\\"$1\\\")\\\";\n path=\\\"$HOME/.cache/$1\\\";\n url=\\\"https://file.winegame.net/cache/$1\\\";\n mkdir -p \\\"$dir\\\";\n wget -c -O \\\"$path\\\" \\\"$url\\\";\n};\nfetch wine/fonts/MicrosoftYaHeiMono.tar.gz;\n",
"description": "\u4e0b\u8f7d\u8fd0\u884c\u5e93"
}
},
{
"task": {
"arch": "win32",
"description": "\u521b\u5efa32\u4f4dWine\u524d\u7f00",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"description": "\u89e3\u538bCMD\u5b57\u4f53",
"dst": "$GAMEDIR/drive_c/windows/Fonts",
"file": "$HOME/.cache/wine/fonts/MicrosoftYaHeiMono.tar.gz"
}
},
{
"task": {
"description": "\u5b89\u88c5CMD\u5b57\u4f53",
"filename": "$GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg",
"name": "set_regedit_file"
}
},
{
"execute": {
"command": "rm -f \"$GAMEDIR/dosdevices/m::\"; ln -sf \"$HOME\" \"$GAMEDIR/dosdevices/m:\"; rm -f \"$GAMEDIR/dosdevices/l::\"; ln -sf \"$GAMEDIR/drive_c\" \"$GAMEDIR/dosdevices/l:\";",
"description": "\u6dfb\u52a0\u4e3b\u76ee\u5f55($HOME)\u4e3aM\u76d8"
}
},
{
"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"
}
},
{
"task": {
"app": "ie8 xna40 winxp",
"arch": "win32",
"description": "\u5b89\u88c5\u8fd0\u884c\u5e93...",
"name": "winetricks",
"prefix": "$GAMEDIR",
"silent": true
}
},
{
"task": {
"name": "winekill",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win32",
"description": "\u8fd0\u884c\u4f60\u9009\u62e9\u7684exe",
"exclude_processes": "b.exe wineconsole explorer.exe",
"executable": "setup",
"name": "wineexec"
}
},
{
"task": {
"name": "winekill",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_STATE_CACHE_PATH": "$GAMEDIR",
"STAGING_SHARED_MEMORY": 1,
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
}
},
"wine": {
"dxvk": true,
"esync": true,
"overrides": {
"winedbg.exe": "disabled"
},
"version": "lutris-4.21-x86_64",
"vkd3d": true
}
}