Skip to content

Skeletal Mesh Guide

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.

  5. Find a skeletal mesh you want to replace. Open the skeletal mesh and export it with Ctrl+X. Keep default settings.

  6. Find the exported skeletal mesh. You can find where it exported in UE Viewer by going to ToolsOpen export folder.

Replacing the Mesh

  1. Open Blender and start a new general file.

  2. Delete all the default Blender objects by selecting all the assets and pressing delete.

  3. FileImportSkeleton Mesh .psk. (Make sure you have the Psk/Psa Import/Export plugin installed. Instructions are on the GitHub repository.)

  4. Find your exported psk and import it. Make sure scale down is checked when importing.

    You should now have the model in Blender. Feel free to select the object then right click to shade it smooth.

  5. Go to the Shading tab in Blender.

  6. Select use nodes on all the materials your object has.

    You should now have your material looking like this. You may have multiple materials to do this on.

  7. AddSearchImage Texture.

    This node will appear

  8. Press open on the node and find the texture that goes with your model, it should be somewhere in your UE Viewer export folder. All textures linked to the model are automatically exported with the model.

    (For example, mine were in Characters\Campers\Nea\Textures\Outfit00 and Characters\Campers\Nea\Textures\Outfit01)

  9. Select the colored texture and select open.

  10. Connect the color node to the Base Color node in the Principled BDSF.

    It should now look textured

  11. Go back to the Layout tab in Blender and select viewport shading to see your textures.

  12. Now, feel free to edit the model to your heart's content. If you need help using Blender feel free to look up plenty of tutorials online.

  13. When you're done editing, ExportExport as FBX.

Advanced Model Editing

This is for people who are adding extra resources to the model instead of just slightly changing the base model.

This is hard to communicate, so I will be leaving a clip of me doing different types of models and annotating as I do them.

Cooking in Unreal Engine

  1. Open Unreal Engine and open your project. If you havent already made one, refer to the Custom Textures Guide.
  2. Now you will have to recreate the folder structure of the original mesh. For example, I would make a folder called Characters, then make a folder inside that called Campers, and so on. Remember it is case sensitive.
  3. Drag your fbx into the folder where the mesh would be in the original game.
  4. Import all, make sure your settings are the same as shown.

    (Turn import animations off)

    If there are any error messages, they can most likely be ignored.

    You should now have your mesh imported in. Mine looks like this

    I have the mesh, the material for the car, the base texture of the car, and my material for Jigglypuff and it's texture. There should only be one mesh. If not, make sure you joined everything together in Blender.

  5. Refer to Material Instances Guide for texturing your model.

  6. Name your mesh the same as the mesh you are replacing.

  7. Save all and select FileCook Content For Windows.