2.50 star(s) 28 Votes

alltreck

Newbie
Nov 20, 2018
91
49
Hey there. First of all thanks for the game, its still short but already quite interesting. But there is a trouble with image routes - might look fine on Windows, but it breaks the game on Linux. The issue is with case sensitivity.

This works:
HTML:
<img src="img/lilly/lilly0.jpg" width="400">
This one is not:
HTML:
<img src="img/Lilly/Lilly-avatar.jpg" width="100" height="100">
Because the original path is in lowercase.
 

Rustlerman

Member
Game Developer
Jul 7, 2020
144
213
Hey there. First of all thanks for the game, its still short but already quite interesting. But there is a trouble with image routes - might look fine on Windows, but it breaks the game on Linux. The issue is with case sensitivity.

This works:
HTML:
<img src="img/lilly/lilly0.jpg" width="400">
This one is not:
HTML:
<img src="img/Lilly/Lilly-avatar.jpg" width="100" height="100">
Because the original path is in lowercase.
Thanks for letting me know, I'll check it for the next update
 
  • Like
Reactions: alltreck

Doe467

Newbie
Apr 23, 2017
38
9
This game has a lot of issues with images loading. Some OS are case sensitive. All the file names are lower case.
Thanks for letting me know, I'll check it for the next update
yep, I am having the same problem - Mac will probably have this problem also.
 
Nov 1, 2019
146
53
Hello dev,

Please have the list of tasks and their triggers (activating conditions) be available somewhere. I have trouble triggering most of them (it can be easily missed for most games in this engine without some list to go through)

Case in point, I have trouble triggering having sex with Lily in Richard's office (given by Sara and verified with her about going in there midnight to 8 AM) with Lily's love at 100 (I can just spam chocolates to reach this before going upstairs) but the included walkthrough only mentions 40 love. Maybe I am missing a day/sleep count?
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,132
2,017
...

Case in point, I have trouble triggering having sex with Lily in Richard's office (given by Sara and verified with her about going in there midnight to 8 AM) with Lily's love at 100 (I can just spam chocolates to reach this before going upstairs) but the included walkthrough only mentions 40 love. Maybe I am missing a day/sleep count?
Did you visit the basement?
I had problems with this event, too.
see https://f95zone.to/threads/the-mansion-v0-60-rustlerman.84649/post-8159070
 
Nov 1, 2019
146
53
Did you visit the basement?
I had problems with this event, too.
see https://f95zone.to/threads/the-mansion-v0-60-rustlerman.84649/post-8159070
Of course I visited the basement. I think talking to Sara to search Richard's office doesn't trigger until you do so.

The problem is that I have problem with almost every task. If you say a certain flag has to be set for each task I can probably nudge through the developer console from the browser in case clicking doesn't work.
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,132
2,017
Of course I visited the basement. I think talking to Sara to search Richard's office doesn't trigger until you do so.

The problem is that I have problem with almost every task. If you say a certain flag has to be set for each task I can probably nudge through the developer console from the browser in case clicking doesn't work.
As I wrote I edited the html-file to continue :

Changed
Code:
&lt;&lt;if $CurLilove gte 40 &amp;&amp; $sarameet is 1&gt;&gt;\
to
Code:
&lt;&lt;if $CurLilove gte 40 &amp;&amp; $sarameet gte 1&gt;&gt;\
so that I can continue even if $sarameet is greater than 1. However I might have missed some of the following Sara content by doing so.

If you use the console, you could try to reset $sarameet to 1.
 

nathanajust

Newbie
Oct 21, 2019
62
18
I restart the game for the third time with the new version, but i'm stuck again. I've got 100% with all the girls, the sugar, the acid, the water, but when I go back to the kitchen, I have no choice, only "talk to the woman" and not "talk to Nancy" and except suggest a cocktail, there is no other choice available. No molasses = no torch. Is there a trick to progress ?
 
  • Like
Reactions: ArmyPilot

DudeManrod

Newbie
Oct 17, 2017
94
120
Im stuck as well. I have the blowtorch loaded but when i talk to Sara it just repeats the event when you tell her about john and have sex with her.
 

ArmyPilot

Newbie
Feb 22, 2019
24
22
I restart the game for the third time with the new version, but i'm stuck again. I've got 100% with all the girls, the sugar, the acid, the water, but when I go back to the kitchen, I have no choice, only "talk to the woman" and not "talk to Nancy" and except suggest a cocktail, there is no other choice available. No molasses = no torch. Is there a trick to progress ?
I have the same problems as you plus can not gamble at the casino.
It seems that this game is sequence based and if you complete a task out of sequence it throws the whole game off.
Is anyone else having this problem?
 

Smellfire

Member
Sep 4, 2019
234
325
I got to the lender quest, went to train in guest room, blank screen again.

If its such a buggy pile of crap, put a back button in like 90% of other html games and fix this buggy mess.
 

Billshwr

Active Member
Feb 17, 2021
583
166
How do you start love points with lily? She always says she’s cleaning or when go to give her a drink she says she can’t while working
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,132
2,017
How do you start love points with lily? She always says she’s cleaning or when go to give her a drink she says she can’t while working
You can buy flowers, choclates, etc for the girls. The effect depends on the girl. Some items can only be gifted in limited quantity or until you reach a certain level with the girl.

Does the game have a walkthrough?
The gamefolder should contain a short walkthrough as text file ...
 
Last edited:
  • Like
Reactions: Billshwr
2.50 star(s) 28 Votes