colombeen

Member
Modder
Jul 16, 2021
284
1,557
Gallery Unlock Script

Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: Ch. 2 v1.00i Extras (for Ch. 3 go to https://f95zone.to/threads/.49330/post-11579614 )

DISCLAIMER
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.
SIDENOTE
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.
KNOWN ISSUES
The game has a bug where the last 4 replay scenes don't have an actual replay action which turns the button into an unclickable object. I've reported this but I'm not going to fix it myself.
If you can't wait for the official fix by the dev team, use this one from Sancho1969 https://f95zone.to/threads/sunshine-love-ch-2-v1-00i-extras-mrdots-games.49330/post-11247137
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.49330/post-10658573

# 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 = [
        'w5sow_connie_call', 'w5sow_yuki_sex', 'w5sow_svet_around',
        'w5sow_s_shower', 'w5sow_s_bedsex', 'w5sow_mc_girls_calls',
        'w5mow_eastwing_s', 'w5mow_trisha_sex', 'w5mow_k_sex',
        'w6mow_hotel_room', 'w6mow_connie_changeroom', 'w6mow_ashley_date',
        'w6mow_c_date', 'w6mow_s_sexting', 'w6eow_himari', 'w6eow_nicole',
        'w6eow_twsex', 'w7mow_vicky_truck', 'w7mow_yuki_sex',
        'w7mow_s_shower', 'w7eow_k_church', 'w7eow_svet_room',
        'w7eow_vicky_eve_sex', 'w7eow_s_eve_sex', 'w8mow_jaz_sex',
        'w8mow_trisha_sex', 'w8mow_connie_sex', 'w8eow_ash_clothing_room',
        'w8eow_c_sex', 'w9mow_c_sex', 'w9mow_k_sex', 'w9mow_s_sex',
        'w9eow_s_sex', 'w9eow_ash_sex', 'w10mow_tri_sex', 'w10mow_tw_sex',
        'w10mow_vicky_sex', 'w10eow_himari_sex', 'w10eow_con_sex',
        'w11mow_ash_sex', 'w11mow_c_sex', 'w11mow_vickyonly_sex',
        'w11mow_lighthouse_sex', 'w11mow_vicky_s_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
    # The script below was found in a scrappy mod
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
 
Last edited:

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,882
7,552
From my interactions with other devs of games of this style, steam has been blocking or removing them without a good reason. It looks like any game that has incest possible is being banned from what I have seen and stepcest is included. Just an observation since a lot of games I have looked into are banned or have been removed. I know there are still plenty on the platform, but for how long?
not only that....
... I know for sure that devs were banned for step-incest, and their money had been kept in.
STeam told them that they will pay back all customers, but i also know some of them. They didn't get their money back.
Steam told them, that even the game has been removed, they still had played the game for some time.
So steam framed both: customers AND developers. Sadly there's no way to prove anything and sue steam.
Both facts (30% cut AND banning people whilst holding their money back without re-paying the customers) are just a big nono.
Thus said, steam is probably the very last platform a dev should release (step-) incest adult VN content.
 

holyblood

Newbie
Jun 19, 2018
82
17
I have problems launching chapter 1 as soon as I launch the program it closes automatically after a few seconds that the window opens. Can anyone give me advice on how to solve the problem?
 

jaw1986baby

Chasing Redhead sm0ls
Donor
Jun 2, 2017
2,307
7,071
From my interactions with other devs of games of this style, steam has been blocking or removing them without a good reason. It looks like any game that has incest possible is being banned from what I have seen and stepcest is included. Just an observation since a lot of games I have looked into are banned or have been removed. I know there are still plenty on the platform, but for how long?
not only that....
... I know for sure that devs were banned for step-incest, and their money had been kept in.
STeam told them that they will pay back all customers, but i also know some of them. They didn't get their money back.
Steam told them, that even the game has been removed, they still had played the game for some time.
So steam framed both: customers AND developers. Sadly there's no way to prove anything and sue steam.
Both facts (30% cut AND banning people whilst holding their money back without re-paying the customers) are just a big nono.
Thus said, steam is probably the very last platform a dev should release (step-) incest adult VN content.
NO this is FALSE

I own multiple Steam VNs with incest and I get recommendations for literally DOZENS of others

Steam loves incest
Full blood related incest
They only care about Underage
As long as the character is ID'd as 18 and looks like it is true (Shortcake would be perfect example) they are fine
But if you call them any age but yet they look like the sister in the flashback scenes BANNED
Age is what they care about not incest at all


Hyperserver
Inceton has 4 entries on Steam and all of them have incest and the Mia one has been on there forever
Killer7 has his DAZ VN
Lockheart has Avalon (I forget how long)
Recreation has Bad Memories (for more than a year)
Come Home is on there (I don't own it so I know little about it other than incest)
 
Last edited:

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,882
7,552
NO this is FALSE

I own multiple Steam VNs with incest and I get recommendations for literally DOZENS of others

Steam loves incest
Full blood related incest
They only care about Underage
As long as the character is ID'd as 18 and looks like it is true (Shortcake would be perfect example) they are fine
But if you call them any age but yet they look like the sister in the flashback scenes BANNED
Age is what they care about not incest at all
well - then be happy that they aren't just deleted yet. I know for sure devs who got banned
 

Kassan06969

Well-Known Member
Apr 14, 2022
1,679
2,458
Then get faster internet or more patience. Even 56k is prob faster than waiting and hoping for someone to make a compressed version while keeping their fingers crossed.
A lot of it is the speed on the download site's end. I have cable and the larger ones from those sites give like 11+ hour download times. When the computer sleeps (I have to eat and sleep some time) it often cuts off. Wasn't a problem with this game but with ones over 5GB that you have to do a wait in the middle on Mega.
 

gadu2121

Member
Dec 27, 2019
136
376
Bravo for this update.
negative point, the events with the sister took me out of her way...

You don't have permission to view the spoiler content. Log in or register now.

In the end thanks to Dev you facilitated my choices for the end of the games
Shortcake=Best Li
 

cxx

Message Maestro
Nov 14, 2017
57,014
28,179
I have problems launching chapter 1 as soon as I launch the program it closes automatically after a few seconds that the window opens. Can anyone give me advice on how to solve the problem?
check antivirus quarantine and also check that defender isn't blocking it.

well - then be happy that they aren't just deleted yet. I know for sure devs who got banned
yea read about few devs here who banned from steam after trying to get game on steam which didn't meet steam's standards.
 

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,019
3,835
Is the screen supposed to go black with only text during the Trisha bdsm scene or have i fucked something up?
p.s i selected the whip option.
You don't have permission to view the spoiler content. Log in or register now.
 

CamaroFan432

Active Member
Mar 13, 2020
973
2,829
Well, fuck this VN.
Lesbian NTR and prostitution, that is just being called escort to give it legal cover. Way to ruin a whole bunch of LIs and side girls. Without warning or ways to prevent it or even the option, that we don't want it. Why are devs always so stupid to do such things after so much commitment of time? And all for the sake of realism? Yeah, fuck that, this is a AVN for a reason, there is no need for realism, we want to enjoy these games not need to work and or to get punished. Good job doing this shit. I'm done. Good luck.
 
3.50 star(s) 267 Votes