Bully-Board

Bully Modding Section => Requests => Requests Archive => Topic started by: Gerry Vengeance on December 02, 2014, 01:54:40 PM

Title: Student Faction Change
Post by: Gerry Vengeance on December 02, 2014, 01:54:40 PM
KAGE's REQUEST




Hi.. so as the title suggests, I want to make Ivan's strafe to be like jock (this mod is included in Badass NFC a while ago but I wanted to make some improvements on it). Ivan's fighting style here is Jock but I wanted to make his strafe become like Jock too... By the way Here's the complete list of the students that I wanted to change the faction to :

Constantinos: Greaser
Ivan              : Jock
Gordon        : Dropout
Ray              : Greaser
Pedro           : Preppies
Sheldon       : Jock
Lance          : Preppies
Trevor         : Greaser

I've changed their faction by renaming "STUDENT" to their specific faction fighting style but it crashed...
Can anyone help me ?? 

thanks :)
Title: Re: Student Faction Change
Post by: madnesscombatfan212 on December 02, 2014, 02:48:43 PM
KAGE's REQUEST




Hi.. so as the title suggests, I want to make Ivan's strafe to be like jock (this mod is included in Badass NFC a while ago but I wanted to make some improvements on it). Ivan's fighting style here is Jock but I wanted to make his strafe become like Jock too... By the way Here's the complete list of the students that I wanted to change the faction to :

Constantinos: Greaser
Ivan              : Jock
Gordon        : Dropout
Ray              : Greaser
Pedro           : Preppies
Sheldon       : Jock
Lance          : Preppies
Trevor         : Greaser

I've changed their faction by renaming "STUDENT" to their specific faction fighting style but it crashed...
Can anyone help me ?? 

thanks :)
You need to make sure that any remaining letters are replaced with a "." at the value of 00, that might work.
Title: Re: Student Faction Change
Post by: GreenOmnitrix on December 03, 2014, 03:29:07 AM
KAGE's REQUEST




Hi.. so as the title suggests, I want to make Ivan's strafe to be like jock (this mod is included in Badass NFC a while ago but I wanted to make some improvements on it). Ivan's fighting style here is Jock but I wanted to make his strafe become like Jock too... By the way Here's the complete list of the students that I wanted to change the faction to :

Constantinos: Greaser
Ivan              : Jock
Gordon        : Dropout
Ray              : Greaser
Pedro           : Preppies
Sheldon       : Jock
Lance          : Preppies
Trevor         : Greaser

I've changed their faction by renaming "STUDENT" to their specific faction fighting style but it crashed...
Can anyone help me ?? 

thanks :)

Use LUA to make something like this. Will be way easier and more customisable and won't crash. Hex editing was so 2010, you scrub XD
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 03, 2014, 08:19:32 AM
KAGE's REQUEST




Hi.. so as the title suggests, I want to make Ivan's strafe to be like jock (this mod is included in Badass NFC a while ago but I wanted to make some improvements on it). Ivan's fighting style here is Jock but I wanted to make his strafe become like Jock too... By the way Here's the complete list of the students that I wanted to change the faction to :

Constantinos: Greaser
Ivan              : Jock
Gordon        : Dropout
Ray              : Greaser
Pedro           : Preppies
Sheldon       : Jock
Lance          : Preppies
Trevor         : Greaser

I've changed their faction by renaming "STUDENT" to their specific faction fighting style but it crashed...
Can anyone help me ?? 

thanks :)

Use LUA to make something like this. Will be way easier and more customisable and won't crash. Hex editing was so 2010, you scrub XD
Can you teach me how to do LUA ??
Title: Re: Student Faction Change
Post by: Mick3Mouse on December 03, 2014, 11:08:13 AM
^
http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial (http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial)
Title: Re: Student Faction Change
Post by: Ky on December 03, 2014, 11:27:20 AM
^
http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial (http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial)
Wow, how did you do that?
 :blank:
Title: Re: Student Faction Change
Post by: Ky on December 03, 2014, 11:32:19 AM
^
http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial (http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial)
This is very troll
 :cheersad:
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 03, 2014, 01:25:46 PM
^
http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial (http://lmgtfy.com/?q=Bully+scholarship+edtion+lua+tutorial)
you sir.... are not helping.

but that's cool though  ;D
Title: Re: Student Faction Change
Post by: Mick3Mouse on December 03, 2014, 01:51:23 PM
When you typed "bully scholarship edition lua tutorial" in the Google search box. You will have many results of diffrent lua tutorials. 

Here is an demonstration on how to open Bully lua tutorials:
(http://i.imgur.com/ZcpUzfg.gif)


I recomend Swegta's tutorial since i learned lua from him. 


Is that enough for ya?

Title: Re: Student Faction Change
Post by: madnesscombatfan212 on December 03, 2014, 01:53:10 PM
When you typed "bully scholarship edition lua tutorial" in the Google search box. You will have many results of diffrent lua tutorials. 

Here is an demonstration on how to open Bully lua tutorials:
(http://i.imgur.com/ZcpUzfg.gif)


I recomend Swegta's tutorial since i learned lua from him. 


Is that enough for ya?
That's so advanced, how did you learn all of this?
Title: Re: Student Faction Change
Post by: SWEGTA on December 03, 2014, 02:24:49 PM
Years of trial and error.
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 03, 2014, 05:45:23 PM
guys I was just asking for help about changing non-clique students to be part of a faction, because about a year ago someone uploaded an "ide.img only" file which Ray has the Jock strafe and stance (He use jock's style by the way), can anyone help me?
Title: Re: Student Faction Change
Post by: deadpoolXYZ on December 03, 2014, 10:40:26 PM
You have to rename the default faction name with the one you want. For example if you want ivan to become a jock then replace "STUDENT" with "JOCK...". Keep in mind that the dots you have to write aren't the ones in the keyboard as they must be 00 instead of 2E in hex values (maybe you can actually use 2E but I'm not sure so use 00 anyway).

Use LUA to make something like this. Will be way easier and more customisable and won't crash. Hex editing was so 2010, you scrub XD

Create a lua file, compile it and import it just to change 1 faction? Unless you are doing something big IMO it's not worth the time. By the way every OG in the board started with ide editing.  :P
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 04, 2014, 07:15:41 AM
You have to rename the default faction name with the one you want. For example if you want ivan to become a jock then replace "STUDENT" with "JOCK...". Keep in mind that the dots you have to write aren't the ones in the keyboard as they must be 00 instead of 2E in hex values (maybe you can actually use 2E but I'm not sure so use 00 anyway).

Use LUA to make something like this. Will be way easier and more customisable and won't crash. Hex editing was so 2010, you scrub XD

Create a lua file, compile it and import it just to change 1 faction? Unless you are doing something big IMO it's not worth the time. By the way every OG in the board started with ide editing.  :P

thanks!, but by the way how to make Ivan spawn in the boys dorm instead of Football Field??
Title: Re: Student Faction Change
Post by: Unknownsoldier on December 04, 2014, 06:37:03 PM
You have to rename the default faction name with the one you want. For example if you want ivan to become a jock then replace "STUDENT" with "JOCK...". Keep in mind that the dots you have to write aren't the ones in the keyboard as they must be 00 instead of 2E in hex values (maybe you can actually use 2E but I'm not sure so use 00 anyway).

Use LUA to make something like this. Will be way easier and more customisable and won't crash. Hex editing was so 2010, you scrub XD

Create a lua file, compile it and import it just to change 1 faction? Unless you are doing something big IMO it's not worth the time. By the way every OG in the board started with ide editing.  :P

thanks!, but by the way how to make Ivan spawn in the boys dorm instead of Football Field??
PedPop.dat maybe. I usually edit the \DAT\Trigger.img\Population.dat since it is more accurate.
Title: Re: Student Faction Change
Post by: Ky on December 05, 2014, 04:28:55 AM
I recommend watching the videos of SWEGTA, they helped me understand a little LUA MOD .
Title: Re: Student Faction Change
Post by: Ky on December 05, 2014, 04:31:21 AM
Yes, also can not forget the tutorial c00ld0c26 and DaBoss ..
 :a-cheer:
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 05, 2014, 02:29:48 PM
9/10 of these replies are Out of Topic...
Title: Re: Student Faction Change
Post by: deadpoolXYZ on December 05, 2014, 03:02:23 PM
You have to edit Pedpop.dat (\Rockstar Games\Bully Scholarship Edition\Config\dat\Pedpop.dat)
The default configuration only allow students, bullies and nerds to spawn in the boys dorm. If you want ivan (and the jocks) to spawn in the dorm just increase the red number to 1, 2 or anything else than 0:

Boys_Dorm
5,   0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,

The first numbers (5, 1, 4, 1) are the total, so if you increase the jocks population, you should increase the total population too (or your game will crash).

This method is very old but still efective to this day.
Title: Re: Student Faction Change
Post by: Gerry Vengeance on December 05, 2014, 07:00:57 PM
You have to edit Pedpop.dat (\Rockstar Games\Bully Scholarship Edition\Config\dat\Pedpop.dat)
The default configuration only allow students, bullies and nerds to spawn in the boys dorm. If you want ivan (and the jocks) to spawn in the dorm just increase the red number to 1, 2 or anything else than 0:

Boys_Dorm
5,   0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,

The first numbers (5, 1, 4, 1) are the total, so if you increase the jocks population, you should increase the total population too (or your game will crash).

This method is very old but still efective to this day.

thanks for the help... by the way what I mean is.. Ivan is a student but his faction is jock, I just wanted Ivan to spawn in the boys dorm not the other jock.. is that possible?
Title: Re: Student Faction Change
Post by: Ky on December 08, 2014, 07:40:41 AM
You have to edit Pedpop.dat (\Rockstar Games\Bully Scholarship Edition\Config\dat\Pedpop.dat)
The default configuration only allow students, bullies and nerds to spawn in the boys dorm. If you want ivan (and the jocks) to spawn in the dorm just increase the red number to 1, 2 or anything else than 0:

Boys_Dorm
5,   0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,

The first numbers (5, 1, 4, 1) are the total, so if you increase the jocks population, you should increase the total population too (or your game will crash).

This method is very old but still efective to this day.
Thanks for the tutorial, I also wanted to add the peds Boys in dorms..
Title: Re: Student Faction Change
Post by: deadpoolXYZ on December 08, 2014, 10:50:18 AM
thanks for the help... by the way what I mean is.. Ivan is a student but his faction is jock, I just wanted Ivan to spawn in the boys dorm not the other jock.. is that possible?

Well... pedpop only works with factions, not individual peds so it's not possible that way (the same applies with population.dat).

As far as I know spawning peds using lua only makes them spawn in a specific spot and in some cases they won't even interact with people (pedmakeambient fixed this?). Maybe someone with more experience can help you.