-
Notifications
You must be signed in to change notification settings - Fork 9
/
essentialFiles.js
68 lines (68 loc) · 1.3 KB
/
essentialFiles.js
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
module.exports = [
'Installers',
'update',
'x64',
'_CommonRedist',
'BattlEye',
'bink2w64.dll',
'commandline.txt',
'common.rpf',
'd3dcompiler_46.dll',
'd3dcsx_46.dll',
'fvad.dll',
'GFSDK_ShadowLib.win64.dll',
'GFSDK_TXAA.win64.dll',
'GFSDK_TXAA_AlphaResolve.win64.dll',
'GTA5.exe',
'GTA5_BE.exe',
'GTAVLanguageSelect.exe',
'GTAVLauncher.exe',
'PlayGTAV.exe',
'libcurl.dll',
'libtox.dll',
'opus.dll',
'opusenc.dll',
'title.rgl',
'toxmod.dll',
'x64a.rpf',
'x64b.rpf',
'x64c.rpf',
'x64d.rpf',
'x64e.rpf',
'x64f.rpf',
'x64g.rpf',
'x64h.rpf',
'x64i.rpf',
'x64j.rpf',
'x64k.rpf',
'x64l.rpf',
'x64m.rpf',
'x64n.rpf',
'x64o.rpf',
'x64p.rpf',
'x64q.rpf',
'x64r.rpf',
'x64s.rpf',
'x64t.rpf',
'x64u.rpf',
'x64v.rpf',
'x64w.rpf',
'zlib1.dll',
/* Steam Install */
'steam_api64.dll',
'steam_appid.txt',
'installscript.vdf',
'installscript_sdk.vdf',
'EntryPoints.txt',
/* Epic Games Install */
'.egstore',
'GPUPerfAPIDX11-x64.dll',
'NvPmApi.Core.win64.dll',
'version.txt',
'ReadMe',
'Redistributables',
'EOSSDK-Win64-Shipping.dll',
/* GTA 5 Cleaner */
'gta5cleaner.exe',
'modstore'
]