One event is the mom being worried to be replaced. I encouraged her to be naughty, it worked, and she told me all about it afterwards. It was quite a while ago like more than 50 ingames days ago and there was nothing afterwards. Regardless of how I crank up or down the crisis settings.
I was wondering, can this event be repeated naturally ? Like, lowering some stats maybe ? If she feels not slutty enough maybe ? Or is it just a one time thing ?
Several events in the game (and mod) are called one-time only events. Once it's triggered the event trigger is then removed from the random event list, so it can't trigger again. The Jennifer slut event (seduce Boss) currently ends after she is hired as personal assistant of her Boss and, after sometime (and with high enough sluttiness), become worried she'd be replaced and ask for MC's help, and for the MC to provide solutions.
This event would have the MC either help her make her boobs bigger, tell her to give up or something, or talk to the Boss himself. The boobs option is alright but not really slutty IMO. Talking to the Boss promises to open new plot threads but as I wrote earlier, is left hanging at the moment. Tell her to give up obviously closes the plot line.
The roadmap on Gitgud states the next update should continue Jennifer's plot to progress to the point where she may start having sex with her Boss. And it also promises an alternative plot for people who doesn't want NTR. I don't know if they are working on this update in a separate branch or have given up, but I havn't found any new commits on the develop branch involving this update
#September 2023
First week of september, release content patch 1 to the public via develop merge and hopefully new master AiO release
...
For Jennifer, progress her slut route to atleast fucking her boss, then extend hiring her events to fucking MC at work.
Create new work role: Personal Assistant. Personal assistant still counts against employee count, and works from CEO office
Personal Assistant has small slut route, where she helps MC with "tension", later has options where if MC has high Lust, entering the office triggers scenes
Create new wardrobe function for Jennifer via obedience route to dress her up when she is home. Make Lily notice.
...
#October 2023
Estimated Patch notes. *** notes changes made for a pivot to patreon guidelines if decided to go that way.
- Jennifer 60 sluttiness event while serving as personal assistant
- Jennifer 20, 40, 60 sluttiness events while MC employee
- Jennifer transition to MC employment event
- Jennifer 120, 140 obedience events and dressup rules
...
Damn, this game really makes me wanna learn Python so I'd be able to add and modify some of these events, I'd totally wanna add more options like pantyhose / stockings to steal too. I've looked a bit at the files and while I'm able to modify text when character speak to add more lines or modify what they say, when it comes to triggering events, adding stats, etc... I feel helpess lol.
Do it, Python is basically high-level programming language for babies (and was most popular among data scientists due to its relative simplicity as well as math/statistics capabilities); besides, Renpy code is also not really python, unless you need specific classes, a new scene can be added basically like writing a novella.
I tried to write a scene "Mom NTR enhanced", basically following the thread the NTR scene was initially intended to be (in the mom NTR script, Lily was mentioned to maybe get a cameo in a never-to-arrive update). I had to get my laptop fixed to get the old script out, or at least get the harddrives out, but it's really pretty simple. A scene is write basically with
Label scene_name:
Then you can call the person by putting the person object (mom) for example, and write up stuff
IRRC my scene went something like this:
Mom: "blahblahblahblah"
"Stuffs happening that ain't dialogue"
"Naked dude (for when you don't have a person object but still needs some rando)" "Wow bro REEEE WEEEEE"
"Blah blah blah"
...
Was gonna have her do a randomly generated number of men (>2 since 2 is the maximum from the original NTR mod) and got to the point I had lily show up. However, since my plan to generate new poses using SD failed (not consistent enough sadly) I put it off. Was gonna have a chance to have Lily do MC while they watch, and depending on sluttiness and plot progression, have her join the scene (though that would need a new class to manage who's doing whom).