Mar 15, 2021
340
787
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
2,758
2,136
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
 

Bubba56

Newbie
Jan 1, 2018
45
50
How does Mr. Dots do it? 3 games and every time the designated main girl is if not dead last near the bottom of rankings and its always the side girls that steal the show. Is it a curse?
 
  • Like
Reactions: VOYEUR and thesamp

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,890
21,452
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
No patch needed... You only need it for CH1.

CH2 and 3 are the SS versions of the game which are pre-patched.
 

SevenCostanza

Member
Mar 3, 2021
479
933
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
Any way to change the name? It's just set at MC for me
 

colombeen

Member
Modder
Jul 16, 2021
332
1,948
Any way to change the name? It's just set at MC for me
I just checked, if you have a game that has been started, it should use the names from your save, if you haven't imported anything or started by settings everything up manually, it will use MC
 

SevenCostanza

Member
Mar 3, 2021
479
933
I just checked, if you have a game that has been started, it should use the names from your save, if you haven't imported anything or started by settings everything up manually, it will use MC
Ah crap ok I had to start a new game and input the settings. Any way to change this lol
 

NukaCola

Engaged Member
Jul 1, 2017
3,917
4,575
How does Mr. Dots do it? 3 games and every time the designated main girl is if not dead last near the bottom of rankings and its always the side girls that steal the show. Is it a curse?
Who are you talking about? I'm pretty sure the main girl, sister, shortcake is ranking pretty high. The one that dead is Yuki.
 
  • Like
Reactions: zombie666

elbro

Member
Nov 22, 2020
242
421
I save here but when I try a new game in ch3 don't recognize in android, what can I do to fix that? Or what I need to check? Maybe the route of the import file? Help.
 

cxx

Message Maestro
Nov 14, 2017
64,923
32,727
what are the maximum points you can possibly earn for each girl as of the latest version?
for max points you'd need separate saves for each female (girls and older women) since some choices give +1 to other and -1 to other.
 

WhiteWolf34Uk

Active Member
Apr 2, 2021
576
121
Sunshine Love [Ch. 3 v0.01i Extras] [MrDots Games]

NOTE: This is the SubscribeStar version, NO PATCH is needed :coffee:

COMPRESSED:


Win/Linux:

- WORKUPLOAD - - PIXELDRAIN

Mac:

- WORKUPLOAD - -
PIXELDRAIN

i apologize and i am sorry for what i will ask u next, for ch3 is a mod here or not? if it is pls show me where i can find it. thanks alot
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
22,839
190,080
i apologize and i am sorry for what i will ask u next, for ch3 is a mod here or not? if it is pls show me where i can find it. thanks alot

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.
 
  • Like
Reactions: WhiteWolf34Uk
3.50 star(s) 274 Votes