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


Author Topic: Confusion  (Read 2340 times)

0 Members and 1 Guest are viewing this topic.

Offline Reu

  • Jr. Member
  • **
  • Posts: 4
    • View Profile
Confusion
« on: June 29, 2013, 11:58:11 AM »
Alright so I've been modding lately but theres one thing that just doesn't seem to work out for me
I've been trying to add Petey[Which i assume is called Peter] To the bully faction but it crashes on loading whenever I add the mod
Any ideas?

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,422
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: Confusion
« Reply #1 on: June 29, 2013, 12:44:23 PM »
Explain step by step exactly what you did.

Offline Reu

  • Jr. Member
  • **
  • Posts: 4
    • View Profile
Re: Confusion
« Reply #2 on: June 29, 2013, 08:18:32 PM »
Pretty much all I did was Replace Student With BULLY[Tried both type mode and just putting the hex code in] and that was pretty much it
Is there anything I'm missing here

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Confusion
« Reply #3 on: June 30, 2013, 12:15:12 PM »
Do not delete anything for one.

Just overwrite STUDENT with BULLY and then change the hex for NT to 00 00.

Offline Reu

  • Jr. Member
  • **
  • Posts: 4
    • View Profile
Re: Confusion
« Reply #4 on: June 30, 2013, 08:27:54 PM »
Do not delete anything for one.

Just overwrite STUDENT with BULLY and then change the hex for NT to 00 00.
I did it and It still crashes
Its strange man

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Confusion
« Reply #5 on: June 30, 2013, 10:51:15 PM »
get a new backed up ide.img file fresh. now do not insert or delete ANY characters (letters/numbers/periods/symbols) only replace them. go to the "Student" and put your cursor on the "S" then write "BULLY" out. with the end  2 letters remaining after you type the word "BULLY" make them periods, then go to the big side of the HxD interface to the left. change the 2E representing the periods you replaced "nt" with to 00. it should work. OH! Almost forgot, make "BULLY" in all capitals. cliuqe names need to be capital in the ide.
« Last Edit: June 30, 2013, 10:54:21 PM by DaBOSS54320 »

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: Confusion
« Reply #6 on: July 05, 2013, 02:01:03 PM »
You can do this via lua much easier.

Just make a barebones LUA script and add under the main function for it: PedSetFaction(ped id, faction id) and just change the ped id to the model number of what ped you want to change faction for and then put the faction id after that which should go from 0 to 11 or 1 to 11....can't remember fully since I did little experimenting with this code. All I do know is that it works quite well.

Just do not use this for the player since it will render you unable to open doors or pick up any weapons or food items.