Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: FaZe on March 30, 2014, 04:54:53 AM
-
I've thought about going back into LUA Scripting, can someone help me out, can you give me all of Johnny's Styles/Animations Code, (For PedSetActionTree)
Cheers.
-
PedSetActionTree(Ped, "/Global/G_Johnny/, "Act/Anim/G_Johnny.act")
LoadAnimationGroup("G_Striker")
LoadAnimationGroup("G_Johnny")
LoadAnimationGroup("F_Greas")
-
Thanks X-Blade, but is
LoadAnimationGroup("F_Greas")
Right? It doesn't look right, isn't it LoadAnimationGroup("F_Greaser")
-
Right but, Its written that way I wrote it in IDE. There animation groups so they get shorten to get to the point.
like instead of Strafe_Nerd the animation group to load it would be ("Straf_Nerd")
-
Ah, Cheers bro.
-
I can give you the entire animation tree listing if you want along with the basic list of every style there is.
Keep in mind that some styles will not function for player correctly or at all...unless you are just wanting to use these styles for a normal ped in which case as long as you load the animation groups properly...then the styles will generally work more or less as well.
As to getting the other styles like the boss ones working fully...that is being done as you already know for the psmm and those lua codes I cannot share unless Rise and Lemon give me permission to do so...otherwise everything else style/animation related is free to share with anyone.
-
If you could MadmaN, That would be great! Cheers.