Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: FaZe on March 30, 2014, 04:54:53 AM

Title: I'm Back
Post 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.
Title: Re: I'm Back
Post by: WhenLifeGivesYouLemons on March 30, 2014, 03:56:18 PM
PedSetActionTree(Ped, "/Global/G_Johnny/, "Act/Anim/G_Johnny.act")

LoadAnimationGroup("G_Striker")
LoadAnimationGroup("G_Johnny")
LoadAnimationGroup("F_Greas")

Title: Re: I'm Back
Post by: FaZe on March 31, 2014, 09:50:51 AM
Thanks X-Blade, but is

LoadAnimationGroup("F_Greas")

Right? It doesn't look right, isn't it   LoadAnimationGroup("F_Greaser")
Title: Re: I'm Back
Post by: WhenLifeGivesYouLemons on March 31, 2014, 11:50:39 AM
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")
Title: Re: I'm Back
Post by: FaZe on March 31, 2014, 11:52:07 AM
Ah, Cheers bro.
Title: Re: I'm Back
Post by: MadmaN on April 02, 2014, 02:49:51 PM
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.
Title: Re: I'm Back
Post by: FaZe on April 06, 2014, 07:02:24 AM
If you could MadmaN, That would be great!    Cheers.