What's the best way to play Episode 2 as Mark? (Mark is avoidable.)


  • Total voters
    669
  • Poll closed .

After Choices

Engaged Member
Game Developer
Mar 21, 2021
2,674
13,667
Thank you, guys :love:

Nice start. I like the quality of expressions on the faces. You really can see the mood in that situation. But for the future I hope there are hints to follow/avoid a specific path. :cool:
The swinging scene at the end (unfinished i think) is very exciting... there will be also a hotwife/cuckold path? (Mark is not joining but only watching her wife get screwed by other men and enjoy it)
Thanks for bringing this game back!
 
  • Like
Reactions: Envoye and mttd20

Hibike

Newbie
Dec 27, 2020
28
71
what's all this hidden BB1Mode?
View attachment 4163384
If it's the same as in Free Pass, it's for the black border mode where you have black borders at the top and the bottom. Don't really understand it though as the images are the same in both cases.

If you want to get rid of it, I used this regex

Code:
^([ |\t]+)if +BB1Mode *== *True:\n+\1[ |\t]+(.*)\n+\1else:\n\1[ |\t]+\2
Replacement is $1$2

This replaces any instance of that if both paths are the same

e.g.
Code:
    if BB1Mode == True:
       scene a
    else:
       scene a
will become
Code:
    scene a
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
2,405
911
Naughty40-0.105
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
3,059
8,189
If it's the same as in Free Pass, it's for the black border mode where you have black borders at the top and the bottom. Don't really understand it though as the images are the same in both cases.

If you want to get rid of it, I used this regex

Code:
^([ |\t]+)if +BB1Mode *== *True:\n+\1[ |\t]+(.*)\n+\1else:\n\1[ |\t]+\2
Replacement is $1$2

This replaces any instance of that if both paths are the same

e.g.
Code:
    if BB1Mode == True:
       scene a
    else:
       scene a
will become
Code:
    scene a
thx for explaining
 
3.40 star(s) 5 Votes