Eingabehilfen öffnen
Klingeltonparade
While there is no single official "article" written by Ubisoft released to the public regarding these specific file formats, the modding community (specifically platforms like Nexus Mods, Rick's Game Stuff, and the Gibbed Tools suite) has thoroughly documented how these files work.
Here is an exclusive technical breakdown of the soundenglish.dat and soundenglish.fat files, how they function, and how to manipulate them.
If you modify audio files (e.g., changing a gun sound or adding a translation), you must repack them: While there is no single official "article" written
Gibbed.Dunia.Pack.exe..dat and .fat pair.soundenglish.dat and soundenglish.fat and replace the originals in the game directory (always keep backups).fc3_sound_extractor_v2.exe in your data_win32 folder.fc3_sound_extractor_v2.exe extract soundenglish.fatsoundenglish_extracted/ containing roughly 4,200 .ogg files (if successful).To understand the exclusivity, you must first understand the architecture of the Dunia Engine (a heavily modified version of the CryEngine used for Far Cry 3).
These two files must stay together. If you have a SoundEnglish.dat without its matching .fat, the game (and extraction tools) will see nothing but static. Step-by-Step Repacking (Modding) If you modify audio files
The industry-standard tool for this is Gibbed's Dunia Tools (specifically Gibbed.Dunia.Unpack.exe or the GUI version).
Deep inside the soundenglish.dat there are dozens of unused voice lines—alternate takes of the "definition of insanity" speech, cut radio conversations, and even a prototype ending where Vaas survives. These files are flagged in the .fat as unused = true, but they remain in the archive. Exclusive modding tools can re-flag these as used, injecting cut content back into the game. Ensure your modified folder structure matches the original
Cause: The files are encrypted with a rolling XOR key. Gibbed’s tools usually handle this, but if you used an older version, the decryption fails. Fix: Download the 2020+ fork of Gibbed's tools that includes the Dunia 2 decryption keys.