DarkEmerald

Newbie
Jun 29, 2018
18
50
I know it's there for the higher tiers, not sure on the lower tiers.
It was there for my tier anyways. I really didn't think of it. First time sharing files and it's really only because I was done waiting for it to be regularly released. I just want to play with the walkthrough mod. I'll do it in the future if I get bored again.
 
  • Like
Reactions: 991207z

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,917
212,762
Can someone tell me if there is a choice in this now, and the player can put a leash on Lin(?), or if in the end the Mc continued to act like an idiot without using the powers and content between Lin and Rin was forced?

Or maybe the story hasn't advanced enough yet to know what will happen, whether there will be a choice or not?

Thanks in advance.
Each update is 100MB, and like 4 minutes of content, it's going to be a while before much of anything happens. Only new ones in this update are this:

  • Added two new scenes with Hecate.
  • Added new scene with Molly.
 
  • Thinking Face
  • Like
Reactions: hasanz and Chimba

Chimba

Well-Known Member
Mar 6, 2020
1,611
10,041
Each update is 100MB, and like 4 minutes of content, it's going to be a while before much of anything happens. Only new ones in this update are this:
Yes, I know that the game moves at a snail's pace lol, but since the last time I played this was in 2021-2022, I assumed that since 2-3 years had passed, there would be an answer for that, but taking into account your answer, I guess the story hasn't really advanced anything.

Anyways thanks.
 
  • Like
Reactions: hasanz and tuekop

ROBOargento

New Member
Feb 9, 2021
2
4
I think the developer doesn't know what to do with the story. It opened too many paths and does not develop any. The relationship between the twins was interesting and came to nothing. Just like the topic of good and bad powers, and the consequences of using them.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,917
212,762
Sounds like nothing added that requires an update to the incest patch. Guess I wait for 3.1. I really wish he'd pick Dirty Pool back up and at least finish it with a proper ending, this one seems to have mostly ran out of steam as far as story goes and seems to be headed for the same fate.
The patch never needs an update...
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,917
212,762
last one I have says 2.9. If it was universal I wish it would say so instead of a version after it.
It doesn't need updated. The game already has it, it's just looking for patch.rpa to enable it.

This is the code:

init:
$ p_name = ""
$ mother_name = ""
$ plr = DynamicCharacter("p_name", color="#FFFAFA")
if patch_mod == True:
$ persistent.mother_name = "Mother"
else:
$ persistent.mother_name = "Molly"

init -1 python:
config.default_language = "english"

init -2 python:
patch_path = 'patch.rpa'
if renpy.exists(patch_path) == True:
patch_mod = True

else:
patch_mod = False
 
3.80 star(s) 126 Votes