Jump to content


Photo

help with haldir


  • Please log in to reply
2 replies to this topic

#1 Kwen

Kwen

    Vileartist

  • T3A Staff
  • 4,865 posts
  • Location:Korea I wish
  • Projects:It'sa secreeet
  •  T3A's First N00b
  • Division:BFME
  • Job:T3A Expert
  • Donated

Posted 20 September 2005 - 10:09 PM

i managed to make a new bow for haldir one that better resembles the elven bow, and i animated the string by linking it to the firearrowtip bone, but for some odd reason when the sword is out, the arrow is floating in the middle of nowhere and the string is attached lol look:

With bow:
Posted Image
With sword:
Posted Image

                           https://www.twitch.tv/vileartist - Yes shameless self-promotion

          ----------------------------------------------------------------------------------------------------------------------

                            "Old modders never die, they just fade away" ~ Hostile


#2 Josuhaz

Josuhaz
  • Members
  • 10 posts

Posted 23 September 2005 - 03:55 PM

I think it has something to do with the code. I think you have to devine that the arrow is invisible and for the string... I think its best to make it invisible as well. As when the arrow isn't used the bone goes to that weird place but with normal models it is then hided so you won't see it.

Try to look for things like this in faramir's .ini file, he has it also:
 BeginScript
    CurDrawableShowSubObject("arrow")
 	 EndScript


 	 BeginScript
    CurDrawableHideSubObject("arrow")
    Prev = CurDrawablePrevAnimationState()
    if Prev == "STATE_Selected_Bow" then CurDrawableSetTransitionAnimState("TRANS_BowToSword") end
    if Prev == "STATE_Idle_Sword" then CurDrawableSetTransitionAnimState("TRANS_BoredToSelectedSword") return end
 	 EndScript


#3 Guest_GaladrimScout78_*

Guest_GaladrimScout78_*
  • Guests

Posted 26 November 2005 - 05:42 PM

Can you make so he doesn't have the bow pointing side to side?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users