0 of 0

File information

Last updated

Original upload

Created by

Cowlick035

Uploaded by

cowlick035

Virus scan

Some manually verified files

Tags for this mod

66 comments

  1. Locked
    Sticky
    Hi,
    Great job.
    But I'm afraid that you don't delete hit and headshot sound, but complete sound sets. For example, you delete lots of impact sound bullet (in water, on metal, in dirt, ...), locking missile in helicopters, ...

    In more details, you must not delete BNK file headers (with BKHD as file magic number) in the pck file. Instead, you have to specifically found the wav sound (with RIFF as magic number) to overwrite with null bytes.

    I'm currently working on a patch. If you are interested, let me know. Maybe it can help you to save time ;)

    PS: I don't know if you already found but there is an information that can help you. 
    The original Wwise-unpacker by Vextil is unable to extract and convert a part of the sound files. But this thread give the solution : https://github.com/Vextil/Wwise-Unpacker/issues/20
    1. cowlick035
      cowlick035
      • premium
      • 19 kudos
      Hey, this is great. Let me know if you find the headshot or hitmarker sounds. I'm gonna look for them myself in the meantime.

      EDIT: I've found the hitmarker sound in 4134308986.bnk at an offset of 00036cc0 to 00037430. I'm going to replace my old file with this one now, and begin working on soundspc_sfx_wea_.pck as well. Thank you very much for the information :)
    2. ystqhnlnrhtfgznorn
      ystqhnlnrhtfgznorn
      • member
      • 0 kudos
      Thank you, I'm going o try it.

      Unfortunately, I didn't not notice which sounds I delete. But you can reverse it by comparing the original .pck file with mine with HxD.
      The sounds came from 3217551922.bnk . From memory, I found 4 sounds : .042.mp3, .115.mp3, .123.mp3 and .557.mp3 .
      I leave the impact on wolf metal helmet.

      https://fromsmash.com/GRB-no-headshot2
    3. cowlick035
      cowlick035
      • premium
      • 19 kudos
      Oh, there's a .bnk extractor as well? That'll save me so much time.

      EDIT: Yep, these sounds are exactly what I'm looking for. I'd like to find the body shot sounds in 3217551922.bnk as well though
    4. ystqhnlnrhtfgznorn
      ystqhnlnrhtfgznorn
      • member
      • 0 kudos
      Yes. I simply follow the informations give by Vextil on his github, and modify the batch script.
      It's a little bit messy, but here are my working tools.
      You can put .pck or .bnk in "Game Files" folder. "Unpack to WAV OGG MP3.bat" keep the 3 formats.
      Warning : I don't have test the case of multiple wav files with the same name. Maybe a correction to put in .bms file script

      https://fromsmash.com/Wwise-Unpacker-modidf

      For persistance : 
       - based informations and tools to download : https://github.com/Vextil/Wwise-Unpacker/issues/20
       - modify batch script : 
      IF NOT EXIST "WAV" (mkdir "WAV")

      "Tools\quickbms.exe" "Tools\wavescan.bms" "Game Files" "Tools\Decoding"
      FOR %%b IN ("Game Files\*.BNK") DO ("Tools\bnkextr.exe" "%%b" & MOVE *.wav "Tools\Decoding")
      FOR %%c IN (Tools\Decoding\*.WAV) DO ("Tools\ww2ogg.exe" "%%c" --pcb Tools\packed_codebooks_aoTuV_603.bin & MOVE "%%c" "WAV")
      FOR %%d IN (Tools\Decoding\*.OGG) DO ("Tools\revorb.exe" "%%d" & MOVE "%%d" "MP3")
      FOR %%e IN (MP3\*.OGG) DO ("Tools\ffmpeg.exe" -i "%%e" -acodec libmp3lame -q:a 0 -y "MP3\%%~ne.mp3" & MOVE "%%e" "OGG")

      rem [...the reste come from original "unpack to MP3.bat"...]
    5. cowlick035
      cowlick035
      • premium
      • 19 kudos
      Cool, I found the body shot sounds at .046, .230, .287 and .542. You've been an immense help with this :D I can't thank you enough!
  2. OldWinterKing
    OldWinterKing
    • premium
    • 1 kudos
    I downloaded the official Win11 24H2 patch. will install this mod and see if it still has causes a crash

    UPDATE - it still causes the game to crash after the new Win11 update
  3. JoelBajer
    JoelBajer
    • member
    • 0 kudos
    my game keeps crashin whenever i shoot a person. luckly i made backups. anybody know a fix?
    1. Vanitty
      Vanitty
      • supporter
      • 0 kudos
      could you send me your backup? i need base game sounddatda folder
    2. samkatawe
      samkatawe
      • member
      • 0 kudos
      please send me the backup bro pls
    3. Trimmisen
      Trimmisen
      • member
      • 0 kudos
      Send backup? Thx
    4. plopacho
      plopacho
      • premium
      • 0 kudos
      Can you send me the backup? I need them to fix my game.
    5. Ozzykiel
      Ozzykiel
      • member
      • 0 kudos
      Bro are you online by any chance? Need that backup file I can't continue my story :(
  4. OutlawKenzo
    OutlawKenzo
    • member
    • 0 kudos
    Can we please get a update for this?
  5. dnreznik
    dnreznik
    • member
    • 0 kudos
    Yep, I got constant crashes too on win 11. This is soooo sad
  6. Vanitty
    Vanitty
    • supporter
    • 0 kudos
    DO NOT DOWNLOAD MOD RIGHT NOW it will crash every time you shoot or kill an npc wait until there is an updated version as of right now there is nun its a problem with windows 11.   
    1. both file didnt work?
    2. fvcksire
      fvcksire
      • premium
      • 2 kudos
      on the other sound mod from nexus right now, it was found that turning the ui volume down to 0 fixed this issue
      maybe the same fix is applicable here?
    3. nutritionfacts6710
      nutritionfacts6710
      • premium
      • 0 kudos
      Yep, I can say this is true still today. I dont think we would need to disable UI sound for it to work...
  7. DustRaptor
    DustRaptor
    • member
    • 0 kudos
    Unfortunately this mod now crashes the game. I don't know what fuckery the windows update did, but I guess now the only way to make a mod such as this work is to replace the actual sound of hitmarkers with a silent audio file.
    1. vergfdghj
      vergfdghj
      • member
      • 0 kudos
      do you have the backup file, i didnt make one lol
    2. HKR88
      HKR88
      • member
      • 0 kudos
      Вчера я переустановил игру, могу выслать вам файлы.
  8. KINGZILL4
    KINGZILL4
    • supporter
    • 0 kudos
    Hello,

    Any idea on why my game crash with this file ? The game runs fine and as soon as I shot one bullet the game crash. I've already checked with and without other mods it's really only with this file. When I put back the original one that I kept as backup the game runs fine.

    Anyone with the same issue ? 

    Thanks
    1. p13rc3y
      p13rc3y
      • member
      • 0 kudos
      I am having the same issue with the hitmarkers sound file too :(
    2. OutlawKenzo
      OutlawKenzo
      • member
      • 0 kudos
      I am also having this issue. 
    3. GusttaRC
      GusttaRC
      • member
      • 0 kudos
      yes, Can you send me this sound backup? I didn't make it and now I can't play it :-:
    4. Buttonsmasher18
      Buttonsmasher18
      • member
      • 0 kudos
      Any chance you got that backup file? I can't find it anywhere. 
    5. Max4real4
      Max4real4
      • member
      • 0 kudos
      me too
    6. noTimmys
      noTimmys
      • premium
      • 0 kudos
      Did you ever find the backup file? i need it as well XD
    7. Vanitty
      Vanitty
      • supporter
      • 0 kudos
      same issue and no fix smh
    8. plopacho
      plopacho
      • premium
      • 0 kudos
      Can you send me the backup? I need them to fix my game.
  9. XxSpideyxX
    XxSpideyxX
    • member
    • 0 kudos
    I See Lot Of Recent Comments Saying It Crashing game When Shooting Person/Enemies. But I tested It Today And Its Working Fine All Body and headshot Sounds Are Completely Silent. I also Tried Everything Like Shooting Live Enemies on head and on Body as well as Dead Enemies, Animals, Civilians all Head/body Sounds Are Silent and its Working Correctly with No crashing.


    Thank You For Your Work,  cowlick035 & ystqhnlnrhtfgznorn Much Appreciated <3
    1. Icee335
      Icee335
      • member
      • 0 kudos
      How does it crash for everyone else then?(Haven't tried it because i dont want my game to possible crash)
    2. XxSpideyxX
      XxSpideyxX
      • member
      • 0 kudos
      Probably Not Installing Correctly Am Assuming. You Just Have To Download All 2 Files And Place Them In Ghost Recon Breakpoint\sounddata\pc Folder With Replace Option, That's It.
    3. Alfa67
      Alfa67
      • member
      • 0 kudos
      The reason why it's crashing for other people is a windows update. People have been notoriously reporting this issue with other sound mods when using Windows 11 24h2.
    4. Shamnolya
      Shamnolya
      • member
      • 0 kudos
      I can confirm this information, i'm having crashing since W11 version 24H2
    5. plopacho
      plopacho
      • premium
      • 0 kudos
      Can you send me the backup? I need them to fix my game.
  10. Datboi2476543
    Datboi2476543
    • premium
    • 0 kudos
    On Windows 10 and works for me perfectly 
  11. HKR88
    HKR88
    • member
    • 0 kudos
    Оба файла недавно стали причиной вылета игры. Раньше все было нормально (((