It may have already been asked before. But how can I go further than the boyfriend/girlfriend relationship ?
Also, is it possible to run for city commissioner, because I didn't see any options while searching.
And lastly, more technical, since I update the save file, I try to find what values impact what (for most it's easy), but I don't understand how the pregnancy are encrypted.
1. The Marriage question has been asked before, and TotalFluke's response has been that it would require a major update of the code, since relationship status beyond BF/GF isnt checked. The work required would be equivalent to a major patches, and he wants to cover to some other content first. Though he will consider it later.
2. City Commissioner is a full time job. Winning as MC would mean that you would have to sell your club. Naturally that isnt possible, so you and all club owners are unable to run for the City Commissioner. If you talk one of your employees into running, if they win, they will quit working for you.
3. Pregnancy info is located in 2 major places in the save file. First every character has a pregnancy entry.
Like this one:
Code:
Pregnancy 70 68 True 25.24885 14.6055 22 0 -1 -1 0 0
70 is the Pregnancy pointer number this is pointed to by "person" entry.
68 is the character id number who's entry this is, leads back to ther "person" entry
True means the character is female and can get pregnant.
25.24885 this is the max pregnancy chance of the character.
14.6055 current pregnancy chance based on day of the month
22 is the day her cycle starts. Though that does not mean max fertility on that day. Just every character has a start of cycle day.
0 Birth control flag. 1 mean she is using, 0 means she is not.
-1 this number is changed to day or event flag if she got pregnant
-1 this number is the character id number of the father.
0 No idea. Maybe total children number.
0 Not seen this change
if she is pregnant, the "current pregnancy chance" number is changed to pregancy progress percentage.
The other place there is info about pregnancy is at the end of a character ID entry. Flags get set. And each character's schedule is also set there.
I have attempted to eliminate a pregnancy via Savegame editing and was unsuccessful. Meaning that I reset her to not be pregnant, but I still got the "Talk" about being the father. I then killed that save, because I believe that things would just break down the line.