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


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

0 Members and 1 Guest are viewing this topic.

Offline Kainsmoney

  • Jr. Member
  • **
  • Posts: 4
    • View Profile
    • Kainsmoney
Re: [SOLVED] Another Question.
« Reply #15 on: May 23, 2012, 02:16:14 AM »
Doing a quick check, Pedpop Mainmap, is the school bridge leading to the greaser, does look like is the only place.

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: [SOLVED] Another Question.
« Reply #16 on: May 24, 2012, 11:22:07 PM »
I know this is solved but I will step in for one small correction to the posts above.  8)

when editing the lines for pedpop or any of the files that have population data....the very first number in each line is the total of every number in that line added together. For example if you have for the boys dorm:

Code: [Select]
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

the numbers on the far left for each line have to reflect the TOTAL number of the other numbers for each line.

The corrected edit should be:

Code: [Select]
Boys_Dorm
18,   0, 2, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
14,   0, 0, 4, 5, 4 0, 1, 0, 0, 0, 0, 0,
17,    0, 1, 4, 5, 4, 0, 2, 0, 0, 0, 0, 1,
14,    0, 0, 4, 5, 4, 0, 1, 0, 0, 0, 0, 0,

This is the same for the population code in the files inside of trigger.img. This is also the same for the LUA source code for the game too.