-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathfxmanifest.lua
48 lines (42 loc) · 1.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
fx_version 'adamant'
game "gta5"
name 'qb-blackjack'
description 'Playable Blackjack at the casino, similar to GTAOnline.'
author 'Xinerki - https://github.com/Xinerki/'
url 'https://github.com/Xinerki/ACG-blackjack'
shared_script 'coords.lua'
client_script 'timerbars.lua'
client_script 'client.lua'
server_script 'server.lua'
data_file 'DLC_ITYP_REQUEST' 'stream/cards/vw_prop_vw_cards.ityp'
data_file "PED_METADATA_FILE" "peds.meta"
data_file 'AUDIO_GAMEDATA' 'audio/dlcvinewood_game.dat'
data_file 'AUDIO_SOUNDDATA' 'audio/dlcvinewood_sounds.dat'
data_file 'AUDIO_DYNAMIXDATA' 'audio/dlcvinewood_mix.dat'
data_file 'AUDIO_SYNTHDATA' 'audio/dlcVinewood_amp.dat'
data_file 'AUDIO_SPEECHDATA' 'audio/dlcvinewood_speech.dat'
data_file 'AUDIO_WAVEPACK' 'audio/sfx/dlc_vinewood'
files{
"peds.meta",
'audio/dlcvinewood_amp.dat10',
'audio/dlcvinewood_amp.dat10.nametable',
'audio/dlcvinewood_amp.dat10.rel',
'audio/dlcvinewood_game.dat151',
'audio/dlcvinewood_game.dat151.nametable',
'audio/dlcvinewood_game.dat151.rel',
'audio/dlcvinewood_mix.dat15',
'audio/dlcvinewood_mix.dat15.nametable',
'audio/dlcvinewood_mix.dat15.rel',
'audio/dlcvinewood_sounds.dat54',
'audio/dlcvinewood_sounds.dat54.nametable',
'audio/dlcvinewood_sounds.dat54.rel',
'audio/dlcvinewood_speech.dat4',
'audio/dlcvinewood_speech.dat4.nametable',
'audio/dlcvinewood_speech.dat4.rel',
'audio/sfx/dlc_vinewood/casino_general.awc',
'audio/sfx/dlc_vinewood/casino_interior_stems.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_01.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_02.awc',
'audio/sfx/dlc_vinewood/casino_slot_machines_03.awc',
'audio/sfx/dlc_vinewood/*.awc',
}