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


Author Topic: Bully Flying Mod or Higher Jump?  (Read 8237 times)

0 Members and 2 Guests are viewing this topic.

Offline TrollFace

  • mmmmm
  • Jr. Member
  • **
  • Posts: 8
  • Gender: Male
  • hmmmm
    • View Profile
Bully Flying Mod or Higher Jump?
« on: November 04, 2012, 10:50:02 AM »
Hi, I'm new here and I was wondering if it is possible to make a mod where Jimmy flies by holding the space bar or something like that. Or maybe a mod that controls the jump height and distance.

Thanks :)

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #1 on: November 04, 2012, 11:04:21 AM »
I can control that by removing his gravity, and also teleporting him upwards through lua.

Gravity also controls skateboard jumps too. I demo'ed that in this video around 5:20.

Bully Mods - Norton's Boss Style, Beta Boss Styles, and Mascot's Boss Style (Incomplete)

Offline TrollFace

  • mmmmm
  • Jr. Member
  • **
  • Posts: 8
  • Gender: Male
  • hmmmm
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #2 on: November 04, 2012, 11:22:16 AM »
Wow! That's amazing! So are your other mods as well.

Which file needs to be modded in order to remove Jimmy's gravity? I am only familiar with skin and fighting style mods.

deadpoolXYZ

  • Guest
Re: Bully Flying Mod or Higher Jump?
« Reply #3 on: November 04, 2012, 12:12:48 PM »
There are some trainers that allows jimmy to fly (or change gravity?).

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #4 on: November 04, 2012, 12:54:17 PM »
Wow! That's amazing! So are your other mods as well.

Which file needs to be modded in order to remove Jimmy's gravity? I am only familiar with skin and fighting style mods.

I did it through lua scripting. Basically, that's a decompiled version of the .lur files within the Scripts.img file.

Offline TrollFace

  • mmmmm
  • Jr. Member
  • **
  • Posts: 8
  • Gender: Male
  • hmmmm
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #5 on: November 04, 2012, 01:13:29 PM »
There are some trainers that allows jimmy to fly (or change gravity?).

Any trainers you can direct me to? Because I have not yet found one that makes Jimmy fly.

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #6 on: November 06, 2012, 02:07:30 AM »
No trainers exist that actually allow flying.

I have been working on a ingame trainer that is basicly a custom lua script that loads like any mission using the arcade machine in the boys dorm...but this trainer actually just uses the built in cheats that bully has.

There is no way currently of enabling the cheats without redoing some of the lua scripts due to the fact that the cheats can only be accessed via the debug mode of the game and that can only be done if you have a copy of bully that is compiled with the debug flag on otherwise debug mode cannot be entered.

I have however managed to enter the debug mode menu system without the debug mode flag being needed but to get things working properly...I have to rewrite the entire debug menu system which I have been doing very slowly since the missing lua source from the partially decompiled scripts takes a lot of guessing to get things exactly as rockstar did them. While i can simply just redo the scripts my way...I prefer sticking to the exact way rockstar used this way things are a true source and not a hacked together one.

Offline TrollFace

  • mmmmm
  • Jr. Member
  • **
  • Posts: 8
  • Gender: Male
  • hmmmm
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #7 on: November 25, 2012, 01:34:08 PM »
Sorry to continue the thread after... 20 days :happy: hehe. But, what exactly is lua scripting?
I am relatively new at modding and haven't done anything beyond modding the ide file (I think that is called hex editing) and the pedstats file.

So maybe someone can explain to me in simple terms whether this is possible or not, or at least explain what MadmaN was trying to say.


Thanks. :D

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #8 on: November 25, 2012, 01:42:36 PM »
Lua is a scripting language.

In the Bully files, you'll find an .img file called Scripts full of .lur files. .lur files are actually encrypted .lua files...thankfully, a known modder named Fred Tetra got most of the files partially decompiled (about 70% of the file or so, on average).

I don't know if I can do a "flying" mod with an animation, but what I can do is elevate and lower Jimmy's position on the map without him falling.

Offline Al Arlington

  • 101A
  • Hero Member
  • ****
  • Posts: 3,179
  • Gender: Male
  • Money Handler
    • View Profile
    • My Official Youtube Channel
Re: Bully Flying Mod or Higher Jump?
« Reply #9 on: November 25, 2012, 07:01:36 PM »
Sorry to continue the thread after... 20 days :happy: hehe. But, what exactly is lua scripting?
I am relatively new at modding and haven't done anything beyond modding the ide file (I think that is called hex editing) and the pedstats file.

So maybe someone can explain to me in simple terms whether this is possible or not, or at least explain what MadmaN was trying to say.


Thanks. :D
LUA is the script of Bully.
If you don't know what it means, it basicly loads & deloads characters, what is said by characters, animations & various things for missions & arcade games like time limits & trouble meter****

****: I'm a GTA modder, so I may not be 100%,  since Bully has various GTA "tastes" I should guess the script is kind of the same.

But EVERY game has a script.

Offline xXxNarumi

  • Apprehended (Captured)
  • Hero Member
  • ****
  • Posts: 2,641
  • Gender: Male
  • xNarumi wont be missed.
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #10 on: November 25, 2012, 07:06:10 PM »
Every game is also packed with something, has different source codes, engine, text strings, etc.

But I know that this mod is possible to do.
Nothing is impossible when it comes to coding games.


Offline Al Arlington

  • 101A
  • Hero Member
  • ****
  • Posts: 3,179
  • Gender: Male
  • Money Handler
    • View Profile
    • My Official Youtube Channel
Re: Bully Flying Mod or Higher Jump?
« Reply #11 on: November 25, 2012, 07:20:35 PM »
As long as you understand the engine clearly....

Offline xXxNarumi

  • Apprehended (Captured)
  • Hero Member
  • ****
  • Posts: 2,641
  • Gender: Male
  • xNarumi wont be missed.
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #12 on: November 25, 2012, 07:40:48 PM »
Well engine isn't the problem but the text strings are specially the text string.
Its hard to get those bastards to read correctly if its packed lol

Offline TrollFace

  • mmmmm
  • Jr. Member
  • **
  • Posts: 8
  • Gender: Male
  • hmmmm
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #13 on: November 26, 2012, 04:50:49 PM »
So this is going to take a heck of a lot more work than I expected... :/

Offline xXxNarumi

  • Apprehended (Captured)
  • Hero Member
  • ****
  • Posts: 2,641
  • Gender: Male
  • xNarumi wont be missed.
    • View Profile
Re: Bully Flying Mod or Higher Jump?
« Reply #14 on: November 26, 2012, 04:54:23 PM »
Fly mod is already done.
Its just isn't released publicly yet.