Bully-Board
Bully Modding Section => Mod Showroom => Mod Showroom Archives => Topic started by: MikerBarba on May 03, 2012, 06:51:18 PM
-
i edited G_Johnny and i deleted all the moves exept the tornado kick and i added manually darby's autochasing uppercut....
Bully Mix - Johnny Beta style + Darby Autochasing Uppercut (http://www.youtube.com/watch?v=lPHy-02l5JE&list=UU77R0nio4krAspT5n_Ni5Ew&index=4&feature=plcp#)
hope u like it
:)
-
i edited G_Johnny and i deleted all the moves exept the tornado kick and i added manually darby's autochasing uppercut....
Bully Mix - Johnny Beta style + Darby Autochasing Uppercut (http://www.youtube.com/watch?v=lPHy-02l5JE&list=UU77R0nio4krAspT5n_Ni5Ew&index=4&feature=plcp#)
hope u like it
:)
[/Im milkerBarba, i discovered act mixing and moves remplacement]
-
Why quoted your own post?
-
por que no tengo ni la menor idea de como poner la cosa que aparece abajo de cada publicacion xDD y crei que se hacia asi.
-
por que no tengo ni la menor idea de como poner la cosa que aparece abajo de cada publicacion xDD y crei que se hacia asi.
Translation to English: that I have no idea how to put the thing that appears below each post xDD and I thought that it was done so
-
por que no tengo ni la menor idea de como poner la cosa que aparece abajo de cada publicacion xDD y crei que se hacia asi.
Translation to English: that I have no idea how to put the thing that appears below each post xDD and I thought that it was done so
Deadpool es argentino jaja
-
Was that some sort of spinning backfist after the tornado kick???
-
That's very cool man ;)
-
delete
-
can you tutor how to mix those beta style.. :D
Sorry, i don't even have a pc at the moment :/
-
He typed all that with no PC!
-
He has powers or a cell phone with internet conection.
-
powers... :D
-
Eh?... Just because he can go and write in topics on BB with his phone means he has powers?...
HELL, I MUST BE SUPERMAN THEN! :D
-
xDDDDDDDDDDDDD
-
I really have to answer Narumi?
YES, i have a motherfucking cellphone with internet conection.
-
^ I know right, what's so fucking amazing about that?
-
I call POWERS!
-
id love to have this mod to kick some ass
-
Are you asking for it? :blank:
-
Alot of people say that. I quit modding or i dont have a pc. ( Im not talking about you Joe )
-
Alot of people say that. I quit modding or i dont have a pc. ( Im not talking about you Joe )
I quitted modding not even sure to finish Wolfenstein mod.
And if I make mods I don't show them cause it be a mini mod.
Move back to coding hacks
-
Yea btw I was going after you or anyone on here. Coding, how did you learn that. School type of stuff or did you just get used to it?
-
XX-SWAG-NARUMI-XX Learns from teh L33T Hax0rz
-
Lol i could imagine that name. Cant stand that SWAG shit. My mum knows coding and stuff too lol. Better than me! Embarrasing
-
Oh god gay name if I ever used it.
And coding takes to long to do I forgot half the basics about coding since I quited for awhile.
-
Oh hopefully in the future i get used to it lol seems hard.
-
yes
-
Are you asking for it? :blank:
yes i am asking for it i would love to test it out
-
do you mean want the mix style?
-
do you mean want the mix style?
'
i want
-
wait a second i'll make it first.
-
ok...
-
compile this script and rename as ArcRace1.lur.
In game,play the arcade game in the boysdorm to load it.
How to use:
left arrow= darby's autochasing uppercut
right arrow= johnny's tornado kick
down arrow= default jimmy
ImportScript("2_B.lua")
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 6.4000000953674
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
end
F_MissionSetup = function()
LoadAnimationGroup("Russell")
LoadAnimationGroup("B_Striker")
LoadAnimationGroup("P_Striker")
LoadAnimationGroup("Boxing")
LoadAnimationGroup("Straf_Prep")
LoadAnimationGroup("F_Preps")
LoadAnimationGroup("G_Johnny")
LoadAnimationGroup("F_Greas")
LoadAnimationGroup("G_Grappler")
LoadAnimationGroup("G_Striker")
LoadAnimationGroup("Straf_Wrest")
LoadAnimationGroup("DO_Striker")
LoadAnimationGroup("DO_StrikeCombo")
LoadAnimationGroup("F_Douts")
LoadAnimationGroup("F_JOCKS")
LoadAnimationGroup("J_Grappler")
LoadAnimationGroup("C_Wrestling")
LoadAnimationGroup("DodgeBall")
LoadAnimationGroup("Earnest")
LoadAnimationGroup("SNERD_I")
LoadAnimationGroup("SNERD_S")
LoadAnimationGroup("N_Striker_B")
LoadAnimationGroup("F_Nerds")
LoadAnimationGroup("Nemesis")
LoadAnimationGroup("Halloween")
LoadAnimationGroup("POI_SMOKING")
LoadAnimationGroup("POI_WarmHands")
LoadAnimationGroup("Sitting_Boys")
LoadAnimationGroup("Area_School")
LoadAnimationGroup("Area_Tenements")
LoadAnimationGroup("Hang_Moshing")
LoadAnimationGroup("Hang_Talking")
LoadAnimationGroup("Hang_Workout")
LoadAnimationGroup("NPC_AggroTaunt")
LoadAnimationGroup("NPC_Principal")
LoadAnimationGroup("NPC_Spectator")
LoadAnimationGroup("NPC_Adult")
LoadAnimationGroup("NPC_Mascot")
LoadAnimationGroup("NPC_Love")
LoadAnimationGroup("Authority")
LoadAnimationGroup("Cop_Frisk")
LoadAnimationGroup("LE_ORDERLY")
LoadAnimationGroup("F_Adult")
LoadAnimationGroup("F_Pref")
LoadAnimationGroup("TE_FEMALE")
LoadAnimationGroup("F_Girls")
LoadAnimationGroup("AsyBars")
LoadAnimationGroup("F_CRAZY")
LoadAnimationGroup("Hobos")
LoadAnimationGroup("GEN_Social")
LoadAnimationGroup("SGEN_I")
LoadAnimationGroup("Px_Sink")
LoadAnimationGroup("Px_Rail")
LoadAnimationGroup("Px_Gen")
LoadAnimationGroup("Px_Tlet")
LoadAnimationGroup("Px_RedButton")
LoadAnimationGroup("Px_Urinal")
LoadAnimationGroup("Px_Ladr")
LoadAnimationGroup("Ambient")
LoadAnimationGroup("SBULL_A")
LoadAnimationGroup("SBULL_X")
LoadAnimationGroup("SAUTH_U")
LoadAnimationGroup("MINI_React")
LoadAnimationGroup("MINI_Lock")
LoadAnimationGroup("MG_Craps")
end
MissionCleanup = function()
EnablePOI()
gMissionRunning = false
end
main = function()
F_MissionSetup()
gMissionRunning = true
while gMissionRunning do
if PedGetHealth(gPlayer) < 200 then
PedSetHealth(gPlayer, 200)
elseif IsButtonPressed(0, 0) then
PedSetActionTree(gPlayer, "/Global/BOSS_Darby", "Act/Anim/BOSS_Darby.act")
elseif IsButtonPressed(1, 0) then
PedSetActionTree(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
elseif IsButtonPressed(3, 0) then
PedSetActionTree(gPlayer, "/Global/Player", "Act/Player.act")
end
Wait(0)
end
end
-
compile this script and rename as ArcRace1.lur.
In game,play the arcade game in the boysdorm to load it.
How to use:
left arrow= darby's autochasing uppercut
right arrow= johnny's tornado kick
down arrow= default jimmy
ImportScript("2_B.lua")
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 6.4000000953674
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
end
F_MissionSetup = function()
LoadAnimationGroup("Russell")
LoadAnimationGroup("B_Striker")
LoadAnimationGroup("P_Striker")
LoadAnimationGroup("Boxing")
LoadAnimationGroup("Straf_Prep")
LoadAnimationGroup("F_Preps")
LoadAnimationGroup("G_Johnny")
LoadAnimationGroup("F_Greas")
LoadAnimationGroup("G_Grappler")
LoadAnimationGroup("G_Striker")
LoadAnimationGroup("Straf_Wrest")
LoadAnimationGroup("DO_Striker")
LoadAnimationGroup("DO_StrikeCombo")
LoadAnimationGroup("F_Douts")
LoadAnimationGroup("F_JOCKS")
LoadAnimationGroup("J_Grappler")
LoadAnimationGroup("C_Wrestling")
LoadAnimationGroup("DodgeBall")
LoadAnimationGroup("Earnest")
LoadAnimationGroup("SNERD_I")
LoadAnimationGroup("SNERD_S")
LoadAnimationGroup("N_Striker_B")
LoadAnimationGroup("F_Nerds")
LoadAnimationGroup("Nemesis")
LoadAnimationGroup("Halloween")
LoadAnimationGroup("POI_SMOKING")
LoadAnimationGroup("POI_WarmHands")
LoadAnimationGroup("Sitting_Boys")
LoadAnimationGroup("Area_School")
LoadAnimationGroup("Area_Tenements")
LoadAnimationGroup("Hang_Moshing")
LoadAnimationGroup("Hang_Talking")
LoadAnimationGroup("Hang_Workout")
LoadAnimationGroup("NPC_AggroTaunt")
LoadAnimationGroup("NPC_Principal")
LoadAnimationGroup("NPC_Spectator")
LoadAnimationGroup("NPC_Adult")
LoadAnimationGroup("NPC_Mascot")
LoadAnimationGroup("NPC_Love")
LoadAnimationGroup("Authority")
LoadAnimationGroup("Cop_Frisk")
LoadAnimationGroup("LE_ORDERLY")
LoadAnimationGroup("F_Adult")
LoadAnimationGroup("F_Pref")
LoadAnimationGroup("TE_FEMALE")
LoadAnimationGroup("F_Girls")
LoadAnimationGroup("AsyBars")
LoadAnimationGroup("F_CRAZY")
LoadAnimationGroup("Hobos")
LoadAnimationGroup("GEN_Social")
LoadAnimationGroup("SGEN_I")
LoadAnimationGroup("Px_Sink")
LoadAnimationGroup("Px_Rail")
LoadAnimationGroup("Px_Gen")
LoadAnimationGroup("Px_Tlet")
LoadAnimationGroup("Px_RedButton")
LoadAnimationGroup("Px_Urinal")
LoadAnimationGroup("Px_Ladr")
LoadAnimationGroup("Ambient")
LoadAnimationGroup("SBULL_A")
LoadAnimationGroup("SBULL_X")
LoadAnimationGroup("SAUTH_U")
LoadAnimationGroup("MINI_React")
LoadAnimationGroup("MINI_Lock")
LoadAnimationGroup("MG_Craps")
end
MissionCleanup = function()
EnablePOI()
gMissionRunning = false
end
main = function()
F_MissionSetup()
gMissionRunning = true
while gMissionRunning do
if PedGetHealth(gPlayer) < 200 then
PedSetHealth(gPlayer, 200)
elseif IsButtonPressed(0, 0) then
PedSetActionTree(gPlayer, "/Global/BOSS_Darby", "Act/Anim/BOSS_Darby.act")
elseif IsButtonPressed(1, 0) then
PedSetActionTree(gPlayer, "/Global/G_Johnny", "Act/Anim/G_Johnny.act")
elseif IsButtonPressed(3, 0) then
PedSetActionTree(gPlayer, "/Global/Player", "Act/Player.act")
end
Wait(0)
end
end
thanks.....
-
no prob
-
what is the link to download this?
-
no download link.
^copy the code that i give and compile the script as ArcRace1.lur.
-
but i not understand about script mod, can you send it?
-
even i am having problems with this
-
you can check SWEGTA's channel for the compiling script tut.
-
I will see about coding a gui for the lua compiler that can be used to more easily compile scripts instead of trying to teach everyone how to do command line....lol Might make everyone's life easier.
-
Are you asking for it? :blank:
yes i am asking for it i would love to test it out
..... What a bump.