Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: barca769 on August 14, 2015, 10:40:43 PM

Title: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: barca769 on August 14, 2015, 10:40:43 PM
Hey. i've try this code : PedSetActionTree(gplayer, "/Global/G_Johnny", "Act/Anim/G_Grappler_A.act")

but if I press the button my player do over head kick combo... why  :wacko: :wacko:

Please help me for example script or other  :'( :'(
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: UltimateGamer9 on August 14, 2015, 10:58:49 PM
did you do ImportScript("2_B.lua")?
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: barca769 on August 14, 2015, 11:15:03 PM
Yes I 've put
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: embas10 on August 15, 2015, 08:11:39 AM
Do you use freeroam script aka STimeCycle.lur?
If you  import a mission script using STimeCycle, it will be won't work.
I dunno why, but if you want to use johnny tornado kick in freeroam, you should find the full node code.
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: Unknownsoldier on August 15, 2015, 11:13:21 PM
Do you use freeroam script aka STimeCycle.lur?
If you  import a mission script using STimeCycle, it will be won't work.
I dunno why, but if you want to use johnny tornado kick in freeroam, you should find the full node code.
It will work. Just put it in the main() function.
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: barca769 on August 16, 2015, 02:01:41 AM
Okay i've tried the johnny tornado kick in arcrace1 and work. but i want it for freeroam, so how to trigger overhead kick combo and
tornado kick in freeroam, like not another selector mod ?
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: embas10 on August 16, 2015, 07:50:08 AM
Do you use freeroam script aka STimeCycle.lur?
If you  import a mission script using STimeCycle, it will be won't work.
I dunno why, but if you want to use johnny tornado kick in freeroam, you should find the full node code.
It will work. Just put it in the main() function.
Had you try it? I has do this to before, an it wont work
http://www.bully-board.com/index.php?topic=21811.0 (http://www.bully-board.com/index.php?topic=21811.0)

Okay i've tried the johnny tornado kick in arcrace1 and work. but i want it for freeroam, so how to trigger overhead kick combo and
tornado kick in freeroam, like not another selector mod ?
Not another selector mod by deadpool, it's use starting script or another else to launch script.
So that's not freeroam.
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: DaBOSS54320 on August 16, 2015, 12:41:57 PM
Okay i've tried the johnny tornado kick in arcrace1 and work. but i want it for freeroam, so how to trigger overhead kick combo and
tornado kick in freeroam, like not another selector mod ?

Edit a different script instead of ArcRace1.lur. STimeCycle should work fine for the time being.
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: AlphaTech on August 16, 2015, 01:39:26 PM
Okay i've tried the johnny tornado kick in arcrace1 and work. but i want it for freeroam, so how to trigger overhead kick combo and
tornado kick in freeroam, like not another selector mod ?

Edit a different script instead of ArcRace1.lur. STimeCycle should work fine for the time being.

Daboss you always hand pick the answer's huh? I literally read this yesterday and said their is a post on the board about adding scripts to free roam. Lol
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: DaBOSS54320 on August 16, 2015, 02:27:42 PM
Daboss you always hand pick the answer's huh? I literally read this yesterday and said their is a post on the board about adding scripts to free roam. Lol

What'd I do wrong?
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: Unknownsoldier on August 16, 2015, 06:32:36 PM
ugh. just import it in the main function in STimeCycle.lur.

"Edit a different script instead of ArcRace1.lur. STimeCycle should work fine for the time being."
*smh*

in the stimecycle.lua file, there should be a function that says "main = function()" OR "function main()" Below that, you may have a "Wait(500)" or more. Right below the wait, add:
ImportScript("2_B.lua")
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: barca769 on August 17, 2015, 01:48:07 AM
ugh. just import it in the main function in STimeCycle.lur.

"Edit a different script instead of ArcRace1.lur. STimeCycle should work fine for the time being."
*smh*

in the stimecycle.lua file, there should be a function that says "main = function()" OR "function main()" Below that, you may have a "Wait(500)" or more. Right below the wait, add:
ImportScript("2_B.lua")
Is this a way to combine the node overhead kick combo with a tornado kick? I'm afraid when adding ImportScript ("2_B.lua") on main = function (), then it will not be able to do Overhead kick combo again or has been replaced by a tornado kick permanently
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: Unknownsoldier on August 18, 2015, 11:21:33 AM
Well as far as anyone knows, you HAVE to choose 1 or the other. So yes, it will be permanent. HOWEVER. I will try to make 2 scripts(BOTH FREEROAM) and try 1 action node in each script. I'll be back soon.

P.S. - Don't use Johnny's tree. Just use PedSetActionNode(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: barca769 on August 18, 2015, 10:54:56 PM
Well as far as anyone knows, you HAVE to choose 1 or the other. So yes, it will be permanent. HOWEVER. I will try to make 2 scripts(BOTH FREEROAM) and try 1 action node in each script. I'll be back soon.

P.S. - Don't use Johnny's tree. Just use PedSetActionNode(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
Understood!
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: DaProX on August 23, 2015, 02:08:16 AM
The correct node is "/Global/G_Johnny/Offense", "Act/Anim/G_Johnny.act"

You forgot the "offense" @ Unknownsoldier.

@Barca. If you want both, the 2_B method won't work. You would have to find the full node for the tornado kick.
Title: Re: Johnny Tornado kick Fail!! (just overheadkickcombo)
Post by: Unknownsoldier on August 23, 2015, 03:09:41 AM
ok