cxx

Message Maestro
Nov 14, 2017
58,284
28,942
does anyone have the guides for chapter 2? because the mega links in the OP are not working. Thanks
what guides you are looking for?

can try reporting op and telling that links to ch2 guides are gone.
 

Endless

To Obtain My Infinite Dream I Shall Even Sink God
Donor
May 9, 2017
986
12,597
prev1.jpg
Oct 13, 2023 08:00 am
Slight delay for “Sunshine Love - Chapter 3 - v0.0.2”

Hello again to all of our supporters.

Unfortunately, we’ve encountered some late issues with regards to the new update that we intended to release this weekend.

So we’re going to need a few more days to fix these problems and to be able to present a much higher-quality update to you all.

Our sincerest apologies for this. For the long-time fans, you’d know that we very rarely delay our update unless it’s absolutely necessary.

So the new release date will now be on WEDNESDAY, OCTOBER 18TH.

To somewhat make up for the delay, we’ve attached another special preview from the next update.

This is one of the new group shots with the staff at the hotel, but with one brand-new addition!

Can you guess who has been added to the lineup?

(*You can find the current group image under the “Hotel” menu, and in the “Staff” section.)

Also, there are two more versions of the staff group shot in the new update - do you think you can find them?

Thanks to everyone for your ongoing support so far. We truly appreciate each and every one of you.

Enjoy the rest of your weekend, we’ll be in touch with you all again very soon!

Mrdots
 

cxx

Message Maestro
Nov 14, 2017
58,284
28,942
group pic with most girls/women mc has fucked during game.
 
Last edited:

lonelyandfool

Member
Sep 29, 2021
168
226
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:
    # 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)

    # 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
I thought gallery unlockers were files that you put on the "game" file. How does it work with chapter 3?
 

colombeen

Member
Modder
Jul 16, 2021
302
1,637
I thought gallery unlockers were files that you put on the "game" file. How does it work with chapter 3?
You only have to save the script inside the "game" folder and it needs to have the .rpy file extension... that's the only thing that's needed.

This is what it looks like on my device:
SunshineLoveCH3-0.01-pc \ game \ GalleryUnlocker.rpy

1697283174650.png
 

mizilic

Well-Known Member
Jan 16, 2019
1,476
927
I'm looking for Sancho mod for CH2-1.01i. Where can i find it please ?What I need from it is to unlock the scene replays (not the image gallery but the scenes)
 

mizilic

Well-Known Member
Jan 16, 2019
1,476
927
here you go you'll need some patience to get those.
I got Sancho mod from your link but now it wants me to wait 45 minutes to get the walkthrough wich is just a few bytes, my god.. I need the WT to get some info about what may follow if i break up with Nicole and what if not in CH2-1.01i, because i am exactly at that choice.

Can someone please tell me if i can make different saves at the end of Ch2 which can be taken in Ch3 and play both options there? Which means that i must play both options in Ch2 already..
 
  • Haha
Reactions: cxx

r0ckh0und

Member
May 8, 2017
464
843
I got Sancho mod from your link but now it wants me to wait 45 minutes to get the walkthrough wich is just a few bytes, my god.. I need the WT to get some info about what may follow if i break up with Nicole and what if not in CH2-1.01i, because i am exactly at that choice.

Can someone please tell me if i can make different saves at the end of Ch2 which can be taken in Ch3 and play both options there? Which means that i must play both options in Ch2 already..
Attached you can find the wt for chapter 2!
 
  • Like
Reactions: mizilic
3.50 star(s) 267 Votes