netuttki

Member
May 10, 2018
121
79
Hey thanks,
I've fixed the work bug.
The homeless bug you listed isn't a bug. (Though it was poorly designed so thanks for pointing it out.)
The code isn't (greater) but rather (greater than or equal to) so for X>11, even if X = 11 the code should run.
Let me know if I confused anything
For me it didn't run when $otto was 11, but ran when I changed $otto to 12, but the main thing is that it isfixed. :)
Code:
<<elseif $otto gte 11 and $homeless gte 31 and $homeless lte 35>> \
I found out the reason the the $homeless value got stuck at 35: I never met Bree., and that meeting is needed to move it to 36.
The only way to trigger the meeting with Bree is to use the "Your Room" link from the Shelter location, but I've finished every day doing something and then being returned to my room automatically, so I haven't met Bree for quite a few weeks.
Maybe the first meeting with Bree should be triggered automatically on moving in or sometimes during the first few days when leaving the room, otherwise it is very easy to avoid her.

Another one that seems to be off was:
Code:
<<elseif $whore gte 3 and $whore lte 9>> \
which triggers when $whore = 8, increases the value to 9, and then this branch won't trigger anymore because 9 lte 9 returns false.

But the next step is
Code:
<<elseif $whore eq 10>> \
Which won't trigger, because 9 eq 10 also returns false.

I've changed the first one from
Code:
$whore lte 9
to
Code:
$whore lte 10
and the scenes moved on.

There is also a line which I found it later yesterday that misses an
Code:
<
, one of the
Code:
set $bree +=1
lines. I think the first one, but don't remember exactly, I didn't keep the original html.
 

Sunshine999

Newbie
Oct 5, 2017
40
36
Another one that seems to be off was:
Code:
<<elseif $whore gte 3 and $whore lte 9>> \
which triggers when $whore = 8, increases the value to 9, and then this branch won't trigger anymore because 9 lte 9 returns false.
i was just checking the documentation:

ltEvaluates to true if the left side is less than the right side.
lteEvaluates to true if the left side is less than or equal to the right side.
 

yozara

Member
Feb 2, 2018
241
54
It seems I can't continue Bree's route, MC got homeless, met her twice (the second time MC told her she felt lonely and they kissed) and it seems I can't meet her again...
also, Otto's route is a lot of grinding
 

Wshbrigr1

Newbie
Jan 3, 2021
16
16
Game was ooking good till he didn't load the right version.. Sad that noone can make a game with errors!!!
 

Abhorson

Member
Game Developer
Jun 21, 2017
176
387
It seems I can't continue Bree's route, MC got homeless, met her twice (the second time MC told her she felt lonely and they kissed) and it seems I can't meet her again...
also, Otto's route is a lot of grinding
That's because I'm a potato and loaded the wrong bugfix version.
Both Bree and Otto routes progress through day progression.
If you get stuck on Otto go to sleep for a few days after seeing each scene and it should progress.
 
  • Like
Reactions: Seawulf00

Abhorson

Member
Game Developer
Jun 21, 2017
176
387
Game was ooking good till he didn't load the right version.. Sad that noone can make a game with errors!!!
holy moly thanks for catching that.
I must've zipped the wrong version.
I actually checked this time and it should work now.
 

netuttki

Member
May 10, 2018
121
79
i was just checking the documentation:

ltEvaluates to true if the left side is less than the right side.
lteEvaluates to true if the left side is less than or equal to the right side.
Right, thank you. Not sure why it failed to fire then.
 

n1ck

Member
Feb 5, 2018
374
365
Anybody knows who are the models/pornstars featured as the 9 avatar image selection? (10 if you look in the img/general/avatar directory; b.jpg is apparently unused)
 

MistressSara

Newbie
Aug 27, 2017
23
17
Anybody knows who are the models/pornstars featured as the 9 avatar image selection? (10 if you look in the img/general/avatar directory; b.jpg is apparently unused)
0-Alexa Grace



1-Lizzy Greene


2-Don't know

3-Hanna Edwinson


4-Tamsin Egerton


5-Tatyana Prikmeta


6-Sophia Di Martino


7-Don't know

8-Don't know

b-Ashley James
 

n1ck

Member
Feb 5, 2018
374
365
0-Alexa Grace



1-Lizzy Greene


2-Don't know

3-Hanna Edwinson


4-Tamsin Egerton


5-Tatyana Prikmeta


6-Sophia Di Martino


7-Don't know

8-Don't know

b-Ashley James
Thanks for the list.

Tried Google's reverse image search, and found #2 is Jules Wilberg:


Can't find anything on #7 and #8 though. #7 seemed to be a stock photo of somekind, but #8 turns out nothing.
 
4.00 star(s) 13 Votes