Jump to content

So is it not possible to have moving functional water?


mindboggles

Recommended Posts

Been looking at moving Placeable water within dungeons, tried scripting it and then a custom animated nif. Did a check of collision, etc. for the animated nif and both the mesh and collision animate as they should but it just doesn't function as water.

 

Anyone have ideas?

Link to comment
Share on other sites

  On 10/30/2016 at 6:09 PM, mindboggles said:

I'm trying to get Placeable water, the water level vary within a dungeon.

 

So you're saying you want the level of the water to change ? Like you look down into a pit ... then player activates something.

And you can watch the level of the water move up as if it was real ... instead of enable/disable different placeable waters ?

 

The reason I mention this ... is a mod I'm going to do with exactly this. But frankly the water moving up/down in couple feet increments is fine for my purposes.

Edited by Mktavish
Link to comment
Share on other sites

  • 3 weeks later...

Well I spent awhile figuring out how to move water up/down. So I thought I would share what I found out and post a template script.

The main problem with moving water (placeable) is that its properties won't travel with it. Meaning you can move the visual water surface. But where the player enters it , starts swiming and breath count starts. Will be at the height where it started. So you have to enable a new water height ... then disable the old. But calling disable on water that has its visual and swimming properties separated , will crash the game. So You must return its surface to the original start location before calling disable on it.

Here is a script you place on something to activate the water change. And place 2 different waters with one of them initially disabled.

Also I'd like to mention , this water does move pretty fast , so I am looking into ways of slowing it down. If extending the time increment beyond .001 doesn't work , which I suspect it won't. I think adding a condition on the move call based on the timer would do it ? Something to step it down to 2 , 3 , 5 times slower than running 1:1

 

 

  Reveal hidden contents

 

Edited by Mktavish
Link to comment
Share on other sites

  • Recently Browsing   0 members

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