3.30 star(s) 8 Votes

ADIDAS

Member
Feb 3, 2018
316
297
I'll look into this, I didn't notice it when I was testing it but perhaps it's a bug of some kind. Thanks for letting me know!
When I right clicked and inspected the missing image it looked as if the image it was commanded to show had a space . jpg although the file in the image folder had no spaces. Could be as simple as that.
 

Kourosh

Member
Dec 2, 2018
187
358
Are you kidding me ? More than 800 MB and less than 10 minutes of playing ? this is not even a game you just click and watch some regular (mostly boring) porn video clips. if you like real-porn games, play "Life choices", "the company", "a spell for all", or even "Girl in the city", don't waste your time downloading & playing this game.
 

LordMana

Newbie
Dec 8, 2017
44
8
Nope its just the end of the description with the mom watching you. I am useing firefox
edit: it works perfectly with chrome so problem solved
 
Last edited:
  • Like
Reactions: Dtrain327

LordAkkarin

New Member
Sep 23, 2018
5
1
There are a lot of problem if you use firefox, some images are too big and prevent you from continue, and that happens in two differt path at least.
Also, a lot of images have the wrong case for the first letter, and so the browser can't find them. To make things even worse, or at least more tedious, some images require an upper case first letter, other lower case and other require the folder they are in to be lower case or upper case. This make any attempt to work around this problem vain, unless you want to edit the html file looking for and then editing every single link, and they are a lot.

I suggest the developer to stick with one standard, and maybe test the game before releasing
 
  • Like
Reactions: Daveck

Dtrain327

Newbie
May 23, 2018
64
310
There are a lot of problem if you use firefox, some images are too big and prevent you from continue, and that happens in two differt path at least.
Also, a lot of images have the wrong case for the first letter, and so the browser can't find them. To make things even worse, or at least more tedious, some images require an upper case first letter, other lower case and other require the folder they are in to be lower case or upper case. This make any attempt to work around this problem vain, unless you want to edit the html file looking for and then editing every single link, and they are a lot.

I suggest the developer to stick with one standard, and maybe test the game before releasing
This is only a problem I've found in firefox. I've done a large majority of my testing in Chrome where it's fine. I'll try to work through those issues for firefox in the next update.
 

Fessups

Newbie
Nov 4, 2017
54
75
(Some images in firefox 67 too big or out of proportion on 1920x1080):
change line 1675 to
<img src="images/other/pool.jpg" width='80%' height='40%'>
change line 2158 to
<img src="images/dina/dina bath.jpg" width='100%' height=50%'>
change line 2272 to
<img src="images/Sarah/sarah6.jpg" width='60%' height='20%'>
change line 3092 to
<img src="images/sarah/sarah tinder 3.jpg" width='60%' height='22%'>
change line 3212 to
<img src="images/sarah/sarah8.jpg" height='35%' width='70%'>
change line 3270 to
&lt;/html&gt;</tw-passagedata><tw-passagedata pid="58" name="Dina joins you both" tags="" position="1500,700" size="100,100">&lt;img src=&quot;images/dina/dina13.jpg&quot; width=&#39;60%&#39; height=&#39;47%&#39;&gt;
change line 3454 to
&lt;img src=&quot;images/other/elena home.jpg&quot; height=&#39;23%&#39; width=&#39;60%&#39;&gt;
change line 3510 to
&lt;/html&gt;</tw-passagedata><tw-passagedata pid="62" name="Step inside" tags="" position="1500,1100" size="100,100">&lt;img src=&quot;images/other/elena LR.jpg&quot; height=&#39;30%&#39; width=&#39;40%&#39; &gt;
 
Last edited:

Dtrain327

Newbie
May 23, 2018
64
310
(Some images in firefox 67 too big or out of proportion on 1920x1080):
change line 1675 to
&lt;img src=&quot;images/other/pool.jpg&quot; width=&#39;80%&#39; height=&#39;40%&#39;&gt;
change line 2158 to
&lt;img src=&quot;images/dina/dina bath.jpg&quot; width=&#39;100%&#39; height=&#30;50%&#39;&gt;
change line 2272 to
&lt;img src=&quot;images/Sarah/sarah6.jpg&quot; width=&#39;60%&#39; height=&#39;20%&#39;&gt;
change line 3092 to
&lt;img src=&quot;images/sarah/sarah tinder 3.jpg&quot; width=&#39;60%&#39; height=&#39;22%&#39;&gt;
change line 3212 to
&lt;img src=&quot;images/sarah/sarah8.jpg&quot; height=&#39;35%&#39; width=&#39;70%&#39;&gt;
change line 3270 to
&lt;/html&gt;</tw-passagedata><tw-passagedata pid="58" name="Dina joins you both" tags="" position="1500,700" size="100,100">&lt;img src=&quot;images/dina/dina13.jpg&quot; width=&#39;60%&#39; height=&#39;47%&#39;&gt;
change line 3454 to
&lt;img src=&quot;images/other/elena home.jpg&quot; height=&#39;23%&#39; width=&#39;60%&#39;&gt;
change line 3510 to
&lt;/html&gt;</tw-passagedata><tw-passagedata pid="62" name="Step inside" tags="" position="1500,1100" size="100,100">&lt;img src=&quot;images/other/elena LR.jpg&quot; height=&#39;30%&#39; width=&#39;40%&#39; &gt;
I think it's more likely to be some of the videos as well as pictures since a couple are a bit large. I'll be working on this to get a fix for the next update
 

bobjones9792

Member
May 27, 2017
221
664
I think it's more likely to be some of the videos as well as pictures since a couple are a bit large. I'll be working on this to get a fix for the next update
Dtrain327,

I looked at your videos folder, and I have some advice (speaking from experience here). You should use a format other then gifs. The problem with gifs is they are massively bloated in size (as in about 10 times larger, no kidding) and don't offer any more quality. I personally like webm, but something like mpeg is fine too.

You can use a converter program, like webmconverter or ffmpeg to convert gifs into webms. I personally use webmconverter myself, its easy to use (you don't really need to configure anything), link below. If you use webmconverter, note that sound is removed by default, but you can change that.

 
  • Like
Reactions: kkai

kkai

Member
Dec 21, 2016
169
295
You can use a converter program, like webmconverter or ffmpeg to convert gifs into webms. I personally use webmconverter myself, its easy to use (you don't really need to configure anything), link below. If you use webmconverter, note that sound is removed by default, but you can change that.
I was tempted to make the same suggestion. webm is VASTLY superior to gif for this kind of material. Obviously if you make the webm directly from your source rather than from gifs, that'd be best.
 

Daveck

Newbie
May 2, 2017
43
36
Can't scroll all the way down on firefox to select choices. Zooming out lets me get farther on the page, but it doesn't zoom out enough. Same problem on Edge, have to zoom out, but at least i can select choices as I can zoom out enough.
 

Dtrain327

Newbie
May 23, 2018
64
310
Can't scroll all the way down on firefox to select choices. Zooming out lets me get farther on the page, but it doesn't zoom out enough. Same problem on Edge, have to zoom out, but at least i can select choices as I can zoom out enough.
On what paths specifically? I know of the one issue involving the pool but if there are others, feel free to list them so I can pinpoint the problem
 
3.30 star(s) 8 Votes