Best butt? Link to butts --> https://attachments.f95zone.to/2024/02/3342779_0.png

  • Kaylee

    Votes: 64 11.7%
  • SAndrA

    Votes: 107 19.6%
  • Emily

    Votes: 74 13.6%
  • Ashe

    Votes: 240 44.0%
  • Elysra

    Votes: 35 6.4%
  • Ves

    Votes: 26 4.8%

  • Total voters
    546
  • Poll closed .

pitao

Active Member
May 18, 2023
618
718
BTW. Some other GOAT worthy mentions:
Pale Carnations, Leap Of Faith, Hillside
Yeah I would put Pale Carnations also in my favs if weren't for so much BDSM/"cruelty" in it lol not much my taste (again just a question of taste, not quality of the game itself), prefer some lighter BDSM but for sure in my top 10-15 with Leap of Faith in it too, Hillside well good story but lacks something, no idea what really but in my top 15-20 but they all are Tier A games for me, just those 6 are Tier S :) . Other game that probably would enter my top6 and become top7 is Desert Stalker if wasn't a sandbox game hehe
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,993
I seem to have missed the blowjob scene with Black Eye Kaylee. Did I pick a wrong option somewhere? Any pointers?
Pick Go to the hangar bay then Take the stairs. You must be alone with Kaylee to unlock the scene so you must pick all of it before asking Sandra to help.
To correctly expand on the answer given by Darkdevil66, the Player must not be accompanied by Sandra at the time of taking the stairs AND one of the following must also be True:
  • obtained KayleeFlirt(3+)
  • chosen "Do as the book says." in v0.3
Now, technically the conditional will also work if the Player chose "Your lips taste nice." in v0.5 but the dev fucked up the conditional since the Player can NOT have obtained kayleeSex3 without having previously obtained kayleeSex2 making that portion of the conditional completely redundant.

Here's the conditional for the BJ scene you asked about originally:
Python:
...
if tempVariable5 == False and kayleeSex2 == True or tempVariable5 == False and kayleeSex3 == True or tempVariable5 == False and kayleeFlirt >= 3:
    ...
Here's why "or tempVariable5 == False and kayleeSex3 == True" is redundant (might as well not even be in the conditional):
Python:
    ...
    menu:
        # SanchoNote: this choice can only be selected if the Player previously chose "Do as the book says."
        "{color=#ff009e}Your lips taste nice.{/color}" if kayleeSex2 == True:
            $ kayleeSex3 = True
            mc "Well..."
            ...
Classy Lemon has many redundant conditionals like this in the VN. It's a bit of a mess regarding efficiency tbh but even if one puts a hundred redundant scenarios in a conditional it can still work just fine, so it's not technically "broken".

To be proper and efficient the BJ scene conditional should be written like this:
Python:
if not tempVariable5 and (kayleeSex2 or kayleeFlirt >= 3):
 

Darkdevil66

Magnificent Bastard
Donor
Apr 16, 2020
1,714
42,655
To correctly expand on the answer given by Darkdevil66, the Player must not be with Sandra at the time of taking the stairs AND one of the following must also be True:
  • obtained KayleeFlirt(3+)
  • chosen "Do as the book says." in v0.3
Now, technically the conditional will also work if the Player chose "Your lips taste nice." in v0.5 but the dev fucked up the conditional since the Player can NOT have obtained kayleeSex3 without having previously obtained kayleeSex2 making that portion of the conditional completely redundant.
I assume that the user asking has fulfilled the two conditions but thanks for the clarification. (y)
 
  • Like
Reactions: Sancho1969

pitao

Active Member
May 18, 2023
618
718
classic Sancho, even poking at the code of games he is not even modding (y)
Actually it was me few time ago that suggested this game for him consider make a mod. I like this game a lot and when i read page 177 questions regarding not seeing this or that scene i messaged Sancho. I don't really need a mod for Projekt passion since I did fine just with the pdf walkthrough and even last update without it, but for me Sancho mods are epic hahaha
 
  • Like
Reactions: Elduriel

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
4,542
8,198
Actually it was me few time ago that suggested this game for him consider make a mod. I like this game a lot and when i read page 177 questions regarding not seeing this or that scene i messaged Sancho. I don't really need a mod for Projekt passion since I did fine just with the pdf walkthrough and even last update without it, but for me Sancho mods are epic hahaha
yeah this one is not that complicated in terms of choices I think that it would need a proper Sanchomod. I mean it would be convenient I guess but not that necessary.
 
  • Like
Reactions: pitao

Classy Lemon

Well-Known Member
Game Developer
Jun 4, 2021
1,059
8,017
To correctly expand on the answer given by Darkdevil66, the Player must not be accompanied by Sandra at the time of taking the stairs AND one of the following must also be True:
  • obtained KayleeFlirt(3+)
  • chosen "Do as the book says." in v0.3
Now, technically the conditional will also work if the Player chose "Your lips taste nice." in v0.5 but the dev fucked up the conditional since the Player can NOT have obtained kayleeSex3 without having previously obtained kayleeSex2 making that portion of the conditional completely redundant.

Here's the conditional for the BJ scene you asked about originally:
Python:
...
if tempVariable5 == False and kayleeSex2 == True or tempVariable5 == False and kayleeSex3 == True or tempVariable5 == False and kayleeFlirt >= 3:
    ...
Here's why "or tempVariable5 == False and kayleeSex3 == True" is redundant (might as well not even be in the conditional):
Python:
    ...
    menu:
        # SanchoNote: this choice can only be selected if the Player previously chose "Do as the book says."
        "{color=#ff009e}Your lips taste nice.{/color}" if kayleeSex2 == True:
            $ kayleeSex3 = True
            mc "Well..."
            ...
Classy Lemon has many redundant conditionals like this in the VN. It's a bit of a mess regarding efficiency tbh but even if one puts a hundred redundant scenarios in a conditional it can still work just fine, so it's not technically "broken".

To be proper and efficient the BJ scene conditional should be written like this:
Python:
if not tempVariable5 and (kayleeSex2 or kayleeFlirt >= 3):
Bro why you gotta call me out like this

If I knew how to code I wouldn't be making a visual novel
 

Alfius

Engaged Member
Modder
Sep 30, 2017
2,370
4,951
Yeah I would put Pale Carnations also in my favs if weren't for so much BDSM/"cruelty" in it lol not much my taste (again just a question of taste, not quality of the game itself), prefer some lighter BDSM but for sure in my top 10-15 with Leap of Faith in it too, Hillside well good story but lacks something, no idea what really but in my top 15-20 but they all are Tier A games for me, just those 6 are Tier S :) . Other game that probably would enter my top6 and become top7 is Desert Stalker if wasn't a sandbox game hehe
Big fan of Desert Stalker
 

pitao

Active Member
May 18, 2023
618
718
Big fan of Desert Stalker
Great game, just pity it is a sandbox. Makes it so easier to repeat a game I like later in a linear VN style like Projekt Passion here, sandbox just gives me a headache thinking on a repeat playthrough later in case I need a story refresh when updates take long, my old memory isn't like it was 20 years ago.
 

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
4,542
8,198
Great game, just pity it is a sandbox. Makes it so easier to repeat a game I like later in a linear VN style like Projekt Passion here, sandbox just gives me a headache thinking on a repeat playthrough later in case I need a story refresh when updates take long, my old memory isn't like it was 20 years ago.
it's far from the worst of sandbox games tho, I dislike them as well overall, but DS ain't too bad considering
 
4.80 star(s) 269 Votes