Jul 29, 2018
3
3
Look like they only released about 1/3 rd of the storyboarding update posted in June. I guess they are testing out VA and training new artists so might take a while till the full ep.2 is out.

The Season 2 Episode 2 Part 1 actually contains:
  • 355 gorgeous 4K renders;
  • 39 sexy animations in 60 FPS;
  • Voice Acting;
  • Sexy sounds and moaning;
  • 720p, 1080p and 4K options;
  • Sweat and Physics;
  • HD Maps for all characters;
  • Multiple translations;
  • The beginning of a new and exciting story arc;
 

czarchasm

Newbie
Jun 3, 2019
82
56
I have one scene in the gallery that's locked, it says Hidden Memories remaining: 1. I don't remember finding any hidden memories, anyone know what I should be looking for?
 

indio68

Forum Fanatic
Sep 26, 2020
4,459
3,938
It's the one that just says Download above it, it's bundled together, and my saves worked fine.
thanks...so there is only 720p version?? what a mess...is this some sort of betas or what<'' what's wrong with the devs?? same shit with shjut up and dance...reworking, version number confusing ..u don't know what to download anymore...damn
 

homejorz

Well-Known Member
Apr 12, 2020
1,403
1,735
Look like they only released about 1/3 rd of the storyboarding update posted in June. I guess they are testing out VA and training new artists so might take a while till the full ep.2 is out.

The Season 2 Episode 2 Part 1 actually contains:
  • 355 gorgeous 4K renders;
  • 39 sexy animations in 60 FPS;
  • Voice Acting;
  • Sexy sounds and moaning;
  • 720p, 1080p and 4K options;
  • Sweat and Physics;
  • HD Maps for all characters;
  • Multiple translations;
  • The beginning of a new and exciting story arc;
I haven't seen the storyboard. Do you know what is even left for the rest of the episode?
 

hkennereth

Member
Mar 3, 2019
244
825
I downloaded the 1080p version, but for some reason not a single image loads, not even at the title screen. Anyone has an idea of what could be happening?
screenshot0001.png
 

Strong1

Active Member
Aug 13, 2022
518
1,291
Voice acting is such a waste of time and actually makes games less enjoyable for me because the voice usually doesn't match what I would want the character to sound like. A little moaning during sex scenes is fine but save your resources and put more effort into making more content instead of hiring voice actors.
 

iHaveSpoken

New Member
Oct 30, 2023
8
5
Voice acting is such a waste of time and actually makes games less enjoyable for me because the voice usually doesn't match what I would want the character to sound like. A little moaning during sex scenes is fine but save your resources and put more effort into making more content instead of hiring voice actors.
I see it as usually a neutral addition when it's voice-acted dialogue. Some people love it, some people hate it, some people play muted anyways.
 
  • Like
Reactions: Strong1

colombeen

Member
Modder
Jul 16, 2021
358
2,373
Gallery Unlock Script

Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: Season 2 Ep. 4 Part 2 (should work on future versions as well)

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.
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.79740/post-12086813

# Start the deal with the devil
init 666 python:
    # Loop through all awards
    if not award_manager is None:
        for gallery_unlock_item in award_manager.awards:
            if not (renpy.seen_image(gallery_unlock_item.unlock_str)):
                renpy.mark_image_seen(gallery_unlock_item.unlock_str)
                gallery_unlock_item.unlock()
 
    # Loop through Alyssa's gallery
    if not gallery_renders is None:
        for gallery_unlock_item in range(0, len(gallery_renders)):
            if not str(gallery_unlock_item) in persistent.gallery_unlock:
                persistent.gallery_unlock.append(str(gallery_unlock_item))
 
Last edited:
4.40 star(s) 582 Votes