sigvar

Active Member
Sep 5, 2021
599
1,040
266
well..i thought it already been fix.i meant the choices and seems it still the same.makes me wonder why even bothered to choose it right?unless FOZ already setdead that the outcome of our choices doesnt matter which one and more for our fun choosing it.
Yeah, I just ran into this. I made sure to close the laptop but she mentions seeing the picture. Later after the all-nighter, she mentions being put in the friend-zone when I didn't choose that option. What the hell?

EDIT - Took a look and it seems to be an error

FROM 01.04:
Code:
    "How do you respond to that?"
    "Sure. I gotta find the love of my life one day!":
        mc "Sure. We're all searching for that special someone, right? I gotta find the love of my life one day! *grins*"
        show lana0104 mccounter_pov_2closer
        l "It might be right under your nose..."
        show lana0104 mccounter_pov_1howtorespond
        mc "Wait... what are you implying?"
        show lana0104 mccounter_pov_3thinking
        l "Just a passing thought. Don't mind me."
        $ persistent.lanaFriendzoneComment0104 = True

    "I wouldn't friendzone you like that":
        mc "Hey, I wouldn't put you in the friendzone just like that. *laughs*"
        show lana0104 mccounter_pov_2closer
        l "Thanks for...wait, what are you hinting at?"
        show lana0104 mccounter_pov_1howtorespond
        mc "Ah...I got sidetracked. We were on Jaiden and his pick-up attempts, right?"
        show lana0104 mccounter_pov_3thinking
        l "Wonder how he's holding up."
        show lana0104 mccounter5thinkingtothemselves with dissolve
        y "Okay, maybe I let a bit too much slip there. Need to keep things professional with Lana."
        l "(Did he just...? Is he into me? No way. I better find a cute baby name book.)"
        $ persistent.lanaFriendzoneComment0104 = False
Looks like when you choose to not put her in the friendzone the variable is set to false, but then when it is checked later, the friendzone variable is assumed to be true for her NOT being in the friendzone.

FROM 01.05:
Code:
l "(I hope [mc] remembered the succulents for Kendra. He's got a lot on his plate today.)"

if persistent.lanaFriendzoneComment0104 == True:
    show 0105 3 lanajaiden2coffee 2andthen with dissolve
    l "(And after what he said yesterday... maybe there's a chance for a date after all this craziness.)"
else:
    show 0105 3 lanajaiden2coffee 3friendzone with dissolve
    l "(But then again, he made it pretty clear yesterday. Friendzoned, Lana. No dates happening.)"
Changing that check to be == False: seems to fix it for that particular instance, but I don't know if it is messed up elsewhere.
 
Last edited:

Ghost''

Well-Known Member
Mar 17, 2021
1,950
4,688
407
Baddies Inc. [v0.1.10] Unofficial Android Port + JGNeon's WT Mod

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


- 590mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


 
Last edited:
  • Like
Reactions: duanhu520

HiP1

Well-Known Member
Dec 3, 2023
1,097
1,127
273
seems this game has a hard time saving the variables for choices, and some times the choices are swapped in the code. the dev uses persistent variables for all the choices, it might be because of this that the choices are not saved properly, if we rollback too quickly for example.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,417
279,940
957
Baddies Inc. [v0.1.08] [FOZ]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 

Thedude715

Active Member
Nov 6, 2017
943
1,501
346
I like it for sure only thing that not a fan of while the animations are not bad why does it force you to watch the sex loops for so long?

Edit: I realized you can spam click through the sex scenes but not using skip for some reason.
 
Last edited:

Commander HS

Member
May 3, 2019
187
56
153
What's the difference between compressed version and actual game?
I would have download the actual game if there was a qbittorrent file.
Also this is for you eyes BaasB if there was an update only file from [v0.1.07] to [v0.1.08] it would have been better don't you think?
Because from [v0.1.07] to [v0.1.08] it would have needed less space to download rather then downloading the whole 9GB again.
 
Last edited:
  • Like
Reactions: sauron72
3.00 star(s) 24 Votes