For those who are missing a walkthrough:
Like many other RenPy games you can open the .rpy files in the game folder with notepad++ an see how a decision changes the variables. The "" marks the dialoge option and the $ symbol marks a variable.
E.g. in the file "02 Day 01.rpy" Line 55 the option "Sure. I'll do great work, you'll be proud." gives you $ rileypro += 2 and $ bepro += 1 --> Riley thinks you are more professional and you become a little bit more professional.
This is not a full compensation for a walkthrough but it gives you pretty much a nice guideline. Since the complexity of the game grows with its progress, the later .rpy files contain more stuff than you will actually see ingame because of the many branches the game has. So you will need to skip some lines in these files. Use the search funtion (ctrl + f) to find your dialog options in the file.
Some events like sex scenes ore dates are in seperate files. So also check the s... .rpy files in the same folder if there is one that fits your scene. The names of those files is pretty clear. "s 21 michellecinema.rpy" contains all the stuff of the cinema dates with Michelle.
Have fun
Like many other RenPy games you can open the .rpy files in the game folder with notepad++ an see how a decision changes the variables. The "" marks the dialoge option and the $ symbol marks a variable.
E.g. in the file "02 Day 01.rpy" Line 55 the option "Sure. I'll do great work, you'll be proud." gives you $ rileypro += 2 and $ bepro += 1 --> Riley thinks you are more professional and you become a little bit more professional.
This is not a full compensation for a walkthrough but it gives you pretty much a nice guideline. Since the complexity of the game grows with its progress, the later .rpy files contain more stuff than you will actually see ingame because of the many branches the game has. So you will need to skip some lines in these files. Use the search funtion (ctrl + f) to find your dialog options in the file.
Some events like sex scenes ore dates are in seperate files. So also check the s... .rpy files in the same folder if there is one that fits your scene. The names of those files is pretty clear. "s 21 michellecinema.rpy" contains all the stuff of the cinema dates with Michelle.
Have fun