FXNG99 Posted March 17, 2023 Share Posted March 17, 2023 (edited) I'm working on a high poly head follower. But whenever I get close to her, the game freezes. I really don't understand what's wrong.Video[NSFW]:https://drive.google.com/file/d/1Nv05lc7ZxvDwzHJVJpGXJdkbbr-tW244/view?usp=sharingFile:https://drive.google.com/file/d/10S4RJc2w_KtJxritmC43N4yr-Xht6Z1s/view?usp=sharing Edited March 17, 2023 by fengxinpikachu Link to comment Share on other sites More sharing options...
7531Leonidas Posted March 17, 2023 Share Posted March 17, 2023 Many times, freezes like that can come from missing meshes, or bad IDs in the character records. I don't know enough to guide you better, just passing on what I have seen in other threads over time. Maybe try searching the Mod Troubleshooting and/or Mod Talk threads for crashes approaching NPCs. Link to comment Share on other sites More sharing options...
FXNG99 Posted March 17, 2023 Author Share Posted March 17, 2023 (edited) Many times, freezes like that can come from missing meshes, or bad IDs in the character records. I don't know enough to guide you better, just passing on what I have seen in other threads over time. Maybe try searching the Mod Troubleshooting and/or Mod Talk threads for crashes approaching NPCs.Thanks you for your reply.It has now been confirmed that my problem is caused by the lack of a hairline mesh. Edited March 17, 2023 by fengxinpikachu Link to comment Share on other sites More sharing options...
scorrp10 Posted March 17, 2023 Share Posted March 17, 2023 All relevant meshes (.nifs) should have been baked into the head .nif on export, so that is not an issue. A freeze (or CTD) is nearly always because a morph (.tri) file is wrong or missing. If any non-vanilla HeadPart that went into a head specifies a .tri, you must make sure that:1. You duplicate that HeadPart record into your mod.2. In Actor record HeadParts, make sure your mod's duplicate is used.3. Amy .tri file referenced by the HeadPart is copied into your mod files and paths in the HeadPart are set accordingly.4. If head part was renamed, be sure it is renamed the same way in the head .nifIf a HeadPart is an 'Extra' Part, under another part (I.e. 'hairline' under 'hair'), then parent part needs to be duplicated as well, and changed to use extra parts duplicated into your mod. Link to comment Share on other sites More sharing options...
Recommended Posts