Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,878
7,536
"To be able to carry over your stats to Chapter 3, you need to do an EXPORT at the end of Chapter 3 Version 1.0 or else your Ch. 2 savegames will NOT work.
Alternatively, you can start a new game in Chapter 3 and select your previous choices.
"

Look at that first sentence. Does it make sense to you guys?
It sure as all infernos doesn't for me.
I usually don't export from the END of chapter 3 of anything into the Beginning of chapter 3 to make the export from chapter 2 work...
sure - let's make a fuss about a simple typo......
replace "3" with "2" and all is fine
 
  • Thinking Face
Reactions: JennaJJ

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,878
7,536
You are asking if the game got bored? I don't think games can actually get bored. They aren't programed to have such emotions.
:ROFLMAO: - lol - actually a good and valid point.
But as most of us aren't english natives, we should get him the benefit of the doubt that it has been a simple grammar mistake and he actually meant "boring"
 

WhiteWolf34Uk

Active Member
Apr 2, 2021
563
119
Hello guys. can anyone please tell me why i can't export my previous save from ch 2 to ch3? still appear that save but when i lauch that save he throw me out of game, why?
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,931
:ROFLMAO: - lol - actually a good and valid point.
But as most of us aren't english natives, we should get him the benefit of the doubt that it has been a simple grammar mistake and he actually meant "boring"
True. I shouldn't be so sarcastic. On the other hand, there are plenty of English First Language people who constantly use the wrong form of words and skip words to turn sentences into a two or three word phrase.
 

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
16,777
134,753
Hello guys. can anyone please tell me why i can't export my previous save from ch 2 to ch3? still appear that save but when i lauch that save he throw me out of game, why?
Hello, WhiteWolf33Uk, why do you type in all pee color (yellow)? Did you use Sancho1969 mod? Or did you use another mod? Are you sure you reached the "end of Season 2"? You should just be able to start after you finish S02...
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,878
7,536
Hello guys. can anyone please tell me why i can't export my previous save from ch 2 to ch3? still appear that save but when i lauch that save he throw me out of game, why?
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 automatically.

EVERY MANUALLY LOADED SAVES WILL CAUSE CRASHES!

EDIT:
If you get all the questions after starting a new game in Chapter 3, then something went wrong with your export at the end of ch 2.
 
Last edited:
  • Like
Reactions: WhiteWolf34Uk

WhiteWolf34Uk

Active Member
Apr 2, 2021
563
119
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
283
1,545
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

Board Buff
Game Compressor
Sep 3, 2022
16,777
134,753
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
79
101
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
2,878
7,536
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,259
1,239
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
2,878
7,536
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:
3.50 star(s) 268 Votes