Difference between revisions of "Skyrim common mod issues"

From Nexus Mods Wiki
Jump to: navigation, search
m (Common issues to check why the mod isnt working)
 
m
Line 1: Line 1:
 
 
 
== Headline Why isnt my mod working? ==
 
== Headline Why isnt my mod working? ==
  
Line 21: Line 19:
 
<font color=red>'''the morphing isn't working in between phases'''</font><br>
 
<font color=red>'''the morphing isn't working in between phases'''</font><br>
 
Answer: 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 no add or remove  
 
Answer: 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 no 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 reexport , 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  
+
<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>
 +
Answer: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 reexport , then make the _0 or the _1 out of this
 +
 +
<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>
 +
Answer:use a lattice modifier under the stack of skin and on vertices to produce a new mesh shape  
  
 
<font color=red>'''There is a big triangle ingame in place of my mesh'''</font><br>  
 
<font color=red>'''There is a big triangle ingame in place of my mesh'''</font><br>  

Revision as of 14:11, 3 February 2012

Headline Why isnt my mod working?

The mesh ingame has some spiky points when animated
Answer:wrong vertex rig skinning , fix it in the skin modifier

the exporter crashes your 3dsmax when exporting
Answer:means you didn't give the BSdismemberment modifier a proper selection

Freeze ingame when loading the mesh
Answer: probably you may have a doubled mesh file inside the nif

Instant crash of the game when you loot some replaced item
Answer:check the naiming of the mesh inside the nif

weird shadowing on the mesh when looking at it ingame on outside
Answer: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

the morphing isn't working in between phases
Answer: 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 no 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
Answer: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 reexport , 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
Answer: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
Answer: you have forgot to remove some unneded materials in the nif and the game can't sort well the material

my mesh is invisible issue 1
Answer:check the materials if 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
Answer: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.

Insta crash when equiping my custom armor
Answer: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
Answer: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.
Answer: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. 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.

I have some random black faces on my mesh after exporting from 3ds max
Answer: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
Answer: 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 Nexus


--Theru 13:55, 3 February 2012 (GMT)