forked from Simnation/Main
ed
This commit is contained in:
parent
34b390b37c
commit
0c332b8dca
12 changed files with 16 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
|
||||
files {
|
||||
'vehicles.meta',
|
||||
'carvariations.meta',
|
||||
'carcols.meta',
|
||||
'handling.meta',
|
||||
'dlctext.meta',
|
||||
'audioconfig/r352sound_game.dat151.rel',
|
||||
'audioconfig/r352sound_sounds.dat54.rel',
|
||||
'sfx/dlc_r352sound/r352sound.awc',
|
||||
'sfx/dlc_r352sound/r352sound_npc.awc'
|
||||
}
|
||||
|
||||
data_file 'HANDLING_FILE' 'handling.meta'
|
||||
data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
|
||||
data_file 'CARCOLS_FILE' 'carcols.meta'
|
||||
data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
|
||||
data_file 'DLC_TEXT_FILE' 'dlctext.meta'
|
||||
client_script 'vehicle_names.lua'
|
||||
data_file 'AUDIO_GAMEDATA' 'audioconfig/r352sound_game.dat'
|
||||
data_file 'AUDIO_SOUNDDATA' 'audioconfig/r352sound_sounds.dat'
|
||||
data_file 'AUDIO_WAVEPACK' 'sfx/dlc_r352sound'
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16
resources/[carscripts]/[carsounds]/r35sound/__resource.lua
Normal file
16
resources/[carscripts]/[carsounds]/r35sound/__resource.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"
|
||||
|
||||
files {
|
||||
'audioconfig/r35sound_game.dat151.rel',
|
||||
'audioconfig/r35sound_sounds.dat54.rel',
|
||||
'sfx/dlc_r35sound/r35sound.awc',
|
||||
'sfx/dlc_r35sound/r35sound_npc.awc'
|
||||
}
|
||||
|
||||
data_file 'AUDIO_GAMEDATA' 'audioconfig/r35sound_game.dat'
|
||||
data_file 'AUDIO_SOUNDDATA' 'audioconfig/r35sound_sounds.dat'
|
||||
data_file 'AUDIO_WAVEPACK' 'sfx/dlc_r35sound'
|
||||
|
||||
client_script {
|
||||
'vehicle_names.lua'
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue