Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Editing in Nifscope and Crazy Physics


Etherean
 Share

Recommended Posts

Okay, I have video to explain this, but I will attempt to explain. I edited the file "tg03pestpoison.nif" - it's located in skyrim\data\clutter\potions...

What is happening: the potion I created floats on the stopper, and won't stop (in game).

I can explain the steps I went through to add an object.

Anyway, the result I get using this .nif is always the same. Whatever I try to do with it, it floats and wobbles in game. It does fall, but I'm wondering how to fix this. I'm somewhat aware of how Statics are associated with it, but I'm not sure how to start learning Skyrim physics...

 

Also, I have another mesh which I created by deleting out everything (that I could see) from the data\furniture\alchemyworkstation.nif - just wanted the simple mortar. It doesn't move at all, just sort of hangs there in space. How do I give that the same physics as say, a wooden bowl, a misc. clutter item? or sheers? a misc. moveable? I would really appreciate some help, thanks for your replies.

 

-Ether

Link to comment
Share on other sites

What you are seeing in both cases is the Havok physics of the engine.

All objects interact with the engine using collision, which tells it how to act in game. For example, all architecture have "static" collision - immovable, impenetrable, clutter has less rigid type of collision that it can be manipulated in the game.

In the case of the potion bottle, it was never meant to interact with in the game, it was only a mesh to be visible in your inventory. This is why it's spinning oddly when you put it in the game. If you want to use that mesh, it needs to have it's collision remade so that it's similar to other clutter items. You can do this one of two ways: 1. In NifSkope, copy the two NiTriShape branches of the bottle, and paste it into another regular potion bottle mesh (that you know works in the world), then delete the original bottle of that mesh, or 2. In NifSkope, delete the branch bhkcollisionobject (the collision), and remake it by highlighting the NiTriShape of the bottle, right click > havok > create convex shape. This will give you the framework, you'll have to open another potion bottle mesh and go through each option to make your new collision the same as the existing example.

In the case of the alchemyworkstation mesh, that's a complex mesh and not a good idea to try to take one piece of it and turn it into something else in NifSkope. This would be a job for a 3D editing app.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...