-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
47 lines (40 loc) · 1.16 KB
/
fxmanifest.lua
File metadata and controls
47 lines (40 loc) · 1.16 KB
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
fx_version 'cerulean'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
game 'rdr3'
name 'QC-DevTools'
description 'Development Tools for RedM Server - Decals, Testing, and More'
version '1.0.0'
shared_scripts {
'shared/config.lua'
}
client_scripts {
'client/nui.lua',
'client/main.lua',
'client/peddecals/decals_data.lua',
'client/peddecals/main.lua',
'client/animpostfx/effects_data.lua',
'client/animpostfx/main.lua',
'client/timecycles/timecycles_data.lua',
'client/timecycles/main.lua',
'client/explosions/explosions_data.lua',
'client/explosions/main.lua',
'client/audio/dataview.lua',
'client/audio/createstream.lua',
'client/audio/musicevents.lua',
'client/audio/frontendsoundsets.lua',
'client/audio/audiobanks.lua',
'client/audio/audioflags.lua',
'client/audio/main.lua',
'client/ipls/ipls_data.lua',
'client/ipls/main.lua',
'client/entityinfo/main.lua'
}
server_scripts {
'server/main.lua'
}
files {
'html/dist/index.html',
'html/dist/**/*'
}
ui_page 'html/dist/index.html'
lua54 'yes'