Best girl?

  • Ann

    Votes: 4,903 25.8%
  • Vanessa

    Votes: 4,629 24.3%
  • Alex

    Votes: 2,742 14.4%
  • Emily

    Votes: 2,449 12.9%
  • Jenny

    Votes: 532 2.8%
  • Amber

    Votes: 184 1.0%
  • Merry

    Votes: 44 0.2%
  • Vanessa's Mom

    Votes: 1,684 8.9%
  • Fat Joe

    Votes: 1,853 9.7%

  • Total voters
    19,020

ffive

Devoted Member
Jun 19, 2022
8,161
19,399
If you happen to play again and can provide anything specific regarding that, let me know. TTrick is receptive to changes and you're not the only one who took issue with the motel scene.
I'd say the one questionable/problematic part potentially takes place not during the night at the motel, but afterwards.

Specifically, it's a disparity between how gf Ann will hold herself back from doing anything with the guys while MC is asleep if she has no reason to believe that MC would be ok with it (i.e. if isMcLikesNTR() returns false) but if you choose to give them a lift on the next day, she'll immediately and indiscriminately just start blowing the guy she gets to sit with, even if nothing has changed in this regard, i.e. she still has no reason to believe the MC would be okay with this; and it's particularly stupid in that context since the MC is right there and there's no way he isn't going to notice what's happening. And he does in fact notice, and has zero reaction to it.
JavaScript:
    mc.talk(`Are you guys okay back there? You are pretty quiet.`);
    doWaitImageByTime(v9.V9AnnMCMotelDriving_15);
    dudeInBack.talk(`Yes, we are doing absolutely fine.`);
    doWaitImageByTime(v9.V9AnnMCMotelDriving_17);
    mc.think(`I realized that all this time while I was talking with ${dudeInFront.name}, Ann was giving a blowjob to ${dudeInBack.name}.`);
//...
    if (isAnnHate()) {
//...
    } else {
//...
        } else {
            // didn't have sex with neither or gave hj
        }
I think it'd make much more sense to have early split in that scene, and in the scenario where Ann did nothing with the guys during the night and isMcLikesNTR() is false, just have the pair in the back simply join the conversation instead. Otherwise, what you currently get is a sudden 'WTF' when Ann's action comes very much out of the blue, contrary to how she acted before, and MC's lack of reaction to it makes it even weirder.
 
Last edited:

Skep-tiker

Well-Known Member
Oct 11, 2023
1,787
2,304
I'd say the one questionable/problematic part potentially takes place not during the night at the motel, but afterwards.

Specifically, it's a disparity between how gf Ann will hold herself back from doing anything with the guys while MC is asleep if she has no reason to believe that MC would be ok with it (i.e. if isMcLikesNTR() returns false) but if you choose to give them a lift on the next day, she'll immediately and indiscriminately just start blowing the guy she gets to sit with, even if nothing has changed in this regard, i.e. she still has no reason to believe the MC would be okay with this, and it's particularly stupid in that context since the MC is right there and there's no way he's going not to notice what's happening. And he does in fact notice, and has zero reaction to it.
JavaScript:
    mc.talk(`Are you guys okay back there? You are pretty quiet.`);
    doWaitImageByTime(v9.V9AnnMCMotelDriving_15);
    dudeInBack.talk(`Yes, we are doing absolutely fine.`);
    doWaitImageByTime(v9.V9AnnMCMotelDriving_17);
    mc.think(`I realized that all this time while I was talking with ${dudeInFront.name}, Ann was giving a blowjob to ${dudeInBack.name}.`);
//...
    if (isAnnHate()) {
//...
    } else {
//...
        } else {
            // didn't have sex with neither or gave hj
        }
I think it'd make much more sense to have early split in that scene, and in the scenario where Ann did nothing with the guys during the night and isMcLikesNTR() is false, just have the pair in the back simply join the conversation instead. Otherwise, what you currently get is a sudden 'WTF' when Ann's action comes very much out of the blue, contrary to how she acted before, and MC's lack of reaction to it makes it even weirder.
Didn’t gave them a lift, but this must’ve been definitely an error, as it would make no sense at all
 
  • Like
Reactions: ffive

ifohancroft

Member
Oct 9, 2023
132
113
I'm sure this has been asked already, but last time I checked the last few pages I couldn't find it, so here it is:
Is v0.9 final coming for Linux? Has it even been released by the developer?
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,846
22,022
I'm sure this has been asked already, but last time I checked the last few pages I couldn't find it, so here it is:
Is v0.9 final coming for Linux? Has it even been released by the developer?
He released for Windows, Mac, and Linux all at the same time.
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,846
22,022
Thanks! Then do we know if the first post would soon get updated to include the Linux version of the update?
That depends on if someone who has it will provide it to the uploaders. There wasn't any new content added in 0.9 final, though. It was fixes.
 

freezy9956

Newbie
Aug 24, 2018
45
24
hey i downloaded the windows version from mega and as i try to extract it, it says it will take 3 days ... and its copying extremly slow .. my PC is quite good, so i shouldnt have any problems.. anyone knows why this might be happening ?
 

Samenbank

Newbie
Oct 27, 2020
59
127
hey i downloaded the windows version from mega and as i try to extract it, it says it will take 3 days ... and its copying extremly slow .. my PC is quite good, so i shouldnt have any problems.. anyone knows why this might be happening ?
Most likely because your harddrive is highly fragmented and/or nearly full.
That makes copying or writing files extremely slow.

Try to delete some larger Files/Games/Programs and/or defragment the harddrive.
 

freezy9956

Newbie
Aug 24, 2018
45
24
Most likely because your harddrive is highly fragmented and/or nearly full.
That makes copying or writing files extremely slow.

Try to delete some larger Files/Games/Programs and/or defragment the harddrive.
thing is .. i normaly dont have a problem with this .. its only specific files like this version of LSS does this .. other games dont
 

Samenbank

Newbie
Oct 27, 2020
59
127
thing is .. i normaly dont have a problem with this .. its only specific files like this version of LSS does this .. other games dont
So, eventually you should try another unpacker.
Sometimes the standard-tools from the OS or Downloadmanagers don't work well with some archives.

7zip as standalone has normally good performance.

EDIT: in worst case the archive is damaged and therefore it can't be unpacked correctly. But if you try with 7zip it should tell you if that's it.

Could be a lack of RAM or a too small swap-file also - that can cause similar problems with big files/archives.
 
Last edited:
4.50 star(s) 193 Votes