4.20 star(s) 204 Votes

Gunizz

Well-Known Member
Aug 9, 2017
1,242
3,389
447
Well, fortunately JOHN does have a gallery mod (linked on the OP) which for me, after this update, will be the only way to play this game till the time when the dev will finally allow Jessica to FUCK some OTHER MEN!
I don't like Gallery mods because I've found that they often mess with the persistent file. They set as "seen" scenes or dialogues you haven't see, or they introduce bugs after an update. I don't know if that's the case but I strongly suggest Stoper to make a gallery in the game, with a lock for unseen scenes, so people would get immediately if they have missed some content.
The best option would be a "path" page, where are listed all the branches shown like a tree, without spoilers. I've seen that done only in a game three years ago (I don't recall the title) and it was fantastic because you could see if there were unexplored paths, not just single lewd scenes. I wish all games had that, it was really easier to replay differently without wasting time.
 
  • Like
Reactions: RCC14

kaczy091

Active Member
May 27, 2018
502
355
251
Game description : ,, The game about a 25 years old woman, Jessica O'Neil, trying to make a career as an investigative journalist at a newspaper. After working for a local TV channel for a couple of years, she wants to dive into the deep waters and make an impact with her work. How far is she willing to go and what methods is she going to use is up to you, the player.'' Everyone wants the story to focus on her career and how corrupt she will be to achieve her goal. That is, get a promotion at work, get a better position, etc. ... What does the player get? Some scenes with an old man who sells newspapers at a stand + scenes with his boyfriend, if this goes on, this game will be over in 20 years...
 

cxx

Message Maestro
Nov 14, 2017
77,021
39,751
1,519
she gets scene with heather and her hubby too (just observing on latter), small scenes with "newsboy" and at restaurant and bit longer in college and mayor's party (2 scenes which block eachother and other is longer than other).
 

PietruccioTheHilander

Conversation Conqueror
Jul 17, 2019
6,131
15,769
893
Game description : ,, The game about a 25 years old woman, Jessica O'Neil, trying to make a career as an investigative journalist at a newspaper. After working for a local TV channel for a couple of years, she wants to dive into the deep waters and make an impact with her work. How far is she willing to go and what methods is she going to use is up to you, the player.'' Everyone wants the story to focus on her career and how corrupt she will be to achieve her goal. That is, get a promotion at work, get a better position, etc. ... What does the player get? Some scenes with an old man who sells newspapers at a stand + scenes with his boyfriend, if this goes on, this game will be over in 20 years...
so?
 

robrize2169

Engaged Member
Oct 8, 2022
2,229
4,525
387
i definately prefer the route where Jess is faithful to Conner and brings some lovely ladies into their sex lives. as opposed to having her cock tease a 60 something year old guy to the point where he could have a heart attack and die. so to each their own i guess..but i won't be playing that route.
 
  • Angry
Reactions: the3m_dude

SubtleHustle

Active Member
May 11, 2017
519
904
295
Looks like I'm missing some of the content due to my previous choices and the playtime is quite short for me. Changing simple variables does not improve it much.
- does anyone know how to change the array elements in Renpy console?
- do we have some up-to-date walkthrough mod?
If you are looking in the day14.rpy script you can search for 'in choices' and that will tell you where the conditional statements are for different dialog/renders/branches. Example

Python:
    if "d04parkerNoApology" in choices:
        "Jessica looks away shyly when she sees the excitement on Parker's face."
        JesT "This is the first time I'm doing anything with him in front of other people."
        JesT "This feeling is… kind of intoxicating."
Here you can see that on day04 you needed to make a choice that affects this branch. Assuming you don't want to load from day 4 or start over to change that choice. You need to enable console in renpy. Then you need to add that value to the 'choices' array/list. You can do that by entering this into the console:

Python:
choices.append("d04parkerNoApology")
If you want to check the array/list to see if that choice was already made:

Python:
"d04parkerNoApology" in choices
And it should return True or False.
 
4.20 star(s) 204 Votes