News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Show Posts

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.

Topics - AfterLife

Pages: [1] 2 3 4
1
Bully Modding Archives / How to Strafe (LUA Codes)
« on: July 22, 2015, 09:33:45 AM »
Okay, till today, I noticed people still don't know how to strafe lol. I mean, strafing is getting old. 

Code: [Select]
if IsButtonPressed(10,0) and IsMoving() and not isStrafing and not PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
    PedSetActionNode(gPlayer,"/Global/Style/Default_KEY/ExecuteNodes/LocomotionOverride/Combat/CombatBasic","Act/Anim/Style.act")
isStrafing = true
  elseif (not IsButtonPressed(10,0) or not IsMoving()) and isStrafing and not PedIsValid(PedGetGrappleTargetPed(gPlayer)) then
PedSetActionTree(gPlayer,"/Global/Style", "Act/Anim/Style.act")
isStrafing = false
  elseif isStrafing then
local x,y,z = PedGetPosXYZ(PedGetTargetPed())
PedFaceXYZ(gPlayer,x,y,z)

IsMoving = function()
  local s = 0.08
  return GetStickValue(16,0) > s or GetStickValue(16,0) < -s or GetStickValue(17,0) > s or GetStickValue(17,0) < -s
end

Copy and paste it in your script. Or simply make a new function. You must add the IsMoving() or else it will not work. You need NOT make a new function for the IsMoving () part. Replace "Style" with the fighting style you are using.


Special thanks to unknownsoldier for giving me this code back in 2014.

QnA:

Q: Do you have full strafe??? Can you give me it??
A: I do, but I will not release it due to several reasons. Leechers, accusers etc.
If I did release it, some people would come and attack me and call me a leech.

Q: Can you send me P_Striker_A evades?
A: Its not controllable. I'm trying to find the nodes.

Q: Do you still mod?
A: Sometimes. I just mostly help Shrimp and some other members these days.


2
Suggestions & Feedback / Time zone.
« on: July 05, 2015, 01:08:19 AM »
I noticed the board is very inactive while I'm active. Probably because of our time zones. The only ones I usually talk to more is Kovn, DaBOSS, lemon and a few others. Mostly people with GMT +8 time zone. But I noticed the others are inactive while I am active.

3
Bully Modding Archives / Steam Names.
« on: June 29, 2015, 06:20:28 AM »
hey old buddies. We all know XFire is dead, we can't talk about modding

Thanks. Hope to see some of the people add me. I can't add you guys because it says I dont have permission to.

NOTE: DO NOT MOVE THIS TOPIC, THIS IS A TOPIC THAT IS FULLY RELATED TO BULLY MOD

Nvm, I noticed this is not the right thing to post, can any admin remove this post

4
Mod Showroom / DO_Edgar Unused Evade
« on: June 27, 2015, 07:59:49 AM »
I hope this will make the bully modding be a little more active.  :cool:

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.

5
Bully Modding Archives / Very first code
« on: June 22, 2015, 12:16:34 AM »
This topic is for LUA modders, what is the first ever code taught to you? For me it was PlayerSwapModel. Taught to me by jedijosh.

What about yours (If you can remember.).

6
Modding Questions/Help Archives / Run without punching
« on: June 02, 2015, 09:48:56 AM »
How do I run without punching first when using another style?

7
Modding Questions/Help Archives / pedstats help
« on: May 31, 2015, 09:47:11 AM »
How do I edit Pedstats so that the ped never uses a weapon when far? Sometimes when I wanna beat people up and they use weapons, its annoying  :-\

8
Anti-Bully / The Pool!
« on: May 28, 2015, 06:23:19 AM »
I noticed the pool in the Gym is empty (Which sucks). Is there any way to fill it?

9
Script Modding / How to Trigger J_Mascot Kick.
« on: May 19, 2015, 08:47:17 AM »
Here is a little something that may help you if you want to make a custom style of something. By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.

Code: [Select]
F_Kick = function()
  if IsButtonPressed(BUTTON, 0) then
  PedSetAITree(gPlayer, "/Global/AI_Mascot_4_05", "Act/AI_Mascot_4_05.act")
  PedSetActionNode(gPlayer, "/Global/J_Mascot/Offense/Short", "act/anim/J_Mascot.act")
  while PedIsPlaying(gPlayer, "/Global/J_Mascot/Offense/Short", "act/anim/J_Mascot.act") do
  Wait(0)
  end
  PedSetAITree(gPlayer, "/Global/PlayerAI", "Act/AI/PlayerAI.act")
  end
  end

Simply copy and paste it into your code.

10
Bully 1 Questions / Favorite character from each Faction.
« on: April 24, 2015, 07:12:58 AM »
Who's your favorite character from each faction? I'll list mine here.

Bullies: Russell
Nerds: Algie
Dropouts: Edgar
Preps: Bif
Jocks: Juri and Constatinos, cons is non clique so I won't list him here.
Non-Cliques: Constantinos
Greasers: Johnny
Authorities: Max

11
Mod Releases / Jimmy Strafe
« on: April 14, 2015, 09:00:48 PM »

12
Mod Releases / New Moves For Jimmy
« on: April 12, 2015, 10:18:26 AM »
So this is a simple mod I made, so you can execute some moves that peds use in freeroam. So you can actually use the mascot kick, sprawl reversal and the dropouts headbutt, nothing big so it won't effect your gameplay.

Controls:
Weapon fire button (Grap)- Dropouts Headbutt
Right Task button (Grap)- Sprawl Reversal
Zoom out button - J_Masoct kick

Download: http://www.mediafire.com/download/qtd1f9u7mj9apva/Moves+for+Jimmy.zip

Sometimes, you need to go with something easy and simple, I actually had fun with the mod to be honest.

Also, I have a question. Why is the modding section so quite recently?


13
Mod Showroom / Mascot Style
« on: April 04, 2015, 08:11:19 AM »
Mascot style working in freeroam.

Bully SE: Mascot Style


14
Alpha / Beta Bully / Unused Beta Music - MS_PrepFight
« on: March 30, 2015, 08:16:51 AM »
Hi, so if I'm not wrong, FaZe was the first to find this music and the second was DeadPool, and deadpool sent me the music codes, well, I decided to share this AMAZING music, which is also UNUSED, to community, I never found this music on youtube or anywhere I must say. Also, the music wasn't very happy one, also not a very sad one, could it be for the Prep Damon mission or maybe even his OWN BOSS FIGHT, which used this music? We never know. All I know that this music is a beta leftover.

15
Requests / IDE with all characters and no prefects
« on: March 27, 2015, 07:23:16 AM »
Can someone give me an IDE that has all characters and no authorities? I'm too lazy to hex edit, reply fast,

Pages: [1] 2 3 4