Create and Fuck your AI Slut -70% OFF
x

decker666

Member
Sep 29, 2017
229
562
135
For the lesbian scenes in the guest house, if you interrupt them are they always angry or is there a chance to join them if they're bi?
Currently they just get angry, I plan to have the option to join them in the future.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
Always have enough energy for captures when I've reported it. It doesn't always happen, so something is failing some of the time with it. Similarly sometimes when you give a gift to a captured girl and go back to their menu the milk her option will disappear, and potentially others as well (though I'd used the actions for the day on the girl I noticed that on).
Next time you have enough energy and space, add your save file here. I will check it out
 

ofir666

Newbie
Oct 2, 2018
21
15
176
Where do the car part from the cave go? I don't see it in storage. Also the garage indicates 5 parts missing but that number didn't decrease when I found it.
another note: when I took a girl to workout the sex buttons were the old UI (text buttons)
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
Where do the car part from the cave go? I don't see it in storage. Also the garage indicates 5 parts missing but that number didn't decrease when I found it.
another note: when I took a girl to workout the sex buttons were the old UI (text buttons)
Ignore garage as that is not implemented there yet. Might continue that in 0.28
 

caju

Well-Known Member
Oct 5, 2017
1,493
1,434
385
<div id="girl_face" style="background-image: url('images/game/doll/face.svg')"></div>
.SVG files are showing up as an Internet Explorer file rather than Chrome.
Changing "open with" to default to chrome rather than IE and restarting the game does not fix the issue
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
<div id="girl_face" style="background-image: url('images/game/doll/face.svg')"></div>
.SVG files are showing up as an Internet Explorer file rather than Chrome.
Changing "open with" to default to chrome rather than IE and restarting the game does not fix the issue
And doll body shows ok? Its also svg file. I will need to find a way to reproduce it somehow
 
  • Like
Reactions: caju

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
  • Like
Reactions: caju

coretex

Active Member
Jun 15, 2017
660
576
287
For those w/o faces : Sure you grabbed the 27b zip file and extracted the html.. but did you first also get the vanilla 27 download, extract everything, then extracted the 27b html file?.. .Cause.. when i was testing the upcoming changes pulling directly from the git w/o the new graphics files before they were released (as those are not on the git) thats exactly what i was getting. So... I think people might have skipped the initial release w/ the graphics, and only got the updated html.
 
  • Like
Reactions: caju

caju

Well-Known Member
Oct 5, 2017
1,493
1,434
385
Problem wasn't before because before that, girl was just one gif image with face, boobs, etc.
Can you press on the girls face with right mouse button and inspect element? Then find a girl_face element and check where it shows to you?
Example:


Tried chrome, firefox, Edge, IE. Works on all four for me.
Hopefully this will get you to the issue. ** particularly the bottom**
Untitled.jpg
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
For those w/o faces : Sure you grabbed the 27b zip file and extracted the html.. but did you first also get the vanilla 27 download, extract everything, then extracted the 27b html file?.. .Cause.. when i was testing the upcoming changes pulling directly from the git w/o the new graphics files before they were released (as those are not on the git) thats exactly what i was getting. So... I think people might have skipped the initial release w/ the graphics, and only got the updated html.
Then they would have missing also body svg image and pretty much missing all images if they would open just patch files
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,561
1,914
356
Perfect. Want to join discord? Might be easier as wont need to spam here.
I suspect that maybe for some reason as z-index is not there, chrome somehow messes up the order.
Want you to try to add
Code:
z-index: 2;
to #girl_face element. End should look like this:
Code:
#girl_face {
    position: absolute;
    top: 28px;
    left: 45px;
    width: 20px;
    height: 16px;
    background-size: contain;
    z-index: 2;
}
 
3.70 star(s) 52 Votes