Jump to content

[SEARCH] Kitten by NEO UUNP


Recommended Posts

Posted

Very easy to do yourself. Make the armor in bodyslide once it's made open both the _0 and _1 nifs up into nifskope one at a time and right click the tail and go to block - remove branch - save as to overwrite the nif tail is now gone. Just make sure to do it to both nifs or it'll not change in game. Because what you do to one nif has to be done to the other one as well or nothing changes in game.

 

https://github.com/niftools/nifskope/releases/tag/nifskope-1.1.3

Posted

Very easy to do yourself. Make the armor in bodyslide once it's made open both the _0 and _1 nifs up into nifskope one at a time and right click the tail and go to block - remove branch - save as to overwrite the nif tail is now gone. Just make sure to do it to both nifs or it'll not change in game. Because what you do to one nif has to be done to the other one as well or nothing changes in game.

 

https://github.com/niftools/nifskope/releases/tag/nifskope-1.1.3

 Ty for the link. That helped me a lot. Just one more question : what's the dif. between remove and remove branch ? 

Posted

 

Very easy to do yourself. Make the armor in bodyslide once it's made open both the _0 and _1 nifs up into nifskope one at a time and right click the tail and go to block - remove branch - save as to overwrite the nif tail is now gone. Just make sure to do it to both nifs or it'll not change in game. Because what you do to one nif has to be done to the other one as well or nothing changes in game.

 

https://github.com/niftools/nifskope/releases/tag/nifskope-1.1.3

 Ty for the link. That helped me a lot. Just one more question : what's the dif. between remove and remove branch ? 

 

 

Remove branch will remove the block and all it's children, remove will just remove the block line, but it's children will remain and be made children of the block's parent. You want to remove branch most of the time.

 

Posted

You do not want to ever use remove when removing something from a nif because it causes a dirty nif because all that gets removed is the mesh and not anything that is attached to the mesh piece. The only time you use remove is if you are not going to save and just want to see what might be under the mesh like if you want to see if there is a body underneath something if you plan on making something transparent.

Posted

You do not want to ever use remove when removing something from a nif because it causes a dirty nif because all that gets removed is the mesh and not anything that is attached to the mesh piece. The only time you use remove is if you are not going to save and just want to see what might be under the mesh like if you want to see if there is a body underneath something if you plan on making something transparent.

 ok ty

 

 

Very easy to do yourself. Make the armor in bodyslide once it's made open both the _0 and _1 nifs up into nifskope one at a time and right click the tail and go to block - remove branch - save as to overwrite the nif tail is now gone. Just make sure to do it to both nifs or it'll not change in game. Because what you do to one nif has to be done to the other one as well or nothing changes in game.

 

https://github.com/niftools/nifskope/releases/tag/nifskope-1.1.3

 Ty for the link. That helped me a lot. Just one more question : what's the dif. between remove and remove branch ? 

 

 

Remove branch will remove the block and all it's children, remove will just remove the block line, but it's children will remain and be made children of the block's parent. You want to remove branch most of the time.

 

 

oh, ok ty

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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