Jump to content

NiVisController


LordNapalm

Recommended Posts

Does anyone know how to get "NiVisController" to work in Nifskope?

 

I got it to work in the editor

i.e. My lightsaber blade looks like it turns off and on.

 

BUT:

When it's in the game, it never turns on at all. I get handle.. but it doesn't appear to play the animation.

 

Been hacking away at it for hours.. going mental.

Link to comment
Share on other sites

  • 1 year later...

(does calling playgroup work on meshes with animations attached to an actor- I don't see how?)

 

anyway

like most weapon animations- the viscontroller is targeted, controlled, and very likely keyed in the weapon animation kfs. the block structure and node naming conventions in your nif have to match up, or the controller cannot be targeted and played. ie the node that the viscontroller is a child of has to be named ##VisCtrl. the animation will then disable that whole node, and any of its child objects at a certain keyed time- i am not even sure any of the key changes you make in the nif will do anything- i think it's totally controlled in the kf.

 

for example check the 1hmequip.kf for that controlled block

 

Now if you want to make an edited version of any of the kfs, that is certainly possible. all you have to do is make a new controlled block targeting something like ##VisCtrl2, add the keys, then make sure your nif is set up correctly in regards to that. and i think that should work. < this should work for any kind of animations you want your modded weapons to play at any time a specific animation is called, it should hunt for that block and run the keys.

Link to comment
Share on other sites

Meaning you can stack animations within an animation?

that is what vanilla animations do. using the same example, 1hmequip.kf

 

it has controlled blocks which target and control several weapon animations. from the baton extending to the viscontroller on the shishkabab.

Link to comment
Share on other sites

Interesting. I had asked about this in the past and was told it was and wasnt possible =/ Thanks for the clearance.
Link to comment
Share on other sites

Interesting. I had asked about this in the past and was told it was and wasnt possible =/ Thanks for the clearance.

mind the character won't be doing anything different. that animation the character does remains, the weapon is what has any animation you want, like you couldn't change the character from doing the motion of pulling a clip from the bottom of the gun, but you you make the clip enter and be removed from the top of the gun.... the character and object would be doing 2 different things making it just weird.

 

so its about what you can get away with by adding new blocks.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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