CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x

WhiteWolf34Uk

Active Member
Apr 2, 2021
576
121
You shouldn't "load" your savegame.
Just save it at the end of chapter 2 where you are told to do and start a new game (chapter 3).
If you have done right, your savegame should be loaded automartically.

EVERY MANUALLY LOADED SAVES WILL CAUSE CRASHES!
i will try again, thanks
 

colombeen

Member
Modder
Jul 16, 2021
331
1,941
Gallery Unlock Script

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

Download:

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.
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
 
Last edited:

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
22,672
187,994
sorry for yellow color..yes i am sure i reached the end of season 2 and i play without mods
Did you try to start it? You should not have to load/save/import

You shouldn't "load" your savegame.
Just save it at the end of chapter 2 where you are told to do and start a new game (chapter 3).
If you have done right, your savegame should be loaded automartically.

EVERY MANUALLY LOADED SAVES WILL CAUSE CRASHES!
 
Jul 26, 2021
89
121
how do you activate the svet sex scene?
So I know this was already answered here:

i think i found it, i turned off all paths except Connie off, got Svetlana scene.
However, that's a little bit inaccurate. I was checking the programming it states this:

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

That is, unless I'm mistaken by what I'm seeing there and/or something else I don't know.
 
Last edited:

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
3,070
8,206
Explanation for those who wonder why old saves don't work as usual:

We did Chapter 3 to reduce download size (limited max possible size for android user).
Therefore there's no content data of previous chapters - neither code, nor renders.
Trying to load your chapter 2 files will of course lead to exceptions and make the game crash.
So DON'T LOAD SAVEGAMES FROM CHAPTER 2!!!
If you did your export file at the end of chapter 2 as prompted, chapter 3 will collect all needed data from that special "export save file" by itself.
Only if you don't have such a valid export file, the game will ask you few questions and input, so that you can start chapter 3 even without any carry-over from chapter 2

EDIT:
If you don't want to note down all values of relations, simply put 999 (or any high number) for each of them, and they will all be (re)set to maximum reachable.

monroe - maybe put that info in OP ?
 
Last edited:

dav121

Well-Known Member
Oct 13, 2016
1,328
1,305
So No option to continue on from CHpt 3. Have to take down all the names and scores from chpt 2 to input them into the start of CHpt 3.
 
  • Angry
Reactions: Ysbald

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
3,070
8,206
So No option to continue on from CHpt 3. Have to take down all the names and scores from chpt 2 to input them into the start of CHpt 3.
no - if you made your export at the end of chapter 2 correctly, then all values will be carried over automatically after you do "new game" for chapter 3.
If you see those questions to input values, you made something wrong regarding export data at the end of chapter 2 once you were told to do.
 
Last edited:

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
3,070
8,206
we need a female protag MrDots game. Martin's route with Dee in DMD was so perfect it made me want the dad out of the equation. the build up the scenes the relationship all of it, perfect
Not sure this will happen (not saying that it doesn't happen at all), but you might have to wait at least 2 years for that.
Our next game (starting most likely Feb 2024) will be a male MC, (possible) full harem game (incest included for SS version) with a setup which isn't worn out - meaning at least we don't know any other game having such setup for the story now (there might be some though).
Not featuring fantasy, science fiction, rape, netorare, netorase (maybe containing netori though) and bestiality.
 

Eonor

Active Member
Sep 9, 2017
745
1,739
Made compressed Android ports of Sunshine Love Chapter 1 v1.00, Chapter 2 v1.00 & Chapter 3 v0.01 along with Scrappy's walkthrough mod.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the ports and I'll see what I can do to get them sorted.

Sunshine Love Chapter 1 v1.00:

Sunshine Love Chapter 2 v1.00:

Sunshine Love Chapter 3 v0.01:

Edit 28/08: The Chapter 3 port has been updated with Scrappy's walkthrough mod.
 
Last edited:

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
3,070
8,206
im always for positive vibes but for me personaly is this (even with nice gfx) the most boring game from the developer. i like your work but this game is sadly nothin for me. i was hyped at the beginnin but the content isnt mine
fair enough....
Sometimes you win the lottery (like we did with DMD or Melody), and sometimes you don't. To be honest, personally i also like SL the least of our 3 games (content wise).
I hope that our next game will be again one for your liking and to see you back then.
 

indio68

Engaged Member
Sep 26, 2020
3,740
3,101
where the WT mod gone?? there i no more link...is really true that shaddy stopped developing mods and left out the game near the end?? this is really a shame
 

indio68

Engaged Member
Sep 26, 2020
3,740
3,101
im always for positive vibes but for me personaly is this (even with nice gfx) the most boring game from the developer. i like your work but this game is sadly nothin for me. i was hyped at the beginnin but the content isnt mine
for me is one of the best..on pair with the other 2...
 
  • Like
Reactions: CircaAD
3.50 star(s) 273 Votes