Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Screenracer on November 24, 2014, 08:28:52 AM

Title: Johnny Beta Kick Not Working in Freeroam
Post by: Screenracer on November 24, 2014, 08:28:52 AM
I know how to get Johnny's beta tornado kick. In my STimeCycle I made it so it would load my ArcRace1 script. But Johnny's beta kick only works if I manually load the script by playing the arcade machine in the boys dorm. I have ImportScript("2_B") in both my STimeCycle and my ArcRace1 script.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: WhenLifeGivesYouLemons on November 24, 2014, 03:01:58 PM
You just need to import it once. So it doesn't work in freeroam?
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Screenracer on November 24, 2014, 06:23:44 PM
You just need to import it once. So it doesn't work in freeroam?

No. It dosnt. I also tried deleting the ImportScript("2_B") from my STimeCycle script, but it still dosnt work until I manually load the script by playing the arcade machine. And when I get knocked out, or busted and then respawn, Jimmy is headless with a tank top and underwear on.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Unknownsoldier on November 24, 2014, 08:05:29 PM
^ Ah, headless underwear. That happens to me when I die hehe.

Try removing the ImportScript("2_B.lua") from the ArcRace1 and add it to the main function in the STimeCycle.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Screenracer on November 24, 2014, 08:26:48 PM
^ Ah, headless underwear. That happens to me when I die hehe.

Try removing the ImportScript("2_B.lua") from the ArcRace1 and add it to the main function in the STimeCycle.

Still gives me Johnny's 3 hit combo instead of the tornado kick.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Phap on February 15, 2015, 09:59:57 PM
I'm having this problem too. I've only managed to make ImportScript("2_B.lua") work in ArcRace1.lur, but not STimeCycle.lur.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: AfterLife on February 19, 2015, 05:14:47 AM
Top:

ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
ImportScript("2_B.lua")

Where you put your nodes:
PedSetActionNode(gPlayer, "/Global/G_Johnny/Offense", "Act/Anim/G_Johnny.act")
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Enderman on February 19, 2015, 06:12:07 AM
Top:

ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
ImportScript("2_B.lua")

Where you put your nodes:
PedSetActionNode(gPlayer, "/Global/G_Johnny/Offense", "Act/Anim/G_Johnny.act")
Everyone knew that already but it's don't work for freeroam for some reason  :blank:

KEEP IT COOL M8 8)
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: Unknownsoldier on February 21, 2015, 01:24:28 AM
Top:

ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
ImportScript("2_B.lua")

Where you put your nodes:
PedSetActionNode(gPlayer, "/Global/G_Johnny/Offense", "Act/Anim/G_Johnny.act")
Everyone knew that already but it's don't work for freeroam for some reason  :blank:

KEEP IT COOL M8 8)
wtf m8.

KEEP IT COOL M8 8)
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: AfterLife on March 30, 2015, 09:03:41 AM
bump

I think it's not possible to make it work in freeroam.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: deadpoolXYZ on March 30, 2015, 11:41:02 AM
bump

I think it's not possible to make it work in freeroam.

A lot of people use the overhead kick combo + ImportScript function method, but if you really want to use it in freeroam then you have to get the complete action node to make it work in freeroam.
Title: Re: Johnny Beta Kick Not Working in Freeroam
Post by: AfterLife on March 31, 2015, 02:21:20 AM
bump

I think it's not possible to make it work in freeroam.

A lot of people use the overhead kick combo + ImportScript function method, but if you really want to use it in freeroam then you have to get the complete action node to make it work in freeroam.
I know.