1
News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
Messages | Topics | Attachments
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
This guy just want a full fighting style so he can enjoy it, Josh is gone he left Bully now he milking GTA 5 right now there's no Bully left, Lemon is the only guy had the evades node, but we still have Daboss, Deadpool, Madman(i'm not to sure),i'm still messing around modding Bully (custom mission), i heard RockStar will upload a first trailer Bully 2 in 2016. (i'm not to sure i watched SWEGTA video)Well Done!That's not even Bif's style. Bif uses P_Bif. If you are talking about P_Striker_A... Then, that's not full as well. He's missing the evades and look down strafe. Think before saying stupid things.
Great job on adding Bif's full style including the strafe!
elseif IsButtonBeingPressed(10, 0) and not ai then
PlayerSetControl(1)
PedSetAITree(gPlayer, "/global/ai", "Act/ai.act")
PedMakeAmbient(gPlayer, true)
PedWander(gPlayer, true)
PedSetFaction(gPlayer, 5)
PedSetStatsType(gPlayer, "STAT_P_STRIKER_A")
PedOverrideStat(gPlayer, 13, 10)
ai = true
elseif IsButtonBeingReleased(10, 0) then
PlayerSetControl(1)
PedSetAITree(gPlayer, "/global/playerai", "act/playerai.act")
PedMakeAmbient(gPlayer, false)
PedWander(gPlayer, false)
ai = false
end
UpdateTextQueue()
Wait(0)
end
end
I didn't try it yet and i accidently deleted my Bully folder ... :\
Doed anyone have greasers gut kick node ? please i need itI already send you it in my mod.
PedSetActionNode(gPlayer, "/Global/G_Striker_A/Offense/Medium", "Act/Anim/G_Striker_A.act"
)
I very very very want to get full P_Striker_A node like:Ask Afterlife he send me a crash node that contain viruses and trojans :v
shoulder barge
evade counter
evade back
left hook
finishing cross
actually the action node i have is left hook, finishing cross, evade counter (problem = not evade immediately punch)
just evade back i don't have
CAN SOMEONE GIVE THE WORK EVADE BACK + EVADE COUNTER NODE ?
I hope this will make the bully modding be a little more active.Make a video about full strafe and prep evades
Unused evade in the DO_Edgar Fighting Style. I know this has been done by one other person before, but at least I'm second. I also showed a glimpse of the actual Player.act strafe where you can look down WHILE strafing. I had it long ago, but I just didn't feel like making a video. Partly because modding is getting boring.
Bully SE: DO_Edgar Unused Evade
I will release it when I fix all bugs.
I found some part of it alreadyYou should use NOM use this mod to find action nodes but some nodes is doesn't work, when a ped punch you it will make you lag a little bit but it will pop out the node in the bottom of your screen http://www.mediafire.com/download/4i1n4muxxtzm6z8/NOM.zip
but still there is something missing on the part that I highlighted red
"/Global/AN_DOG/Offense/Short/.........", "act/anim/AN_DOG.act"
I try this one but it didn't work
"/Global/AN_DOG/Offense/Short/Grapples/GrapplesAttempt/Pull_In_heavy/RCV", "act/anim/AN_DOG.act"
I've tried it once in GTA San very hard to make CJ walk like Luis form GTA 4. ._. <--- Sad FaceNever say it's impossible... we *can* add things (It's just... hard af). and well, to get something like a ragdoll working, we'd probably have to edit the game's entire engine to allow that which probably means editing the executable in some way.Mod the act files. Similar to gta sa ped.ifp modding.
Is it possible? Sure but... I doubt anyone will ever do it unless we get a very skilled group of modders with a lot of dedication to it. To be honest I think that would be even harder than a multiplayer mod because of the extent you'd have to edit so many internal things in the game's engine.