From 0b41de3ff876c8470dc5cc8219182b7ee2a75f0b Mon Sep 17 00:00:00 2001 From: Dave Stevens <74991801+dstevens-tafi@users.noreply.github.com> Date: Wed, 4 May 2022 16:08:53 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83477d5..9021908 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ This provides an Unreal Engine template that can get you started using your NFP 5. Determine where you have Unreal Engine installed (Probably under C:\Program Files\UE_[version]) 6. Unzip the zip file to the Templates subfolder 7. Launch the Unreal Editor -8. In the startup window, under "New Project Categories" select "Games" and click "Next". +8. In the startup window, under "New Project Categories" select "Games" and click "Next".
![New project](/docimages/SelectTemplate1.png?raw=true "Select new game") -9. Select the "G8 Third Person" template and click "Next." +9. Select the "G8 Third Person" template and click "Next."
![Select template](/docimages/SelectTemplate2.png?raw=true "Select the template") 10. Name the project and click "Create Project"
![Name project](/docimages/SelectTemplate3.png?raw=true "Select name") -11. The project will load, and you will be able to hit Play and run around. +11. The project will load, and you will be able to hit Play and run around.
![Startup view](/docimages/ProjectStartView.png?raw=true "Project Start View") 12. 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 -13. Click on the NFP in the scene heirarchy window (will be under a node titled null), and select "Unparent" +13. Click on the NFP in the scene heirarchy window (will be under a node titled null), and select "Unparent"
![Unparent](/docimages/Unparent.png?raw=true "Unparent NFP") 14. Select the NFP and then use "File->Send To->Daz to Unreal" 15. Use the default settings and press Accept @@ -27,5 +27,5 @@ This provides an Unreal Engine template that can get you started using your NFP 17. Look in the World Outliner on the right side, scroll down to the bottom to select the "ThirdPersonCharacter" 18. In the Details panel on the bottom right, look under Mesh, there is a field called "Skelatal Mesh" 19. Set the Skeletal Mesh to your NFP (which should be labeled something like nfp01[nfp#]) -20. Hit play and run around +20. Hit play and run around
![NFP in scene](/docimages/NFPInScene.png?raw=true "NFP in the scene")