-
Notifications
You must be signed in to change notification settings - Fork 0
/
garena.json
115 lines (115 loc) · 4.28 KB
/
garena.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 18124,
"game_id": 25042,
"game_slug": "garena",
"name": "Garena",
"year": 2017,
"user": "jccultima123",
"runner": "wine",
"slug": "garena-20",
"version": "2.0",
"description": "Garena for all",
"notes": "Don't login after install, just exit",
"created_at": "2020-01-29T14:07:47.501000Z",
"updated_at": "2021-09-16T09:32:28.266781Z",
"draft": false,
"published": true,
"published_by": 55808,
"rating": "",
"steamid": null,
"gogid": null,
"gogslug": "",
"humbleid": "",
"humblestoreid": "",
"humblestoreid_real": "",
"script": {
"files": [
{
"installer": "http://cdn.gxx.garenanow.com/gxx/pc/installer/Garena-v2.0.exe"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/Garena/Garena/Garena.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "$installer",
"description": "Do not log in during installation, just close the installation client once it will finish downloading 2.1 Go.",
"executable": "$GAMEDIR/drive_c/windows/explorer.exe",
"include_processes": "explorer.exe",
"name": "wineexec"
}
},
{
"task": {
"name": "winekill",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"key": "GrabFullScreen",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
"prefix": "$GAMEDIR",
"value": "Y"
}
},
{
"task": {
"key": "UseXVidMode",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
"prefix": "$GAMEDIR",
"value": "N"
}
},
{
"task": {
"key": "background",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\",
"prefix": "$GAMEDIR",
"type": "REG_SZ",
"value": "40 40 40"
}
}
],
"require-binaries": "zenity, openssl",
"system": {
"disable_compositor": false,
"env": {
"DXVK_LOG_LEVEL": "none",
"DXVK_STATE_CACHE_PATH": "$GAMEDIR",
"STAGING_SHARED_MEMORY": 1,
"WINE_LARGE_ADDRESS_AWARE": 1,
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR",
"__GL_THREADED_OPTIMIZATIONS": 1
}
},
"wine": {
"MouseWarpOverride": "enable",
"version": "lutris-7.1-x86_64",
"esync": true,
"fsync": false,
"dxvk": false
}
}
}
]
}