Bully-Board

Bully Modding Section => Bully Modding => Bully Modding Archives => Topic started by: eellliioottt123 on August 25, 2012, 06:58:12 PM

Title: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 06:58:12 PM
Does anyone else change completely to another character? Including fighting styles, clique, and everything. If you change the clique you can interact with sinks, water fountains etc in all the ways the peds do.

I just like to walk around and fight people as another character. Just find it fun for some reason.
Title: Re: Anyone else do this?
Post by: Red Blaster on August 25, 2012, 07:13:52 PM
I once got Jimmy as an AI who walked on his own and everything...no clue how it happened. Probably a glitch.

But, I can now do all the stuff you mentioned manually. Washing hands, hair, smoking, etc. But this can only be done through lua.
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:18:47 PM
I once got Jimmy as an AI who walked on his own and everything...no clue how it happened. Probably a glitch.

But, I can now do all the stuff you mentioned manually. Washing hands, hair, smoking, etc. But this can only be done through lua.

Aside from smoking I can do those manually. What is used to do all these things involving lua, I have a friend who knows lua, he could help me with it.
Title: Re: Anyone else do this?
Post by: Red Blaster on August 25, 2012, 07:22:44 PM
Well, simply put, first you need the lua compiler for Bully, which Mad will release later after finalizing some stuff and the lua tutorials.

Then, you have to set button commands for Jimmy so that the "action node" that pertains to the animation you're looking for is executed.

Example:

if IsButtonPressed(2, 0) then
  ExecuteActionNode(gPlayer, "/Global/Generic/GenericWallSmoking", "Act/Anim/GenericSequences.act")
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:24:52 PM
Cool, what else can you do with it that you can't do normally?
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:27:38 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:30:57 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)

I honsetly don't know why that happened. It's very rare, I had to keep trying and was lucky enough to capture it on video. I believe it has something to do with the time you get knocked out and the time you begin to disappear, but I'm not sure.
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:32:46 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)

I honsetly don't know why that happened. It's very rare, I had to keep trying and was lucky enough to capture it on video. I believe it has something to do with the time you get knocked out and the time you begin to disappear, but I'm not sure.

Ahh that glitch seemed cool to try and use.
Maybe it had something to do with modding the faction and it being glitched w/o game crashing.
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:34:32 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)

I honsetly don't know why that happened. It's very rare, I had to keep trying and was lucky enough to capture it on video. I believe it has something to do with the time you get knocked out and the time you begin to disappear, but I'm not sure.

Ahh that glitch seemed cool to try and use.
Maybe it had something to do with modding the faction and it being glitched w/o game crashing.

It was about a year ago but I think it always worked when I was knocked out at 3PM and the faction was GREASER and I believe I was using G_STRIKER_A as my fighting style. Try it like this and see if it works for you.
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:35:06 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)

I honsetly don't know why that happened. It's very rare, I had to keep trying and was lucky enough to capture it on video. I believe it has something to do with the time you get knocked out and the time you begin to disappear, but I'm not sure.

Ahh that glitch seemed cool to try and use.
Maybe it had something to do with modding the faction and it being glitched w/o game crashing.

It was about a year ago but I think it always worked when I was knocked out at 3PM and the faction was GREASER and I believe I was using G_STRIKER_A as my fighting style. Try it like this and see if it works for you.

ahh ok
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:36:46 PM
Cool, what else can you do with it that you can't do normally?

I remember seeing a vid where u change character how did you do it?
Bully SE character change glitch (http://www.youtube.com/watch?v=I0MGkSKgh3s#)

I honsetly don't know why that happened. It's very rare, I had to keep trying and was lucky enough to capture it on video. I believe it has something to do with the time you get knocked out and the time you begin to disappear, but I'm not sure.

Ahh that glitch seemed cool to try and use.
Maybe it had something to do with modding the faction and it being glitched w/o game crashing.

It was about a year ago but I think it always worked when I was knocked out at 3PM and the faction was GREASER and I believe I was using G_STRIKER_A as my fighting style. Try it like this and see if it works for you.

ahh ok

Not sure if this matters but I recommend not moving the camera around once you're knocked out. That seemed to increase the chances of working.
Title: Re: Anyone else do this?
Post by: Red Blaster on August 25, 2012, 07:37:43 PM
Cool, what else can you do with it that you can't do normally?

You can do just about anything within the game's context. Not sure where to begin, lol.

And guys, please...stop quoting. :laugh:
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:39:10 PM
Cool, what else can you do with it that you can't do normally?

You can do just about anything within the game's context. Not sure where to begin, lol.

And guys, please...stop quoting. :laugh:

So I could use other character's speech files?
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:44:33 PM
K i wont quote lol XD.
Anyways it didnt work when i tried game crashed.
Must been a rare glitch but just dont remember it anyways.
You got a skype or xFire?
Title: Re: Anyone else do this?
Post by: deadpoolXYZ on August 25, 2012, 07:45:26 PM
Cool, what else can you do with it that you can't do normally?

You can do just about anything within the game's context. Not sure where to begin, lol.

And guys, please...stop quoting. :laugh:

So I could use other character's speech files?

I think he meant any animation.

Hey can you dance like Bucky or Fatty when they are in the mirror section of the funhouse?
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:53:40 PM
Saikyo-ryu - That would take LUA SCRIPTING and such.
Cause that has something to do with a FMV scene.
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 07:54:18 PM
K i wont quote lol XD.
Anyways it didnt work when i tried game crashed.
Must been a rare glitch but just dont remember it anyways.
You got a skype or xFire?

If you mean me, then no. I used to have a skype but I didn't really use it so I uninstalled it to free up space.
Title: Re: Anyone else do this?
Post by: xXxNarumi on August 25, 2012, 07:57:45 PM
Elliot - ahh then.
Title: Re: Anyone else do this?
Post by: MikerBarba on August 25, 2012, 08:18:46 PM
Does anyone else change completely to another character? Including fighting styles, clique, and everything. If you change the clique you can interact with sinks, water fountains etc in all the ways the peds do.

I just like to walk around and fight people as another character. Just find it fun for some reason.
hey eliot... when you got the character change glitch you were able to do what?, you actually had the nerd glasses ON, if u do it via imgtool, you dont get glasses
Title: Re: Anyone else do this?
Post by: eellliioottt123 on August 25, 2012, 08:20:54 PM
Does anyone else change completely to another character? Including fighting styles, clique, and everything. If you change the clique you can interact with sinks, water fountains etc in all the ways the peds do.

I just like to walk around and fight people as another character. Just find it fun for some reason.
hey eliot... when you got the character change glitch you were able to do what?, you actually had the nerd glasses ON, if u do it via imgtool, you dont get glasses

I think that's because the glitch basically transfers you into an already spawned character. And since he already spawned with glasses on I kept them when I was transferred to him.
Title: Re: Anyone else do this?
Post by: Red Blaster on August 25, 2012, 08:27:16 PM

So I could use other character's speech files?

Yup, you can. Just don't know what the file that controls that part is yet. I'm sure Mad knows, though.

Hey can you dance like Bucky or Fatty when they are in the mirror section of the funhouse?

Yeah. :laugh: