-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
108 lines (86 loc) · 2.63 KB
/
fxmanifest.lua
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
fx_version "adamant"
games {"rdr3"}
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
name 'Appearance Editor'
version '0.8.1'
author 'KlandesTino'
escrow_ignore {
'data/eOverlayLayer.lua',
'data/expressions.lua',
'data/initialState.lua',
'data/metapedBodyApparatus.lua',
'client/main.lua',
'client/framework.lua',
'locales/*.lua',
'server/main.lua',
"client/appearance-editor/client/main.lua",
"client/appearance-editor/data/AppearanceEditorInfoDatabase.lua",
"client/appearance-editor/data/barberChairsAllowed.lua",
'config.lua',
------
"client/methods.lua",
"client/utils.lua",
"client/personaEditorAppearance/main.lua",
"client/personaEditorCameraManager/main.lua",
"client/uiApp/main.lua",
"client/appearance/constants.lua",
-- "client/appearance/overlays.lua",
-- "client/appearance/main.lua",
-- "client/appearance/apparatusDatabase.lua",
-- "client/appearance/applyPersonaAppearance.lua",
-- "client/appearance/clothingSystemResolvers.lua",
-- "client/appearance/utils.lua",
"client/appearance-editor/client/main.lua",
"client/appearance-editor/data/AppearanceEditorInfoDatabase.lua",
"client/appearance-editor/data/barberChairsAllowed.lua",
'server/main.lua'
}
shared_scripts {
"@ox_lib/init.lua",
"@frp_lib/library/linker.lua",
'config.lua',
'locales/*.lua',
}
client_scripts {
"config.lua",
"@frp_lib/data/horses_components.lua",
"@frp_lib/data/mp_overlay_layers.lua",
"@frp_lib/data/mp_peds_components.lua",
"data/eOverlayLayer.lua",
"data/expressions.lua",
"data/initialState.lua",
"data/metapedBodyApparatus.lua",
"client/main.lua",
'client/framework.lua',
"client/methods.lua",
"client/utils.lua",
"client/personaEditorAppearance/main.lua",
"client/personaEditorCameraManager/main.lua",
"client/uiApp/main.lua",
"client/outfit/menu.lua",
"client/appearance/constants.lua",
"client/appearance/overlays.lua",
"client/appearance/main.lua",
"client/appearance/apparatusDatabase.lua",
"client/appearance/applyPersonaAppearance.lua",
"client/appearance/clothingSystemResolvers.lua",
"client/appearance/utils.lua",
"client/appearance-editor/client/main.lua",
"client/appearance-editor/data/AppearanceEditorInfoDatabase.lua",
"client/appearance-editor/data/barberChairsAllowed.lua",
}
server_scripts {
'server/main.lua',
"data/metapedBodyApparatus.lua",
}
ui_page "web/dist/index.html"
files {
"web/dist/index.html",
"web/dist/assets/*.png",
"web/dist/assets/*.svg",
"web/dist/assets/*.ttf",
"web/dist/assets/*.css",
"web/dist/assets/*.js",
}
lua54 'yes'
dependency '/assetpacks'