Difference between revisions of "Skyrim common mod issues"

From Nexus Mods Wiki
Jump to: navigation, search
m
(Formatting, changed the hard-to-read red colour to auto.)
Line 1: Line 1:
 +
 
== Headline Why isnt my mod working? ==
 
== Headline Why isnt my mod working? ==
  
 +
*'''The mesh ingame has some spiky points when animated:'''
 +
<pre style="margin-left: 80px">Wrong vertex rig skinning , fix it in the skin modifier.</pre>
  
<font color=red>'''The mesh ingame has some spiky points when animated'''</font><br>
+
*'''The exporter crashes your 3dsmax when exporting:'''  
<pre>wrong vertex rig skinning , fix it in the skin modifier</pre>
+
<pre style="margin-left: 80px">You didn't give the BSdismemberment modifier a proper selection.</pre>
 
 
<font color=red>'''the exporter crashes your 3dsmax when exporting'''</font><br>
 
<pre>means you didn't give the BSdismemberment modifier a proper selection</pre>  
 
  
<font color=red>'''Freeze ingame when loading the mesh'''</font><br>
+
*'''Freeze ingame when loading the mesh:'''  
<pre>probably you may have a doubled mesh file inside the nif</pre>
+
<pre style="margin-left: 80px">You may have a double mesh file inside the nif.</pre>
  
<font color=red>'''Instant crash of the game when you loot some replaced item'''</font> <br>
+
*'''Instant crash of the game when you loot some replaced item:'''  
<pre>check the naiming of the mesh inside the nif</pre>
+
<pre style="margin-left: 80px">Check the naming of the mesh inside the nif.</pre>
  
<font color=red>'''weird shadowing on the mesh when looking at it ingame on outside'''</font><br>
+
*'''Weird shadowing on the mesh when looking at it ingame on outside:'''  
<pre>reduce the amount of bones affected by rigging from 20 to 4 and remove zero vertices with a % less than a 0.something of your choice</pre>  
+
<pre style="margin-left: 80px">Reduce the amount of bones affected by rigging from 20 to 4 and remove zero vertices with a&nbsp;% less than a 0.</pre>
  
<font color=red>'''the morphing isn't working in between phases'''</font><br>
+
*'''The morphing isn't working in between phases:'''  
<pre>you need to modify the _1 or _0 version to adapt to the _0 or _1 versions without altering anything , deleting polygons or adding more ,
+
<pre style="margin-left: 80px">You need to modify the _1 or _0 version to adapt to the _0 or _1 versions without altering anything, deleting polygons or adding more; just move vertices around or rotate but don't add or remove.</pre>
just move vertices around or rotate but no add or remove </pre>
 
  
<font color=red>'''the mesh imported in max and reexported with a minor tweak that didn't alter the rig , same for the _0 and _1 but the morphing is messed'''</font><br>
+
*'''The mesh imported in max and reexported with a minor tweak that didn't alter the rig , same for the _0 and _1 but the morphing is messed:'''  
<pre>if the meshes are imported from the game and not altered and reexported ,
+
<pre style="margin-left: 80px">If the meshes are imported from the game and not altered and reexported, you need to make a new polygon by scratch, convert to poly, add the mesh to this and re-export, then make the _0 or the _1 out of this.</pre>
you need to make a new polygon by scratch , convert to poly , add the mesh to this and reexport , then make the _0 or the _1 out of this</pre>
 
 
<font color=red>'''the somuchmonster tool for making the morphed shape results in a messy or not really good looking shrinkage of the mesh I wanted to produce'''</font><br>
 
<pre>use a lattice modifier under the stack of skin and on vertices to produce a new mesh shape</pre>  
 
  
<font color=red>'''There is a big triangle ingame in place of my mesh'''</font><br>
+
*'''The somuchmonster tool for making the morphed shape results in a messy or not really good looking shrinkage of the mesh I wanted to produce:'''  
<pre>you have forgot to remove some unneded materials in the nif and the game can't sort well the material</pre>
+
<pre style="margin-left: 80px">Use a lattice modifier under the stack of skin and on vertices to produce a new mesh shape.</pre>
 
<font color=red>'''my mesh is invisible issue 1'''</font><br>
 
<pre>check the materials if are correctly allocated in first property the texture and second the alpha property , the texture may need an alpha</pre>
 
  
<font color=red>'''My mesh is invisible issue 2'''</font> <br>
+
*'''There is a big triangle ingame in place of my mesh:'''  
<pre>if it is only invisible when equiping other items like boots and gloves, it's because the wrong Body Part Partition is assigned to that face selection</pre>
+
<pre style="margin-left: 80px">You have forgotten to remove some unneded materials in the nif and the game can't sort the material.</pre>
 
<font color=red>'''Insta crash when equiping my custom armor'''</font><br>
 
<pre>Check the Body Part Partition names, if it using something other than ones recognised by the game engine, like the BP_Torso as used in F3, and not something like "32" </pre>
 
  
<font color=red>'''My meshes normal map doesn't seem to render at all even though it's linked into the correct BSTextureSet slot''' </font><br>
+
*'''My mesh is invisible issue 1:'''  
<pre>In block details for the NiTriShapeData make sure Has Normals is set to Yes. Num UV sets is set to 4097. And then Spells>batch>update tangent space</pre>  
+
<pre style="margin-left: 80px">Check that the materials are correctly allocated in first property, the texture, and second, the alpha property; the texture may need an alpha.</pre>
  
<font color=red>'''My mesh is black/really dark'''</font>.<br>
+
*'''My mesh is invisible issue 2:'''  
<pre>Do the above fix, but this is likely to do with your shader type, and the shader flags. If it is using the environment map shader make sure that flag is set,
+
<pre style="margin-left: 80px">If it is only invisible when equipping other items like boots and gloves, it's because the wrong Body Part Partition is assigned to that face selection.</pre>
and there is infact an environment map set up in the correct slot.
 
Other wise use the normal shader type. And also the shader flag for SF_Vertex_Color and the mesh does in fact have vertex color</pre>
 
  
<font color=red>'''I have some random black faces on my mesh after exporting from 3ds max'''</font> <br>
+
*'''Insta crash when equiping my custom armor:'''  
<pre>The exporter has some issues with exporting Binormals and Tangents, spells>batch>update tangent space</pre>
+
<pre style="margin-left: 80px">Check the Body Part Partition names, if it using something other than ones recognised by the game engine, like the BP_Torso as used in F3, and not something like "32".</pre>
  
<font color=red>'''have some random transparent faces on my mesh after exporting from 3ds max'''</font><br>
+
*'''My meshes normal map doesn't seem to render at all even though it's linked into the correct BSTextureSet slot:'''  
<pre>you may have some polygons that are not assigned to a specific type under the dismemberment modifier in 3dsmax</pre>
+
<pre style="margin-left: 80px">In block details for the NiTriShapeData make sure Has Normals is set to Yes. Num UV sets is set to 4097. And then Spells>batch>update tangent space.</pre>
  
 +
*'''My mesh is black/really dark''':
 +
<pre style="margin-left: 80px">Do the above fix, but this is likely to do with your shader type, and the shader flags. If it is using the environment map shader make sure that flag is set, and there is infact an environment map set up in the correct slot. Otherwise use the normal shader type. Also the shader flag for SF_Vertex_Color and the mesh does in fact have vertex color.</pre>
  
 +
*'''I have some random black faces on my mesh after exporting from 3ds max:'''
 +
<pre style="margin-left: 80px">The exporter has some issues with exporting Binormals and Tangents, spells>batch>update tangent space.</pre>
  
Other issues might be found here
+
*'''Have some random transparent faces on my mesh after exporting from 3ds max:'''
[http://forums.nexusmods.com/index.php?/topic/547682-skyrim-modding-issues-and-fixes/ modding issues and fixes]
+
<pre style="margin-left: 80px">You may have some polygons that are not assigned to a specific type under the dismemberment modifier in 3dsmax.</pre>
  
[[Category:Skyrim]]
+
&nbsp;
[[Category:Tutorials]]
 
[[Category:Modelling]]
 
[[Category:Texturing]]
 
[[Category:Blender]]
 
[[Category:GIMP]]
 
[[Category:NifSkope]]
 
[[Category: Mod Creation]]
 
  
 +
Other issues might be found here [http://forums.nexusmods.com/index.php?/topic/547682-skyrim-modding-issues-and-fixes/ modding issues and fixes]
  
--[[User:Theru|Theru]] 13:55, 3 February 2012 (GMT)
+
[[Category:Skyrim]] [[Category:Tutorials]] [[Category:Modelling]] [[Category:Texturing]] [[Category:Blender]] [[Category:GIMP]] [[Category:NifSkope]] [[Category:Mod Creation]]

Revision as of 22:32, 20 November 2018

Headline Why isnt my mod working?

  • The mesh ingame has some spiky points when animated:
Wrong vertex rig skinning , fix it in the skin modifier.
  • The exporter crashes your 3dsmax when exporting:
You didn't give the BSdismemberment modifier a proper selection.
  • Freeze ingame when loading the mesh:
You may have a double mesh file inside the nif.
  • Instant crash of the game when you loot some replaced item:
Check the naming of the mesh inside the nif.
  • Weird shadowing on the mesh when looking at it ingame on outside:
Reduce the amount of bones affected by rigging from 20 to 4 and remove zero vertices with a % less than a 0.
  • The morphing isn't working in between phases:
You need to modify the _1 or _0 version to adapt to the _0 or _1 versions without altering anything, deleting polygons or adding more; just move vertices around or rotate but don't add or remove.
  • The mesh imported in max and reexported with a minor tweak that didn't alter the rig , same for the _0 and _1 but the morphing is messed:
If the meshes are imported from the game and not altered and reexported, you need to make a new polygon by scratch, convert to poly, add the mesh to this and re-export, then make the _0 or the _1 out of this.
  • The somuchmonster tool for making the morphed shape results in a messy or not really good looking shrinkage of the mesh I wanted to produce:
Use a lattice modifier under the stack of skin and on vertices to produce a new mesh shape.
  • There is a big triangle ingame in place of my mesh:
You have forgotten to remove some unneded materials in the nif and the game can't sort the material.
  • My mesh is invisible issue 1:
Check that the materials are correctly allocated in first property, the texture, and second, the alpha property; the texture may need an alpha.
  • My mesh is invisible issue 2:
If it is only invisible when equipping other items like boots and gloves, it's because the wrong Body Part Partition is assigned to that face selection.
  • Insta crash when equiping my custom armor:
Check the Body Part Partition names, if it using something other than ones recognised by the game engine, like the BP_Torso as used in F3, and not something like "32".
  • My meshes normal map doesn't seem to render at all even though it's linked into the correct BSTextureSet slot:
In block details for the NiTriShapeData make sure Has Normals is set to Yes. Num UV sets is set to 4097. And then Spells>batch>update tangent space.
  • My mesh is black/really dark:
Do the above fix, but this is likely to do with your shader type, and the shader flags. If it is using the environment map shader make sure that flag is set, and there is infact an environment map set up in the correct slot. Otherwise use the normal shader type. Also the shader flag for SF_Vertex_Color and the mesh does in fact have vertex color.
  • I have some random black faces on my mesh after exporting from 3ds max:
The exporter has some issues with exporting Binormals and Tangents, spells>batch>update tangent space.
  • Have some random transparent faces on my mesh after exporting from 3ds max:
You may have some polygons that are not assigned to a specific type under the dismemberment modifier in 3dsmax.

 

Other issues might be found here modding issues and fixes