Some people can't wrap their tiny little minds around that concept.well avns can't be bit story then loooooooooong sex and then story and sex again.
well they can but then game is more pornvideo than game.
i think i found it, i turned off all paths except Connie off, got Svetlana scene.how do you activate the svet sex scene?
it was fucking boring to begin withits me or it got bored no offense to dev
no - it's not just you.its me or it got bored no offense to dev
I like that you guys aren't dragging out the game by adding useless stuff tbhno - it's not just you.
That's why already start to wrap up. This update is all about the election outcome, which will be the biggest part to determinate whether you will have the best endings or not (need to win the election).
Next update will be week 12, which will prepare all paths for the ending(s) (farewell-fucks ???) and also throw up some "issues" you might encounter if you played all the girls aside each other.
That update also already might have some minor endings aswell.
After that, there will be 1 (max 2) more updates containing containing the best endings
sure - let's make a fuss about a simple typo......"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...
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.its me or it got bored no offense to dev
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.
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.- 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"
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...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.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?
sorry for yellow color..yes i am sure i reached the end of season 2 and i play without modsHello, 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"?
i will try again, thanksYou 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!
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.
# 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
Did you try to start it? You should not have to load/save/importsorry for yellow color..yes i am sure i reached the end of season 2 and i play without mods
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!