Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 2.64 KB

README.md

File metadata and controls

31 lines (30 loc) · 2.64 KB

NFPUnrealThirdPersonTemplate

This provides an Unreal Engine template that can get you started using your NFP in a 3rd Person style game quickly. Not only does this template mimic the existing 3rd Person template, but it also retargets your NFP behind the scenes so that the 3rd person animations work without additional input needed.

Instructions

  1. Follow this video to install your NFP into Daz Studio: https://www.youtube.com/watch?v=FxQSvuRn-_A
  2. Install the latest Unreal Engine bridge, using the steps listed here: https://davidvodhanel.com/daz-to-unreal-manually-updating/
  1. Download the latest NFP Unreal Third Person Template from here: https://github.com/daz3d/NFPUnrealThirdPersonTemplate/releases
  2. In the zip file properties, choose "Unblock"
  3. Determine where you have Unreal Engine installed (Probably under C:\Program Files\UE_[version])
  4. Unzip the zip file to the Templates subfolder
  5. Launch the Unreal Editor
  6. In the startup window, under "New Project Categories" select "Games" and click "Next".
    New project
  7. Select the "G8 Third Person" template and click "Next."
    Select template
  8. Name the project and click "Create Project"
    Name project
  9. The project will load, and you will be able to hit Play and run around.
    Startup view
  10. In Daz Studio, create a new scene and add your NFP. In Content Library, search for "NFP"and double click on the one you want to use
  11. Click on the NFP in the scene heirarchy window (will be under a node titled null), and select "Unparent"
    Unparent
  12. Select the NFP and then use "File->Send To->Daz to Unreal"
  13. Use the default settings and press Accept
  14. Go back to the Unreal Editor, and wait for the import to be processed. You can ignore any windows that popup during the import, the default settings will work.
  15. Look in the World Outliner on the right side, scroll down to the bottom to select the "ThirdPersonCharacter"
  16. In the Details panel on the bottom right, look under Mesh, there is a field called "Skelatal Mesh"
  17. Set the Skeletal Mesh to your NFP (which should be labeled something like nfp01[nfp#])
  18. Hit play and run around
    NFP in scene