Start the game with tutorialSo I just downloaded this game and I am confused. What is it like a sims? hard to get started I don't know what to do.
You don't need to get a job. You can make money doing porn, stripping and/or prostitution (not that those aren't jobs.) Completing the Bad Girls Gone Worse quest (based on Eva Kiss's Good Girl Gone Bad and main characters in it) earns over $1 million.It's a sandbox game. It's up to you what to do. Check the kinks you like and uncheck the ones you dislike in mod menu. Get a home, find a job and see where the journey is taking you.
WHO: Actor = getSpecific(Dating); If !Actor.hasRelationship(Poly) && Random(50, 100) < Actor:perversion
OTHER: OpenRelationship() && isModEnabled(vin_NTR)
Take this file & replace the one in the game. It'll stop that plus when you meet people some will be pregnant. I didn't make the file, it is from better pregnancyI'm (still) experiencing characters getting randomly un-pregnant as if they reset to a default state. Does anyone know why, or how to stop it?
Note you'll have to install it every new update, as the update redoes lots of things that aren't new, so save it somewhere else, too.Take this file & replace the one in the game. It'll stop that plus when you meet people some will be pregnant. I didn't make the file, it is from better pregnancyIt works great. I've been using it ever since better pregnancy no longer updates.
there's a MEGA link to all of the cities. each one comes as a zip file, there are instructions in there on where to put the uasset fileshow we can put all the cities in the game
A scene writer can determine if an NPC has orgasmed after the scene by checking attractiontoplayer. Players are not so easy to check though.I played this game awhile back,it was good, but I held back on supporting it. Is the sex system still paperdolls? If a npc initiates sex are they happy if I just cancel it out? Personally I like checks like did I (npc) orgasm and was it good. Anyone know if they're going to add content to the sex or folks happy paperdolling it. (paperdolls is you set things up but it's just for show)
...
preStat = Actor:attractiontoplayer
Actor:attractiontoplayer => 60 // if attractiontoplayer is too high, wont be able to determine orgasms
Filter(Blowjob)
Sex(Actor, Player)
postStat = Actor:attractiontoplayer
orgGain = postStat - 60
If orgGain < 9
Actor:: "Geesh, you can't even get me off."
Elseif orgGain < 18
Actor:: "Thanks for the blow."
Elseif orgGain < 27
Actor:: "Wow... two loads, thanks!"
Elseif orgGain < 36
Actor:: "OMG... you made me cum three times! Unreal!"
Else
"<Actor.name> passes out from you draining them 4 times. Congrats."
Endif
totStat = preStat + orgGain
Actor:attractiontoplayer => totStat // set it to what it would be if we did not preset it to 60
...
Thanks, replaced the original but that doesn't seem to have solved my problem, not even in part. Characters still keep losing their pregnant status. Married, unmarried, relative, nonrelative, neighbour or not, collegue or not, from one scene to the next they just "forget" it, multiple times a day.Take this file & replace the one in the game. It'll stop that plus when you meet people some will be pregnant. I didn't make the file, it is from better pregnancyIt works great. I've been using it ever since better pregnancy no longer updates.