Jump to content

Armors - Creating ground objects in Skyrim SE.


Recommended Posts

For Oldrim, the process of creating ground objects was easy.

  • Remove bone nodes
  • Remove BSDismemberSkinInstance
  • Remove SLF1_Skinned in BSLightingShaderProperty
  • Rotate as necessary
  • Copy the NiTriShape (or NiTriStrips) into a BSFadeNode.

For Skyrim SE, this no longer works. It would appear that the vertex arrays have been moved inside BSDismemberSkinInstance, so not only can this not be simply deleted, there is no way to copy the vertex array to the parent BSTriShape element.

 

Is there any way to create a ground object in NifSkope from the _0 or _1 nif, or is there an available utility to do this?

Edited by Arizona_Steve
Link to comment
Share on other sites

Import into 3dsmax or Blender (requires u install export plugins), shrink the scale on the y and z axis to make it look collapsed. Export and then create collision, add BSX flags and ur set. U can if u like re convert the mesh back to the new SSE format with the SSE converter.

_0 and _1 nifs don't matter. The ground mesh is essentially a static clutter object with no skin that is havok enabled.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...