From e2a65a846cf291942d0b0a279df1cb9cf4583229 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 20:29:10 +0200 Subject: [PATCH] fix --- .../audioconfig/lg247hemi57_game.dat151.nametable | Bin .../audioconfig/lg247hemi57_game.dat151.rel | Bin .../lg247hemi57_sounds.dat54.nametable | Bin .../audioconfig/lg247hemi57_sounds.dat54.rel | Bin .../[carsounds]/bravado_v8_2/fxmanifest.lua | 14 ++++++++++++++ .../sfx/dlc_lg247hemi57/lg247hemi57.awc | Bin .../sfx/dlc_lg247hemi57/lg247hemi57_npc.awc | Bin 7 files changed, 14 insertions(+) rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/audioconfig/lg247hemi57_game.dat151.nametable (100%) rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/audioconfig/lg247hemi57_game.dat151.rel (100%) rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/audioconfig/lg247hemi57_sounds.dat54.nametable (100%) rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/audioconfig/lg247hemi57_sounds.dat54.rel (100%) create mode 100644 resources/[carscripts]/[carsounds]/bravado_v8_2/fxmanifest.lua rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/sfx/dlc_lg247hemi57/lg247hemi57.awc (100%) rename resources/{[cars]/[policecars]/[unmarked]/um_hellfire => [carscripts]/[carsounds]/bravado_v8_2}/sfx/dlc_lg247hemi57/lg247hemi57_npc.awc (100%) diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_game.dat151.nametable b/resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_game.dat151.nametable similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_game.dat151.nametable rename to resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_game.dat151.nametable diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_game.dat151.rel b/resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_game.dat151.rel similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_game.dat151.rel rename to resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_game.dat151.rel diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_sounds.dat54.nametable b/resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_sounds.dat54.nametable similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_sounds.dat54.nametable rename to resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_sounds.dat54.nametable diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_sounds.dat54.rel b/resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_sounds.dat54.rel similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/audioconfig/lg247hemi57_sounds.dat54.rel rename to resources/[carscripts]/[carsounds]/bravado_v8_2/audioconfig/lg247hemi57_sounds.dat54.rel diff --git a/resources/[carscripts]/[carsounds]/bravado_v8_2/fxmanifest.lua b/resources/[carscripts]/[carsounds]/bravado_v8_2/fxmanifest.lua new file mode 100644 index 000000000..0a3a5e140 --- /dev/null +++ b/resources/[carscripts]/[carsounds]/bravado_v8_2/fxmanifest.lua @@ -0,0 +1,14 @@ +fx_version 'adamant' + +game 'gta5' + +files { + 'audioconfig/lg247hemi57_game.dat151.rel', + 'audioconfig/lg247hemi57_sounds.dat54.rel', + 'sfx/dlc_lg247hemi57/lg247hemi57.awc', + 'sfx/dlc_lg247hemi57/lg247hemi57_npc.awc' +} + +data_file 'AUDIO_GAMEDATA' 'lg247hemi57_game.dat' +data_file 'AUDIO_SOUNDDATA' 'audioconfig/lg247hemi57_sounds.dat' +data_file 'AUDIO_WAVEPACK' 'sfx/dlc_lg247hemi57' \ No newline at end of file diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/sfx/dlc_lg247hemi57/lg247hemi57.awc b/resources/[carscripts]/[carsounds]/bravado_v8_2/sfx/dlc_lg247hemi57/lg247hemi57.awc similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/sfx/dlc_lg247hemi57/lg247hemi57.awc rename to resources/[carscripts]/[carsounds]/bravado_v8_2/sfx/dlc_lg247hemi57/lg247hemi57.awc diff --git a/resources/[cars]/[policecars]/[unmarked]/um_hellfire/sfx/dlc_lg247hemi57/lg247hemi57_npc.awc b/resources/[carscripts]/[carsounds]/bravado_v8_2/sfx/dlc_lg247hemi57/lg247hemi57_npc.awc similarity index 100% rename from resources/[cars]/[policecars]/[unmarked]/um_hellfire/sfx/dlc_lg247hemi57/lg247hemi57_npc.awc rename to resources/[carscripts]/[carsounds]/bravado_v8_2/sfx/dlc_lg247hemi57/lg247hemi57_npc.awc