UnfinishedSentenc

Active Member
Jan 5, 2023
668
992
128
This is a great game! It would be even greater if Chapter 3 introduced one or two more "18 y.o." girls and then branched out into a harem, though! That would be epic!!!
 
  • Like
Reactions: Darkaura

indio68

Forum Fanatic
Sep 26, 2020
4,583
4,089
387

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,375
9,088
728
Changelogs :unsure::unsure::unsure:
Animated Scenes & ROLLING WIPS
2 x Friend
1 x Ashley
1 x Jazmin
1 x Shortcake
1 x Svetlana
1 x Vicky
1 x Trisha
1 x Yuki

– Yuki missionary sex on the sofa (2 x angles)
– Yuki doggystyle sex on the sofa (2 x angles 3 x angles)
– Yuki spoon sex on the sofa (2 x angles, 3 x speeds)
– Svetlana and the MC 69er scene (2 x angles)
– Svetlana laying on your side sex (2 x angles, 3 x speeds)
– Svetlana on her bed, MC on his side sex (2 x angles, 3 x speeds)
– Svetlana cowgirl sex (2 x angles, 3 x speeds)
– Kristina blowjob (2 x angles)
– Kristina titfuck (2 x angles)
– Kristina missionary sex on the bed (2 x angles, 3 x speeds)
– Kristina cowgirl sex on the bed (2 x angles, 3 x speeds)
– Kristina doggystyle sex on the bed (2 x angles, 3 x speeds)
 
  • Like
Reactions: if95

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,034
275,352
957
yea forgot the multiquote, my bad sry...i didn't see any link in first page that's why i asked..so mod still in the working ? good.
Well, no? It's not updated yet, the game just came out like an hour or two ago, you will have to wait for an update..if you have never played it, each chapter is separate and Sancho1969 has a mod so far for the first 2 chapters...have to wait for him to update for chapter 3...simple as that.
 

fishbrain

Engaged Member
Apr 9, 2018
3,892
5,078
720
Latest patch still works for this one? Read through a lot of comments and didn't see it mentioned.
 

PhoenixRage23

Active Member
May 24, 2020
963
1,161
298
Not sure this will happen (not saying that it doesn't happen at all), but you might have to wait at least 2 years for that.
Our next game (starting most likely Feb 2024) will be a male MC, (possible) full harem game (incest included for SS version) with a setup which isn't worn out - meaning at least we don't know any other game having such setup for the story now (there might be some though).
Not featuring fantasy, science fiction, rape, netorare, netorase (maybe containing netori though) and bestiality.

Glad to see your next game may have a full harem. Your games are great, but for me that's been the frustrating part of having to choose which routes to pick without having to play multiple times to see all the renders and such.
 

TommyTuba

Engaged Member
Aug 2, 2017
2,720
1,899
345
True, but looking at those scenes from the movie, could you see Connery or Moore being so unreservedly romantic? Lazenby made their relationship more realistic than either of the other two could, IMHO. They would be too aloof to show such love, even for "Emma Peel."
What scenes?
 
Mar 15, 2021
340
792
151
A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.

Game version: Ch. 3 v0.01i Extras

Backup your persistent data if you have any doubts that this little unlocker might brick your game.

This mod shouldn't interfere with other mods.
If you use SanchoMod you really don't need this little script unless you aren't satisfied with the fully unlocked SanchoGallery.

Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.49330/post-11579614

# Start the deal with the devil
init 666 python:
    # Peeping Tom Gallery
    if not v_pt_images is None:
        for week_images in v_pt_images:
            for i, image_alt in week_images:
                varname = "v_pt_image_index_" + i
                if getattr(persistent, varname) != True:
                    setattr(persistent, varname, True)

    # Doughnut Gallery
    if not v_rewards_min_digits is None:
        for who, digits in v_rewards_min_digits.items():
            i = 0
            while renpy.loadable("images/rewards/lewd gallery/" + who + "/lewd_" + who + "_" + str(i + 1) + ".jpg"):
                i += 1
                varname = 'v_rewards_' + who + '_' + str(i).zfill(digits)
                if getattr(persistent, varname) != True:
                    setattr(persistent, varname, True)

    # Replay Gallery
    gallery_unlock_list = [
        'w11eow_nicole_bedroom', 'w11eow_yuki_sex', 'w11eow_svet_sex',
        'w11eow_k_sex'
    ]

    for gallery_unlock_item in gallery_unlock_list:
        varname = 'replay_' + gallery_unlock_item
        if getattr(persistent, varname) != False:
            setattr(persistent, varname, False)

    # Make sure the replay scenes are clickable
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
It doesn`t unlock anything lol
 

Bahamut Zero

Engaged Member
Apr 27, 2017
3,066
2,414
439
Hi guys last time i play this game was till the end of chapter 1
So i see now that the game now have chapter 2 and 3 (just start now i think?)

Anyway what i wanna understand is
I see that every chapter have an incest patch. But i do not see an incest patch for chapter 3, so can someone explain it to me?
The game as a new relationship system? O we need to wait for a incest patch?
Just to understand because i need to restart the game to chapter 1, so i have a long way to go. So have no problem to wait for a incest chapter 3 patch.

can someone give me some info?

Thank you
 
3.50 star(s) 284 Votes