CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x

ffive

Conversation Conqueror
Jun 19, 2022
6,018
13,836
can't break up with her.
You do get option to break up in the follow up call on the next day, iirc. This gets you a ridiculous ending sequence where the MC is a sad, moping sack for literal months back at home until his ex-gf shows up and tells him how he should go back to the girl(s) he loves and he's like, "ohh Nicky is right, i should totally do this".

smh.
 

cxx

Message Maestro
Nov 14, 2017
64,640
32,589
You do get option to break up in the follow up call on the next day, iirc. This gets you a ridiculous ending sequence where the MC is a sad, moping sack for literal months back at home until his ex-gf shows up and tells him how he should go back to the girl(s) he loves and he's like, "ohh Nicky is right, i should totally do this".

smh.
ah. well that's weird ending. might as well go straight to girl.
 
  • Like
Reactions: ffive

Sparhawker

Active Member
Mar 23, 2022
807
231
ok, once again I am baffled about how to get some of the doughnuts.
In the donut list, after you've had sex with the twins there are the first two donuts for your sister (the hotel sister), I can get the first one, but the second says :-
"(Requires that you are not on either Yuki's or Victoria's path.)"
So, as normal I unclicked both of those hearts at that point but it skips past the next three donuts, sister2, two others that are 1+2 of someone where you are buying flowers and ends up in what I believe is Yuki's house but I think it was at no.7, I tried to go back to the Amy Lily scene before the fire but those still got skipped, so I'm baffled.
The first missing donut is in the spa pool area, so I assume that is soon after seeing your sister in the kitchen but no matter what I do I can't trip that.
 
  • Haha
Reactions: cxx

msleomac

Engaged Member
Feb 1, 2019
2,505
1,603
Gallery Unlock Script

Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: Ch. 3 v1.00i Extras

Download:





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:
    # Walkthrough
    setattr(persistent, "v_walkthrough_locked", False)

    # Peeping Tom Gallery
    setattr(persistent, "v_xray_locked", False)
    setattr(persistent, "v_xray_enabled", True)

    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)

    # Xmas Gallery
    for item in range(1, 13):
        varname = 'v_rewards_xmas_img_' + str(item)
        if getattr(persistent, varname) != True:
            setattr(persistent, varname, True)
   
    # Ending images
    for item in range(0, 21):
        varname = 'ending_img_' + '{num:02d}'.format(num=item)
        if getattr(persistent, varname) != False:
            setattr(persistent, varname, False)

    # Replay Gallery
    gallery_unlock_list = [
        'w11eow_nicole_bedroom', 'w11eow_yuki_sex', 'w11eow_svet_sex',
        'w11eow_k_sex', 'w12sow_s_morning_sex', 'w12mow_tw_sex',
        'w12eow_c_sex', 'w12eow_ash_sex', 'w12eow_s_evening_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
does this work with Chapter 3 - 1.01i Extras
 

msleomac

Engaged Member
Feb 1, 2019
2,505
1,603
Sunshine Love Chapter 1 - All Guides & Walkthroughs
- - -

Sunshine Love Chapter 2 - Walkthrough/Doughnut WT/Peeping Tom WT
WALKTHROUGH:
- - -

Doughnut WT:
- - -

Peeping Tom WT:
- - -


Sunshine Love Chapter 3 - Walkthrough/Doughnut WT/Peeping Tom WT
WALKTHROUGH:
- - -

Doughnut WT:
- - -

Peeping Tom WT:
- - -


If something is down @ Me or quote this post and let me know what.
is the WT updated or is there any changes due to the latest updates. i'm confused reading the comments
 

Sparhawker

Active Member
Mar 23, 2022
807
231
latter. prolly can't get all on 1 play.

i gave up on donuts after earlish game.
the thing with that is I can't see a route that would give you those donuts. If the criteria is to not be on the routes of those two then why they don't appear would be the same no matter what route you tried in another play through. The fact the donuts change depending where you drop a certain girls route is baffling to me.
 
3.50 star(s) 273 Votes