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


Author Topic: How to spawn characters with beta skins and unused dialouges?  (Read 3407 times)

0 Members and 1 Guest are viewing this topic.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Like zoe, fatty, pedro etc. Also, is it possible to spawn normal in-game characters with rare stats which are only used in missions like grapple friendly derby and russell and immune johnny from mission FJV?

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #1 on: July 23, 2013, 05:56:24 PM »
Erm...the beta textures and models are long gone, so the only way to bring those back in is to make them ourselves.

As for rare stats: Russell's is STAT_BOSS_RUSSELL. Derby's stats are overridden in the lua script for his boss fight. Same deal for Johnny.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #2 on: July 23, 2013, 06:14:25 PM »
Thanks kindly. Please can you explain me what overridden means? You mean they are inaccessible?
Russell in boss fight and the beat up version in complete mayhem. Derby in dishonorable fight. Johnny in the asylum, whom jimmy talks to like, "what's going on, sir?".
« Last Edit: July 23, 2013, 06:29:46 PM by davis42 »

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #3 on: July 23, 2013, 07:11:00 PM »
Overridden, meaning, the lua script for those missions is overriding their stats in pedstats and default.idb (ide.img).
« Last Edit: July 23, 2013, 09:47:06 PM by Red Blaster »

Offline Walter20210

  • Hero Member
  • ****
  • Posts: 1,102
  • Gender: Male
  • I keep loving the old things :P
    • View Profile
    • YouTube Account
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #4 on: July 23, 2013, 07:36:00 PM »
Hmm that doesnt happend in my bully.

They just use their regular stats

P_Striker_A
G_Johnny

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #5 on: July 23, 2013, 09:47:54 PM »
^ He's talking about Derby and Johnny in certain missions. Also, Derby's stat is STAT_P_BOXING.

Offline Walter20210

  • Hero Member
  • ****
  • Posts: 1,102
  • Gender: Male
  • I keep loving the old things :P
    • View Profile
    • YouTube Account
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #6 on: July 23, 2013, 11:29:52 PM »
He uses that stat in Complete Mayhem.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #7 on: July 24, 2013, 03:32:09 AM »
I got it! Thanks, Red. You're a real angel :a-cheer:.. Btw i have some good news for ya. I'll stop asking these silly questions for now, leave this hex bs and start using lua. I'll only ask if i have any doubt or error in adding scripts.

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #8 on: July 24, 2013, 03:53:56 PM »
He uses that stat in Complete Mayhem.

He always has that stat. I mean his boss fight in 2_B.lua. His stats there are overridden (PedOverrideStat, PedSetMaxHealth, etc.)

Offline Walter20210

  • Hero Member
  • ****
  • Posts: 1,102
  • Gender: Male
  • I keep loving the old things :P
    • View Profile
    • YouTube Account
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #9 on: July 24, 2013, 10:18:56 PM »
He uses that stat in Complete Mayhem.

He always has that stat. I mean his boss fight in 2_B.lua. His stats there are overridden (PedOverrideStat, PedSetMaxHealth, etc.)

I didnt knowed that he uses it in both missions, I was just knowing he was using it in complete mayhem.

PedOverrideStat(idDarby, 38, 50)
It uses this code and is max health is setted to 300

Something that i found a little funny In the mission script is that it overrides is stat 2 times

Code: [Select]
  PedOverrideStat(idDarby, 38, 50)
  PedOverrideStat(idDarby, 39, 50)

PS: I read all things again and i understand fine.
« Last Edit: July 24, 2013, 10:25:13 PM by Walter20210 »

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #10 on: July 25, 2013, 03:32:22 PM »
I know one of the stats overridden is how likely he will break grapples.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #11 on: July 25, 2013, 03:36:27 PM »
Red can you help me with a problem that i have with lua multi mod, please? I've posted this question under the same help section. I'll be really grateful to you, man.

Offline davis42

  • Bullworth Police Officer
  • Jr. Member
  • **
  • Posts: 54
  • Gender: Male
  • When life tests you...
    • View Profile
Re: How to spawn characters with beta skins and unused dialouges?
« Reply #12 on: July 25, 2013, 04:37:34 PM »
I'm sorry that i bothered you, Red. Issue is solved.