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:
With sword:
help with haldir
Started by Kwen, Sep 20 2005 10:09 PM
2 replies to this topic
#1
Posted 20 September 2005 - 10:09 PM
https://www.twitch.tv/vileartist - Yes shameless self-promotion
----------------------------------------------------------------------------------------------------------------------
"Old modders never die, they just fade away" ~ Hostile
#2
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:
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_*
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