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


Author Topic: [SOLVED] Another Question.  (Read 4313 times)

0 Members and 1 Guest are viewing this topic.

Offline FearlessBloodseeker

  • X-Strygwyr-X
  • Jr. Member
  • **
  • Posts: 24
  • Gender: Male
  • X-Bloodseeker-X
    • View Profile
[SOLVED] Another Question.
« on: May 21, 2012, 08:51:32 AM »
I know I asked this before but It's dead :3
So let me ask again, how do you spawn Townies around the school? Yes I mean the whole area, except Girls Dorm :3
Could you please show me the tutorial?
I know there's a tutorial around here, but I don't get it :(
« Last Edit: May 21, 2012, 10:52:01 PM by AkenFearless »

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Another Question.
« Reply #1 on: May 21, 2012, 11:02:36 AM »
Well editing it is not very easy, of course. But it's controlled through "Population.dat" in the Trigger file. I personally can't explain it any better than the tutorial.

Offline FearlessBloodseeker

  • X-Strygwyr-X
  • Jr. Member
  • **
  • Posts: 24
  • Gender: Male
  • X-Bloodseeker-X
    • View Profile
Re: Another Question.
« Reply #2 on: May 21, 2012, 11:13:01 AM »
What tool should I open it with? Hex Editor?

Offline -мα∂нαттяι¢к-

  • Full Member
  • ***
  • Posts: 254
    • View Profile
Re: Another Question.
« Reply #3 on: May 21, 2012, 01:50:02 PM »
Ok so go to your bully directory, then config/dat. find a file called pedpop.dat. and open it with notepad++. and it shows you the order the cliques and types of people are listed in. like this
# 1      Total population
# 2      Prefects
# 3      Nerds
# 4      Jocks
# 5      Dropouts
# 6      Greasers
# 7      Preppies
# 8      Students
# 9      Cops
# 10   Teachers
# 11   Townpeople
# 12   Shopkeep
# 13   Bully

then go to the place(s) you want to spawn the townies. I'll use Boys dorm as an example. I've already edited mine.
Boys_Dorm
5,   0, 2, 4, 4, 4, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 4, 4, 4 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 4, 4, 4, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 4, 4, 4, 0, 1, 0, 0, 0, 0, 0,
As you go down, is later in the day. To have 5 townies spawned at all times of the day, change it to this.
Boys_Dorm
5,   0, 2, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 4, 5, 4 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 4, 5, 4, 0, 1, 0, 0, 0, 0, 0,
You can repeat that process to spawn them on the school grounds (MainMap) school halway, library and all that.

Offline Red Blaster

  • The BB Arab
  • More Than Halfway There
  • *****
  • Posts: 5,649
  • Gender: Male
  • Hi
    • View Profile
Re: Another Question.
« Reply #4 on: May 21, 2012, 03:10:37 PM »
Ah, MainMap is school grounds? I didn't know that.

Offline UltimateGamer1

  • BullyLeecher
  • Full Member
  • ***
  • Posts: 189
  • Gender: Male
    • View Profile
Re: Another Question.
« Reply #5 on: May 21, 2012, 04:07:33 PM »
The population.dat in the trigger.img allowys you to spawn them in the boy's dorm and all around the football feild and on all the cliques turf's to start turf wars lol.

deadpoolXYZ

  • Guest
Re: Another Question.
« Reply #6 on: May 21, 2012, 05:18:07 PM »
You can already spawn them in the dorm editing the pedpop.dat

What happens if I change the name of a place in pedpop with another one that is not in it?

Offline -мα∂нαттяι¢к-

  • Full Member
  • ***
  • Posts: 254
    • View Profile
Re: Another Question.
« Reply #7 on: May 21, 2012, 05:40:34 PM »
@Ultimategamer1: yeah, i posted a tut how to do that in my post above
@DeadpoolXYZ: probably not, but you never know. The places that are not found in these files are done through scripts, i believe. Bu yeah give that a shot

Offline UltimateGamer1

  • BullyLeecher
  • Full Member
  • ***
  • Posts: 189
  • Gender: Male
    • View Profile
Re: Another Question.
« Reply #8 on: May 21, 2012, 08:44:25 PM »
The pedpop.dat and population.dat are entirely differen't from one another. The population.dat is listed together with the scripts and have a more scientific method of lines and codes you can create or manipulate.

Offline -мα∂нαттяι¢к-

  • Full Member
  • ***
  • Posts: 254
    • View Profile
Re: Another Question.
« Reply #9 on: May 21, 2012, 08:51:39 PM »
Yeah, they are different, never said they were. But all I said was that peds can be added to places through pedpop

Offline UltimateGamer1

  • BullyLeecher
  • Full Member
  • ***
  • Posts: 189
  • Gender: Male
    • View Profile
Re: Another Question.
« Reply #10 on: May 21, 2012, 09:32:32 PM »
I was explaining for newbies, just to so they won't get confused lol. The Population.dat has more places to spawn character's that is all I was saying lol.

Offline FearlessBloodseeker

  • X-Strygwyr-X
  • Jr. Member
  • **
  • Posts: 24
  • Gender: Male
  • X-Bloodseeker-X
    • View Profile
Re: Another Question.
« Reply #11 on: May 21, 2012, 10:08:03 PM »
Ok so go to your bully directory, then config/dat. find a file called pedpop.dat. and open it with notepad++. and it shows you the order the cliques and types of people are listed in. like this
# 1      Total population
# 2      Prefects
# 3      Nerds
# 4      Jocks
# 5      Dropouts
# 6      Greasers
# 7      Preppies
# 8      Students
# 9      Cops
# 10   Teachers
# 11   Townpeople
# 12   Shopkeep
# 13   Bully

then go to the place(s) you want to spawn the townies. I'll use Boys dorm as an example. I've already edited mine.
Boys_Dorm
5,   0, 2, 4, 4, 4, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 4, 4, 4 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 4, 4, 4, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 4, 4, 4, 0, 1, 0, 0, 0, 0, 0,
As you go down, is later in the day. To have 5 townies spawned at all times of the day, change it to this.
Boys_Dorm
5,   0, 2, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
1,   0, 0, 4, 5, 4 0, 1, 0, 0, 0, 0, 0,
4,    0, 1, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
1,    0, 0, 4, 5, 4, 0, 1, 0, 0, 0, 0, 0,
You can repeat that process to spawn them on the school grounds (MainMap) school halway, library and all that.

Alright, school grounds( MainMap) didn't work for me. They didn't spawn around the school o.o
I made it right this:

MainMap
43,   0, 5, 5, 5, 5, 5, 5, 0, 4, 4, 0, 5,
41,   0, 5, 5, 5, 5, 5, 5, 0, 0, 5, 1, 5,
39,   0, 5, 5, 5, 5, 5, 5, 0, 0, 3, 1, 5,
37,    0, 5, 5, 5, 5, 5, 5, 0, 0, 1, 1, 5,

Offline -мα∂нαттяι¢к-

  • Full Member
  • ***
  • Posts: 254
    • View Profile
Re: Another Question.
« Reply #12 on: May 21, 2012, 10:32:17 PM »
maybe i'm wrong. I think he mainmap for school is called SchoolMainMap and that is just the town. Not sure. Did everywhere else work? And look extract trigger and open population.dat. I'm pretty sure the main school main map is in that file

Offline FearlessBloodseeker

  • X-Strygwyr-X
  • Jr. Member
  • **
  • Posts: 24
  • Gender: Male
  • X-Bloodseeker-X
    • View Profile
Re: Another Question.
« Reply #13 on: May 21, 2012, 10:51:37 PM »
Boys dorm: Yes
Library: Yes
School Hallway: Yes
School Area: Yes!

Alright, I manage myself on population.dat
So, thanks to everyone who helped me :)

Offline -мα∂нαттяι¢к-

  • Full Member
  • ***
  • Posts: 254
    • View Profile
Re: [SOLVED] Another Question.
« Reply #14 on: May 21, 2012, 10:54:33 PM »
Alright, cool, and good job. If you need anything else you can ask me or anyone else on this board, i am sure they will help you.