I've been playing Morrowind for a few weeks now having come from Oblivion but have just seen my first mesh problem and was wondering if there are any tools like FormID available to identify where the mesh is from?
I've been playing Morrowind for a few weeks now having come from Oblivion but have just seen my first mesh problem and was wondering if there are any tools like FormID available to identify where the mesh is from?
I'm not familiar with that application. What is the operation you wish to do? When I want to look inside a plugin, I use "http://code.google.com/p/mlox/wiki/Tes3cmd dump" to print out a text version of the plugin that I can just examine in my favorite text editor. If you know the object ID, you can find what plugins reference it with a simple text searching tool like InfoRapid Search.
If you open the console and click on an object, it will give you its name at the top, and I believe if you type "ori" it will tell you what mod it is from. Once you have that, open up the mod (with the construction set, etc.) and search for the name, and you should be able to see what mesh it refers to.