Omeletter Posted May 7, 2012 Share Posted May 7, 2012 How can I change a Static object into a misc object, or a MSTT into a Misc object? I've seen other mods do that, e.g. More interactive items. Link to comment Share on other sites More sharing options...
tetradite Posted May 7, 2012 Share Posted May 7, 2012 There's probably a much better way to do this, but the method I've used before is: (The last time I did ths I made a gold coin into a static object so I'll use that for the example, but it should work for other item types etc) - get FOMM (or something else that can unpack BSA files)- unpack the mesh for the object you want to use (the gold coin misc item) and put it in Skyrim/Data/Meshes/YOURFOLDER (create this folder if needed, and "YOURFOLDER" can be named anything)- duplicate an item from the item type that you want your new object to be (in this case, any static item at all) and edit your new item (new name etc)- find where it says "model" and click "edit"- in the new screen that pops up click "edit" under "model file name", it will take you to the Meshes folder, find YOURFOLDER in here and select the mesh you unpacked. Put your object n the world - done. Looks like one object, behaves like another. Link to comment Share on other sites More sharing options...
Recommended Posts