/DBDToolbox

An asset extractor for Dead by Daylight

Primary LanguageC#GNU General Public License v3.0GPL-3.0

DBDToolbox

DBDToolbox is an application that can extract assets from the game Dead by Daylight.
It might also works for other games.

Warning

The recent PTB (5.7.0) is currently unsupported because of the Unreal Engine update (from 4.25 to 4.27).
This is a known issue and I will try to fix it in my free time.

How to use

You can download the latest version at here: DBDToolbox.zip

DBDToolbox.Runtime.exe [game path] [output path]

Arguments

  • game path: Where the pak archives are located
    • When unspecified, value is C:/Program Files (x86)/Steam/steamapps/common/Dead by Daylight/DeadByDaylight/Content/Paks
  • output path: Where the files are extracted
    • When unspecified, value is ./output/ (a "output" folder is created in the current directory)

Supported assets

  • Localization files (.locres -> .locres (text files))
  • Sound files (.bnk/.wem -> .ogg)

Dependencies

  • UETools to extract assets from Dead by Daylight's pak files
  • www2ogg to convert wem files to ogg
  • ReVorb to make the ogg thing playable in VLC