Far: Cry 3 Soundenglishdat And Soundenglishfat Files
If you are playing the English version, the game requires the English pair to be present, intact, and matching.
While soundenglish.dat and soundenglishfat may appear as mundane file entries in a Steam directory, they are the structural pillars of Far Cry 3’s immersive experience. They encapsulate the human element of the game—the language, the performances, and the reactive world—within a highly optimized, proprietary container. They serve as
The game primarily reads these files from the data_win32 folder inside your Far Cry 3 installation directory.
It relies entirely on the corresponding .fat file to be decoded by the game. Common Location in the Directory far cry 3 soundenglishdat and soundenglishfat files
The audio data is encoded using various formats, including:
In 2018, Ubisoft released Far Cry 3: Classic Edition for PS4, Xbox One, and later PC. This version technically uses a different file structure ( .sb and .sbd – Wwise banks). However, the original PC version (still sold today) retains the .dat/.fat system.
These files are the core containers for all English-localized audio in sound_english.dat If you are playing the English version, the
: Use Dunia Tools or FCBConverter to unpack the .fat archives into individual files.
Think of it like a filing cabinet:
It tells the engine exactly where to look for a specific sound bite. The DAT File (The Resource) They serve as The game primarily reads these
: This acts as the File Allocation Table (index). It contains metadata and the "index table" that tells the game engine where specific sounds are located within the larger .dat file.
The .dat is simply a raw concatenation of audio blocks. No global header. Each block starts exactly at the offset given in the .fat . There is no inter-block separator or checksum.
The .fat is a custom indexed container, not a standard filesystem (not FAT12/16/32). Through reverse engineering (notably by the Far Cry Modding community and gibbed’s tools), the structure is:
This article is a deep dive into the soundenglish.dat and soundenglish.fat ecosystem. We will cover their technical function, why they break, how to repair them, and even how to mod them for custom audio.
It lists the filenames and directory structures of the assets. It stores the exact byte offsets and compression sizes.