rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
Oh, I mean like the other Sims. Here in this game when the mod worked I could stay the same age, but the kids grew up when I gave them some kind of a serum. Yea, that's the struggle, I don't want other characters to get old and die, I just want the kids to grow up.
It's been years since I played the Sims, but I could've sworn there was a setting where people would age up to Adult, but not any further. I certainly don't remember any people dying of old age in my games, but maybe I just didn't play any single game long enough. Also, can't you give someone a birthday cake to age them, even if you have time-based aging turned off?

Does anyone know how to progress ashley love storyline? I am currenty suck on the love step where it says "Ashley may approach you at work". Had several days where her love was mas and would not continue story
In this game, several days is nothing. One of the biggest problems with this game's event system is that, if an event doesn't come up, there's no way to know whether it's because you haven't done a necessary prerequisite for the event to trigger, or because it just hasn't been randomly selected from the list of possible events. But I would at least give it a week or two before you really start to worry.
 

Chameleo

Member
May 20, 2017
404
407
266
It's been years since I played the Sims, but I could've sworn there was a setting where people would age up to Adult, but not any further. I certainly don't remember any people dying of old age in my games, but maybe I just didn't play any single game long enough. Also, can't you give someone a birthday cake to age them, even if you have time-based aging turned off?
I thought the cake is there to progress them from one stage to another, but they need to live for a while to be "old enough" to grow up or something like that. I don't remember. I don't have it installed right now, I might take a look sometime.
 

Burt

Ignoring Social Media
Dec 14, 2016
1,315
1,023
442
They 100% die in the sims always have even from first one you must have had the setting off or never played it long enough
 

Mishun

Active Member
Jan 27, 2018
759
253
168
there is some kind anti-cheat implemented? when i tried to edit my save with save editor i saw weird message, and save refuse to load
 

keer

Active Member
Jun 20, 2017
789
1,642
389
there is some kind anti-cheat implemented? when i tried to edit my save with save editor i saw weird message, and save refuse to load
There is an instruction on the site. About the file savetoken.rpy. Follow it and everything will work.
 
May 1, 2021
2
1
117
Hey guys! I've been searching the discord for console commands to make an NPC live with their existing mother/daughter but the only ones in the discord had "generate_mother" and "generate_daughter" commands. Can i make two related already existing NPCs live together?
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Hey guys! I've been searching the discord for console commands to make an NPC live with their existing mother/daughter but the only ones in the discord had "generate_mother" and "generate_daughter" commands. Can i make two related already existing NPCs live together?
The console can technically do most things that the code can do... so...
1. enter a conversation with the person you want to move.
2. Enter this into the console.
$ other_person = the_person
3. then go visit the person you want them to move into their home and enter a conversation.
4. then enter into console
$ other_person.change_home_location(the_person.home)

Should move that 1st person into the 2nd persons home. Again with the caveat that future effects are unknown. May break storylines, and cause all kinds of unfixable problems depending on who they are, etc.
 

Black Xoul

Active Member
Apr 5, 2018
532
371
199

SumterX

Newbie
Oct 30, 2018
22
7
116
It's been years since I played the Sims, but I could've sworn there was a setting where people would age up to Adult, but not any further. I certainly don't remember any people dying of old age in my games, but maybe I just didn't play any single game long enough. Also, can't you give someone a birthday cake to age them, even if you have time-based aging turned off?



In this game, several days is nothing. One of the biggest problems with this game's event system is that, if an event doesn't come up, there's no way to know whether it's because you haven't done a necessary prerequisite for the event to trigger, or because it just hasn't been randomly selected from the list of possible events. But I would at least give it a week or two before you really start to worry.

its been several weeks, i think i might have raised stats too quickly and the event will now not pop
 

slobber

Member
May 19, 2019
240
263
144
What did Ashley do with you most recently (for the love story)? Might just be unfinished
I think the last thing I saw from Ashley love path was the movie with sister
 

ozxi

New Member
Jan 13, 2022
6
7
71
Does anyone know how I can get the "we already had a threesome together" available for sis and mom? the sex record already shows more than 1 time threesome for both.
 
May 1, 2021
2
1
117
The console can technically do most things that the code can do... so...
1. enter a conversation with the person you want to move.
2. Enter this into the console.
$ other_person = the_person
3. then go visit the person you want them to move into their home and enter a conversation.
4. then enter into console
$ other_person.change_home_location(the_person.home)

Should move that 1st person into the 2nd persons home. Again with the caveat that future effects are unknown. May break storylines, and cause all kinds of unfixable problems depending on who they are, etc.
Thanks so much man! I couldn't figure out how to make the command refer to the other person. It won't break anything since it was a random non-story employee; she asked for her mother to be employed through the family sign up scheme (she only had a sister before) and when her mother generated i'm pretty sure it kicked her out of the Bay Area Condos. This helps so much :^)
 
  • Like
Reactions: Phoexist

Mishun

Active Member
Jan 27, 2018
759
253
168
The console can technically do most things that the code can do... so...
1. enter a conversation with the person you want to move.
2. Enter this into the console.
$ other_person = the_person
3. then go visit the person you want them to move into their home and enter a conversation.
4. then enter into console
$ other_person.change_home_location(the_person.home)

Should move that 1st person into the 2nd persons home. Again with the caveat that future effects are unknown. May break storylines, and cause all kinds of unfixable problems depending on who they are, etc.
thank you from me as well for this, i have another question. can i change their birth control with console? i don't want to wait 15 days
 
Last edited:

Phoexist

Active Member
Mar 11, 2020
505
559
258
thank you from me as well for this, i have another question. can i change their birth control with console? i don't want to wait 15 days
Haven't tested it directly, but while in conversation, in console put:

$ the_person._birth_control = False

of use True if you are trying to turn it on instead.
 
  • Like
Reactions: Mishun

Mishun

Active Member
Jan 27, 2018
759
253
168
Haven't tested it directly, but while in conversation, in console put:

$ the_person._birth_control = False

of use True if you are trying to turn it on instead.
turn it "off", to skip unnecessary waiting, they are have birth control "on" by default
 
Last edited:
4.60 star(s) 79 Votes