I am trying to figure the best way to do this. I want to create a single object in the game that can be equipped into one slot to show a cloak together with a backpack. I'd like to add other things as well if it works (rope, straps, quiver, etc.), but right now I'll stick with just those two things. If I have all of the resources from different mods and the original game data, how do I go about combining them into one object? I'm not trying to make it do anything special, it'll be purely cosmetic.
My thought was to start with the backpack, which is already sitting on the skeleton (when I open it in Niftools), and then pasting in the cloak and positioning it the way I want. Does that even work? Or do I need to combine them another way?
I'm a total noob with this kind of stuff, and I have been trying to understand the tutorials, but I thought if someone could start me in the right direction, that would help (alot!).
Thanks!