-
Notifications
You must be signed in to change notification settings - Fork 2
/
__resource.lua
50 lines (41 loc) · 915 Bytes
/
__resource.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
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
--this_is_a_map 'yes'
client_scripts {
'config.lua',
'global.lua',
'respawn.lua',
'mood.lua',
'reticule.lua',
'cam.lua',
'flashlight.lua',
'client.lua',
'Client.net.dll',
}
server_scripts {
'config.lua',
'server.lua',
'Server.net.dll',
}
dependencies {
}
ui_page('html/index.html')
files {
'html/index.html',
'html/img/reticle.png',
'html/img/reticle_shotgun.png',
'html/css/main.css',
'html/css/DIN-Medium.ttf',
'html/js/howler.min.js',
'html/sounds/death.ogg',
'html/sounds/wlf.ogg',
}
files {
'weapons.meta',
'weaponrevolver.meta',
'weaponanimations.meta',
'weapons_doubleaction.meta'
}
data_file 'WEAPONINFO_FILE_PATCH' 'weapons.meta'
data_file 'WEAPONINFO_FILE_PATCH' 'weaponrevolver.meta'
data_file 'WEAPONINFO_FILE_PATCH' 'weapons_doubleaction.meta'
data_file 'WEAPON_ANIMATIONS_FILE' 'weaponanimations.meta'