Author Topic: Item activation animation  (Read 392 times)

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Item activation animation
« on: May 29, 2012, 05:00:22 am »


               Kill it!  Kill it NOW!

Okay; in a calmer voice, is there any way to get rid of the item activation animation?  Please?  Pretty please?
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
Item activation animation
« Reply #1 on: May 29, 2012, 05:37:47 am »


               There's the DOA Item Activate Hak 1.1, it changes it to a head nod...
               
               

               


                     Modifié par Carcerian, 29 mai 2012 - 04:38 .
                     
                  


            

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Item activation animation
« Reply #2 on: May 29, 2012, 05:52:38 am »


               Thanks, Carcerian.  I'll try it tomorrow.
               
               

               
            

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Item activation animation
« Reply #3 on: May 29, 2012, 08:09:57 pm »


               Well, that doesn't work.  It speeds up the animation slightly, but doesn't change it to a head nod.  Also, I get the following message on the console, "Deafening Clang."

Any ideas?  (Besides that the hak probably wasn't updated to 1.69...)
               
               

               
            

Legacy_Nenilai

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Item activation animation
« Reply #4 on: July 29, 2012, 11:10:46 pm »


               Yea same issue here... if you find a resolution plz let me know, from what I see its not CEP compatible, not sure why it matters, unless the animation was changed in CEP but if so what to.
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
Item activation animation
« Reply #5 on: July 30, 2012, 01:27:05 am »


               Yeah its old and not perfect, and you DEFINALTY only want to cut and paste lines into your current 2das... (if an otherwise vanilla project, get them from your nwn source directory (cep has similar one) or if not, your projects top 2da hak)

I've noticed the Def clang msg too (DOA cut and pasted then mutated my guess), am still looking into a friendlier version...

It does seem to remove the hand use animation for me, and speed up tool use, as well as extend tool range, but yes, it does have it's annoyances... (I was hoping it was something i had done just in my PW, but i guess not, and yes, i use CEP2.4)
               
               

               


                     Modifié par Carcerian, 30 juillet 2012 - 12:45 .
                     
                  


            

Legacy_Failed.Bard

  • Hero Member
  • *****
  • Posts: 1409
  • Karma: +0/-0
Item activation animation
« Reply #6 on: July 30, 2012, 01:47:35 am »


               The only way to completely remove the use animation, at least for tag based item scripts, is through the use of NWNX.  It's possible to intercept the item use event, call the script, and then bypass the animation portion of it.

 I know it can be done under linux nwn, but since I use the windows version I don't know which plugin.  nwnx_cool might allow it under windows.
               
               

               
            

Legacy_Nenilai

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Item activation animation
« Reply #7 on: July 30, 2012, 11:17:27 pm »


               Carcerian  - You are the confusing factor in this, Because you got it to work O_O , I assumed it was impossible until you posted you use CEP 2.4 , so do I and what it does for me is speed up the anim and still say deafening clang.

So I'm curious what you did exactly, like what 2Da did you change? I changed Spells.2da , and stripped all castout animations and still nothing.
               
               

               
            

Legacy_Nenilai

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Item activation animation
« Reply #8 on: July 30, 2012, 11:24:35 pm »


               Failed.Bard - I tried NWN_COOL but **** just got real when I had to open things up in Dev C++ just to get it to work, I have no idea where to begin removing the animation, I hate to bottom feed but its how I analyze and learn things. Could you please make an example or just point me in the right direction of what to edit in NWN_COOL to get it working.