diff --git a/resources/[carscripts]/[carsounds]/r352sound/__resource.lua b/resources/[carscripts]/[carsounds]/r352sound/__resource.lua new file mode 100644 index 000000000..304eabda6 --- /dev/null +++ b/resources/[carscripts]/[carsounds]/r352sound/__resource.lua @@ -0,0 +1,23 @@ +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' diff --git a/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.nametable b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.nametable new file mode 100644 index 000000000..3a2c0dfd4 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.nametable differ diff --git a/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.rel b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.rel new file mode 100644 index 000000000..418b7add3 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_game.dat151.rel differ diff --git a/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.nametable b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.nametable new file mode 100644 index 000000000..eabd89124 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.nametable differ diff --git a/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.rel b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.rel new file mode 100644 index 000000000..a428d4618 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/audioconfig/r352sound_sounds.dat54.rel differ diff --git a/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound.awc b/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound.awc new file mode 100644 index 000000000..824ffa157 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound.awc differ diff --git a/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound_npc.awc b/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound_npc.awc new file mode 100644 index 000000000..824ffa157 Binary files /dev/null and b/resources/[carscripts]/[carsounds]/r352sound/sfx/dlc_r352sound/r352sound_npc.awc differ