NCGamer

New Member
Sep 20, 2020
12
15
How do you get past feminization level 4? Says to buy socks/bra/panties to advance photo shoot, but can't buy items unless fem level 5.
 

Talonix

Newbie
May 3, 2019
25
13
How do you get past feminization level 4? Says to buy socks/bra/panties to advance photo shoot, but can't buy items unless fem level 5.
I think there’s a quest where you meet the photoshoot girls outside/inside the store on a particular day and that’s what raises the fem score
 

Hollowfied121

New Member
Jun 14, 2021
8
6
if anyone wants to have the shop remove purchased items instead of displaying all just update this function:

Original:
Code:
clothesEv.getClothesList = function(type, subtype) {
        let ret = [];
        for(let item of clothes[type]) {
            if(!item.nude && item.cost >0) {
                if(!subtype || subtype === item.subtype) {
                    ret.push(clothesEv.getClothe(item.type, item.id));
                }
            }
        }
        return ret;
    };
Updated:
Code:
clothesEv.getClothesList = function(type, subtype) {
        let ret = [];

        for(let item of clothes[type]) {
            if(!item.nude && item.cost >0) {
                if((!subtype || subtype === item.subtype) && dressersEv.hasItem(item.type, item.id) === false) {
                    ret.push(clothesEv.getClothe(item.type, item.id));
                }
            }
        }
        return ret;
    };
 

imthescott

New Member
Aug 3, 2017
10
6
I keep losing the Riley and Veronica story right after they give the first lingerie set. The next visit the only options F this or Let's work something out, then the missions never pop up again. Never had this happen before.
 

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,905
700
LustForLifeASissyStory-0.22
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Goronthil

Active Member
Jul 14, 2017
860
480
Previous saves doesn't work I suppose -_- This game is nice and all but come on ! Having to restart a game is so bothersome...
 
  • Like
Reactions: ThornyAce
3.40 star(s) 31 Votes