CimaJackal Posted May 30, 2010 Share Posted May 30, 2010 I tried modifying a character .nif file but when I use it in the game the model is invisible.Does anyone know the cause of this? Link to comment Share on other sites More sharing options...
yeldarb Posted May 30, 2010 Share Posted May 30, 2010 Please be more specific. I could just type "You tried to change a nif file and didn't do it correctly" as a response.What part of you character is invisible? What mod are you trying to install? Link to comment Share on other sites More sharing options...
CimaJackal Posted May 31, 2010 Author Share Posted May 31, 2010 Please be more specific. I could just type "You tried to change a nif file and didn't do it correctly" as a response.What part of you character is invisible? What mod are you trying to install? I changed the arms and legs to make them less skinny, so the upper body and lower body are invisible. Just the head, hands and feet are visible.Is there a limit to how much you can change the character models where they just won't work in the game?I've been able to do it before. Link to comment Share on other sites More sharing options...
The_Vyper Posted May 31, 2010 Share Posted May 31, 2010 I changed the arms and legs to make them less skinny, so the upper body and lower body are invisible. The invisibility issue sounds like you're missing a NormalMap for the textures being used. In what way did you change them? Did you just modify textures? Did you just modify the meshes? Did you modify both? Link to comment Share on other sites More sharing options...
CimaJackal Posted May 31, 2010 Author Share Posted May 31, 2010 I changed the arms and legs to make them less skinny, so the upper body and lower body are invisible. The invisibility issue sounds like you're missing a NormalMap for the textures being used. In what way did you change them? Did you just modify textures? Did you just modify the meshes? Did you modify both? I didn't modify them, but if I do it tells me that I needed to delete all non-UV textures or set the maps to UV Link to comment Share on other sites More sharing options...
CimaJackal Posted June 2, 2010 Author Share Posted June 2, 2010 I changed the arms and legs to make them less skinny, so the upper body and lower body are invisible. The invisibility issue sounds like you're missing a NormalMap for the textures being used. In what way did you change them? Did you just modify textures? Did you just modify the meshes? Did you modify both? Is this what I need? http://www.blender.org/development/release-logs/blender-236/normal-maps/ Link to comment Share on other sites More sharing options...
The_Vyper Posted June 4, 2010 Share Posted June 4, 2010 Is this what I need? http://www.blender.org/development/release-logs/blender-236/normal-maps/Sorry it took so long to post back. Yes, I think that's what you need. The easiest way to see if you've got a NormalMap texture is to first look at the anme of the texture and then look for another texture by that name ith _n on the end of it. Basically, you'll look for: TextureName.dds <--- this is the texture you see in game. and TextureName_n.dds <--- this is the NormalMap for the texture. Basically, it tells the texture how to conform to an object. Without a NormalMap, most textures can't be properly conformed to objects. In such a case, they won't show up in game, since the game doesn't know how to apply them. Exceptions are textures applied too static objects, like dungeon tilesets. Textures applied to anything that moves (even clothing/armor) require NormalMaps. Link to comment Share on other sites More sharing options...
Recommended Posts