CinnamonMods Posted September 20, 2020 Share Posted September 20, 2020 I'm trying to mod a teddy where they're sitting instead of standing up. I just rotate their legs in blender and export it. In Nifskope the model looks fine but when I try to open it in the GECK it's invisible. I'm using the standard fallout 3 export settings. Does anyone know how to fix it? Link to comment Share on other sites More sharing options...
ashtonlp101 Posted September 21, 2020 Share Posted September 21, 2020 So you must go into blender and edit the shader properties. Blender unchecks the variable called "Skinned." You must check that in order for it to show up in game. Link to comment Share on other sites More sharing options...
CinnamonMods Posted September 21, 2020 Author Share Posted September 21, 2020 So you must go into blender and edit the shader properties. Blender unchecks the variable called "Skinned." You must check that in order for it to show up in game. Where can I find the shader properties? Link to comment Share on other sites More sharing options...
M48A5 Posted September 21, 2020 Share Posted September 21, 2020 (edited) So you must go into blender and edit the shader properties. Blender unchecks the variable called "Skinned." You must check that in order for it to show up in game. Where can I find the shader properties? You find the shader properties in NifSkope. Open the file and in the "Block List" LMC on the triangle to the left of any NiTriShape. LMC on BSShaderPPLightingProperty. In the "Block Details" make sure "Shader Type is set to "SHADER_DEFAULT" If it isn't, double LMC on the shader that is set under the Value column and then LMC the down triangle. This will open the shader flag menu. LMC on "SHADER_DEFAULT" Then LMC "Shader Flags" and do the same. Make sure the following flags are set: Specular, Skinned, Window_Environment_Mapping, Shadow_Map, Remappable_Textures, ZBuffer_Test. If you are setting the shaders for exposed skin, In Shader Type, you need to set SHADER_SKIN and in Shader Flags, you need to also set the flag "FaceGen". This must be done for all the NiTriShapes other than the ones with "meat" as part of the name. Just an FYI, Blender will only export a .nif file with the shaders that are chosen in the Blender export menu. If "Skinned" or any other flag isn't selected, it won't be set in the exported .nif file. You should leave the default shaders set for the game and set the individual shaders in NifSkope. Edited September 21, 2020 by M48A5 Link to comment Share on other sites More sharing options...
ashtonlp101 Posted September 21, 2020 Share Posted September 21, 2020 (edited) Sorry, I meant Nifscope. Thank you for the correction, M4. Edited September 21, 2020 by ashtonlp101 Link to comment Share on other sites More sharing options...
CinnamonMods Posted September 21, 2020 Author Share Posted September 21, 2020 So you must go into blender and edit the shader properties. Blender unchecks the variable called "Skinned." You must check that in order for it to show up in game. Where can I find the shader properties? You find the shader properties in NifSkope. Open the file and in the "Block List" LMC on the triangle to the left of any NiTriShape. LMC on BSShaderPPLightingProperty. In the "Block Details" make sure "Shader Type is set to "SHADER_DEFAULT" If it isn't, double LMC on the shader that is set under the Value column and then LMC the down triangle. This will open the shader flag menu. LMC on "SHADER_DEFAULT" Then LMC "Shader Flags" and do the same. Make sure the following flags are set: Specular, Skinned, Window_Environment_Mapping, Shadow_Map, Remappable_Textures, ZBuffer_Test. If you are setting the shaders for exposed skin, In Shader Type, you need to set SHADER_SKIN and in Shader Flags, you need to also set the flag "FaceGen". This must be done for all the NiTriShapes other than the ones with "meat" as part of the name. Just an FYI, Blender will only export a .nif file with the shaders that are chosen in the Blender export menu. If "Skinned" or any other flag isn't selected, it won't be set in the exported .nif file. You should leave the default shaders set for the game and set the individual shaders in NifSkope. Thank you so much, it worked! Link to comment Share on other sites More sharing options...
Recommended Posts