anonymous user42069

New Member
Jan 8, 2020
14
22
[VN] [Ren'Py] Sunshine Love [Chapter 2, v0.06 Extras] [MrDots Games] [MinQ, MyRepack-YAC]

Original size: 2.12GB
Repack size: 1.08GB

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

Notice: For Chapter 1, go here.

PC = / / /

Notice: You may get all 3 Official Guides in below link.
Official Guides (Chapter 2, v0.06) = or Here.

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

Ren'py Tutorial on how to create PC/MacOS build.
To find my repacks use search function and just type MyRepack (much better search results than Compressed).

Click LIKE (y) if you find my post useful :whistle:
Can you Upload a mirror in Pixeldrain?
 

Priappus

Engaged Member
Nov 21, 2019
2,201
4,430
I agree. This Dev is so talented and pretty much is a legend but in general his content is so... vanilla. This scene was finally something interesting with nice build up. I feel like most of this game despite having fantastic renders is just boring fucking in missionary position.
Don't be so negative,this is a vanilla game for teenager,those boys need their games too.
 

ChadFast

Member
Jul 19, 2021
119
158
Nope, don't want incest for some unfathomable reason (unlike some AVNs it's probably meant to be incest by default, making it nonincest prob makes for awkward or nonexistent side stories, with 2 half-sisters not sisters anymore among other details) = buy it yourself from Patreon.
I'm pretty sure all of MrDots games are supposed to be incest. Look at DMD. I didn't notice anything in Melody though, but maybe there was an incest patch I never got. Sunshine Love has always been an interesting story and I love looking for the donuts.
 
  • Like
Reactions: UpYours69

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,290
47,374
I'm pretty sure all of MrDots games are supposed to be incest. Look at DMD. I didn't notice anything in Melody though, but maybe there was an incest patch I never got. Sunshine Love has always been an interesting story and I love looking for the donuts.
It can be turned off for this VN...it's really easy to do if folks don't want it. It's just not a big deal either way since it already contains both versions in it's core code.
 

TheReDeeMeR

Member
Mar 18, 2018
366
642
Is the MC ЯЭTAЯDЭD or in his world being an escort considered a crime?
His behavior is so dumb. That part should be a surprise nothing more.
 
  • Haha
Reactions: boobsrcool

jmcronshaw

Active Member
Apr 19, 2020
961
1,745
I'm pretty sure all of MrDots games are supposed to be incest. Look at DMD. I didn't notice anything in Melody though, but maybe there was an incest patch I never got. Sunshine Love has always been an interesting story and I love looking for the donuts.
Melody isn't an incest game and i'm pretty sure it was specifically developed for patreon as a non-incest game because the dev had to pause development of DMD due to issues with Patreon over it's incest content.
 

LSC82

Well-Known Member
Jul 27, 2020
1,829
3,645
I got the scene with the twins but it didn't unlock in the gallery, so bug report.

Bad episode for the sister, just annoying at every turn, can't wait to tag team her and Vicki though.
Good thing she took the affair with Vicki so well, maybe she'll be understanding about her mom too lol.
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,897
7,653
one of the girls look like girl form Dating My Daughter. game
actually, if you pay close attention, you will see several characters which are from DMD or Melody game. It's the same universe, but different timeline.
Some characters (like Krisha <-> Dee from DMD) look alike, others come directly from other game and have a short crossover cameo just for the fun.
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,897
7,653
I'm pretty sure all of MrDots games are supposed to be incest. Look at DMD. I didn't notice anything in Melody though, but maybe there was an incest patch I never got. Sunshine Love has always been an interesting story and I love looking for the donuts.
DMD = always meant to be incest - so there is no "non-incest version" (for obvous story reason though)
Melody = PURE non-incest version (even incest would break the whole story though)
Sunshine Love = made for both versions (Patreon/non-incest and Subscribestar/incest) - but the game (storywise) was always meant to be incest. That's why the subscribestar version is already pre-patched
Next game ToH will be like SL an incest (patreon non-incest) corruption (possible full) harem game

Melody isn't an incest game and i'm pretty sure it was specifically developed for patreon as a non-incest game because the dev had to pause development of DMD due to issues with Patreon over it's incest content.
exactly
 

Deadmanvs1

Member
Apr 5, 2019
116
193
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?
 

colombeen

Member
Modder
Jul 16, 2021
302
1,644
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:
3.50 star(s) 267 Votes