That's my experience as well. My guess is because in the save game the variable is called "uni" but in TEXT.ini you can only find "/sch" everywhere. There's literally NO "/uni" anywhere in TEXT.ini
Edit: There's also no "sch=" in the save game.
everywhere. After my first load it never said "school" again.
Ok, I just did what no Game Developer should ever did, and I feel dirty by doing that, but...Yeah, it happened to me too. In game it will say "College" and "Age+3". but in the save file it says
Code:AGE="18.000000" uni="School"
I check the code and found the bug That I made god knows when
Those names were resetting EVERY TIME:
- G.DAUGH = "Daughter"
- G.SIS = "Sister"
- G.DADDY = "Daddy"
- G.FATHER = "Father"
- G.BROTHER = "Brother"
- G.BB = "Big Brother"
- G.BS = "Big Sister"
- G.SON = "Son"
- G.MOTHER = "Mother"
- G.MOM = "Mom"
- G.SCHOOL = "College"
- G.age = 18
So I fix it....