Fuzzcat

Active Member
Oct 27, 2017
624
664
It's because I'm a game dev too, and seeing someone ignoring a feature they implemented always make me a little sad :p
It's not just because you're a dev*... it's because. XD
The options are there, implemented, and literally is tipying a couple letters and have a whole game difference.
Still, it's good that is a simple thing to change at least.

(* I totally get what you mean. I'm an arts teacher aside of illustrator, and it always makes me sad when there's someone with artistic potential wasting their... well, potential precisely.
Or certain games which have excellent opportunities to make great graphics, and instead they just fell short on obvious things.)
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,214
10,373
Is it just me, or does it seem like every person you hang out with is always "hating this..." when you have a meal? Nobody likes to be taken out to dinner anymore??
That's why the perfect date perk is so hilarious. Go to work, "X likes this". Do your finances "X likes this". Sell drugs "X likes this". Break into someone's house and rape them in their sleep "X likes this".
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,846
21,974
That's why the perfect date perk is so hilarious. Go to work, "X likes this". Do your finances "X likes this". Sell drugs "X likes this". Break into someone's house and rape them in their sleep "X likes this".
Yeah, until you get the perfect date perk, they all pretty much hate anything you do.
They like many other things that we do...how does one obtain the perfect date perk?
 

jkstfs123

Newbie
Sep 27, 2018
62
23
Does anyone know why this would never trigger? The scene works fine when manually triggered but it never happens in regular gameplay. All the other scenes I've done with such lenient conditions happen practically ever other day but I've never seen this one once.

Code:
WHAT: all, -sleep, -nap
WHERE: home
WHEN: 5 - 10
WHO: Actor = getRelative(); If Actor.livesWithPlayer() && !Actor.isMale() && Actor.isInterestedIn(Player) && Actor.rapportwithplayer > 15
OTHER: isAtHome()
 

Ravenger6660

Active Member
Sep 14, 2017
861
1,007
Does anyone know why this would never trigger? The scene works fine when manually triggered but it never happens in regular gameplay. All the other scenes I've done with such lenient conditions happen practically ever other day but I've never seen this one once.

Code:
WHAT: all, -sleep, -nap
WHERE: home
WHEN: 5 - 10
WHO: Actor = getRelative(); If Actor.livesWithPlayer() && !Actor.isMale() && Actor.isInterestedIn(Player) && Actor.rapportwithplayer > 15
OTHER: isAtHome()
Actor not a family member?
Actor does not live with player?
Actor has to be female or futa?
Actor not Interested in player gender?

Error
Actor.rapportwithplayer > 15
|
V
Actor:rapportwithplayer > 15
 
Aug 23, 2018
425
458
Does anyone know why this would never trigger? The scene works fine when manually triggered but it never happens in regular gameplay. All the other scenes I've done with such lenient conditions happen practically ever other day but I've never seen this one once.

Code:
WHAT: all, -sleep, -nap
WHERE: home
WHEN: 5 - 10
WHO: Actor = getRelative(); If Actor.livesWithPlayer() && !Actor.isMale() && Actor.isInterestedIn(Player) && Actor.rapportwithplayer > 15
OTHER: isAtHome()
how do you manually triger a scene
 

FisherMatt

Newbie
Jul 4, 2018
70
60
This has probably been suggested before- I think there should be a quest that centers around a pandemic or something that leaves the city needing to be repopulated... and you are the only hope.
 
  • Like
Reactions: nogling

jkstfs123

Newbie
Sep 27, 2018
62
23
how do you manually triger a scene
The tilde key causes a little text box to open on the bottom right. Type in the filename minus the extension for the scene there and it force plays it if it can. If it can't for some reason, like there's no suitable npcs to fill a role, you won't get an error or anything. Just nothing will happen.
 
  • Like
Reactions: AECOBoiE

nogling

Member
Jul 26, 2021
102
66
So I think I've got a bug: Had a gf and got her pregnant. She broke up with me for cheating on her. While she was still pregnant she got a new bf. When our child was born, the game said I cucked this guy, when in reality she was already pregnant when they started dating.
 
  • Sad
Reactions: jinzom
3.30 star(s) 118 Votes