MegaKoolDude Posted February 14, 2012 Share Posted February 14, 2012 Hey guys, I've been trying to get my custom model into Skyrim. I exported it to .nif via 3ds, and followed many tutorials, and chose the right options. I then proceeded to nifscope to make the modifications. I don't have any normal maps, so I turned off normal maps, and I did the ShaderProperty things. But when I try to load up the model into Creation Kit, it first warns that I have no normal maps, even though I changed the Has Normals boolean to No. Then it comes up with this error:Assert File: C:\_Skyrim\Code\TESV\BSShader\BSBatchRenderer.cpp Line: 1751Render pass is being registered twice Anyone have an idea what the problem could be? Thanks. Link to comment Share on other sites More sharing options...
Terence ChiLL Posted May 27, 2012 Share Posted May 27, 2012 I have the same problem and i cant find any solution :( I used the tutorial here in the nexus to convert an old oblivion nif to skyrim, everythings seems to work so far but i cant test it / cant put the model into the kit because of this error So i would love to see some pro appear to tell me / us how to fix it xD Link to comment Share on other sites More sharing options...
McMutton Posted June 23, 2012 Share Posted June 23, 2012 And now me. It's been four months; SOMEBODY has to know what the issue is. Link to comment Share on other sites More sharing options...
Richgar Posted July 8, 2012 Share Posted July 8, 2012 Same here. No idea how to fix, or what's causing it. I 100% know I did everything correct. Link to comment Share on other sites More sharing options...
jerrelbami Posted October 19, 2012 Share Posted October 19, 2012 The only thng I know is that it has to do with the NiAlphaProperty whatever its called... Trying to find answer, I will report on this when I found it Link to comment Share on other sites More sharing options...
Terra Nova Posted May 1, 2013 Share Posted May 1, 2013 Sorry for bumping this incredibly old thread, but this apparently was a problem a few have encountered across the net, with very little info on how to solve. The poster above was on the right track, and I'm here now to verify that. Hopefully anyone new to nifskope and 3D modeling in general will find this post in their google searches. If you added an alpha channel to your normal map(or if you added an alpha channel for any reason), you need to add the NiAlphaProperty(right click in block list > Insert > NiAlphaProperty) to the NiTriShape of your armor. Highlight NiTriShape, scroll to the bottom where it says properties, and on the second line, add the number of the NiAlphaProperty. Link to comment Share on other sites More sharing options...
giannis196 Posted January 14, 2014 Share Posted January 14, 2014 (edited) i also had the same problem but now i have fix it...here is what did you need to doif you check all your NiTriShapeData blocks you will see you have got a double (or more) models in 1 NiTriShapeData blocksimply remove the 1 model and re-create it later by copy-paste (you can also don't re-create it if you don't want to)check again in CK and you will see it fixes!please reply if i solute your problem! Edited January 14, 2014 by giannis196 Link to comment Share on other sites More sharing options...
Zhein Posted February 26, 2015 Share Posted February 26, 2015 The only thng I know is that it has to do with the NiAlphaProperty whatever its called... Trying to find answer, I will report on this when I found it I know that it is a old topic but I feel compelled to thank you. Link to comment Share on other sites More sharing options...
gezegond Posted March 3, 2016 Share Posted March 3, 2016 Hello. I've also identified another problem that can cause this:If you assign the same BSLightingShaderProperty to 2 or more different NiTriShapes, it works fine in NifSkope but triggers this error in creation kit. To get around it, just duplicate BSLightingShaderProperty and BSShaderTextureSets and set them to the same texture. Link to comment Share on other sites More sharing options...
ZurinArctus85 Posted June 17, 2016 Share Posted June 17, 2016 That actually doesn't always happen. It happens when you don't update the tangent space after converting a NIF or when you make a new NIf over an existing one. NiAlphaProperty almost never causes crashing, it's the improper use of it and using the wrong block types in NifSkope. Hello. I've also identified another problem that can cause this:If you assign the same BSLightingShaderProperty to 2 or more different NiTriShapes, it works fine in NifSkope but triggers this error in creation kit. To get around it, just duplicate BSLightingShaderProperty and BSShaderTextureSets and set them to the same texture. Link to comment Share on other sites More sharing options...
Recommended Posts