Skip to content

Custom Textures Guide

This guide will show you how to replace textures in Dead By Daylight.

Prerequisites

Exporting from Dead By Daylight

  1. Open UE Viewer.
  2. Set the path to game files as the base of your Dead By Daylight files.
  3. Check override game detection and select Unreal engine 4.27.
  4. Leave all other settings at default and select OK.

    UE Viewer will now attempt to open all DBD game files, this process can take anywhere from a couple seconds to a couple minutes. If it takes exceedingly long (>10 minutes) recheck all settings are correct and try again.

  5. Find the texture you want to edit and export it with Ctrl+X.

  6. Set where you would like the image to be saved and press OK.

Editing & Cooking

  1. Open your TGA texture in your image editor of choice.

  2. Edit it to your heart's content!

  3. When you're finished, save as a .PNG with lossless compression. This will give you the best possible quality with transparency, although most file formats can be used in Unreal Engine, so dont feel forced to use .PNG

  4. Open Unreal Engine.
  5. Create a new project with no starter content.

  6. Go to EditProject SettingsPackaging and make sure "Use pak file" is unchecked.

  7. Now that all project set up is done, you are going to recreate the file structure of the texture you are editing in Unreal Engine. For example, if I am editing Nea's Cropped Hoodie, I would make several folders in Unreal Engine, starting from a folder named Characters, then Campers, Nea, Textures, Outfit009.
  8. Drag your edited image into the folder you just made, so I would drag my image into Outfit009.

  9. Name the image the exact same as the original file, for example the texture im replacing is called T_NKTorso009_BC, so after importing my image I would make sure it is named T_NKTorso009_BC in Unreal Engine.

  10. Save all and select FileCook Content for Windows.

Your file should now be cooking, this can take anywhere from a couple seconds to minutes, it typically takes longer the first time you cook.

Importing into DBD

  1. Find where your Unreal Engine project is saved in File Explorer. If you dont know where it is saved, you can find it in SettingsProject SettingsPackaging under "Staging Directory".

  2. Go to your project's Saved\Cooked\WindowsNoEditor folder.

  3. You should now see a folder with the name of your project. Open that folder, and now follow the directory to where you saved your texture. For example, mine would be Content\Characters\Campers\Nea\Textures\Outfit009.
  4. Copy the texture you cooked in that path. Preferably save it somewhere and make it easy to know what it is and where it should go.

  5. Place the texture in the same path as the original and package as usual.