CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

riadhloch

Member
Jul 1, 2018
278
400
Does anyone know how to get the last house-wife point? Repeating 'Cooking in the Kitchen' doesn't seem to award the 7th point.

EDIT: Figured it out. Looks like it might be a logic bug, LustfulDev.

The last house-wife point seems to be awarded for the "Take a Short Nap" activity, but that activity is grayed out until John is level 2. However, the player can't "deepen the relationship" to advance to level 2 unless the house-wife perk is completed.
 
Last edited:

Skyllah

Newbie
Jun 24, 2018
88
38
Does anyone know how to get the last house-wife point? Repeating 'Cooking in the Kitchen' doesn't seem to award the 7th point.

EDIT: Figured it out. Looks like it might be a logic bug, LustfulDev.

The last house-wife point seems to be awarded for the "Take a Short Nap" activity, but that activity is grayed out until John is level 2. However, the player can't "deepen the relationship" to advance to level 2 unless the house-wife perk is completed.
In the "Take a Short Nap" activite the "Sleep Naked" action should be available when John Level 1 and Lust/Arousal level 4
Open the html file with Notepad++ and search for Sleep Naked
then edit that line like this:
 

riadhloch

Member
Jul 1, 2018
278
400
In the "Take a Short Nap" activite the "Sleep Naked" action should be available when John Level 1 and Lust/Arousal level 4
Open the html file with Notepad++ and search for Sleep Naked
then edit that line like this:
Yup! That's how I found the logic error, but it's awesome that you posted the fix for others. I probably should have been as thoughtful as you were. Thanks!
 
  • Like
Reactions: ibizadalton

restrictive

Newbie
Jun 4, 2020
45
45
Does anybody know what my damage is?

Could not load image 'nudist1.jpg'.
Error interpreting JPEG image file (Not a JPEG file: starts with 0x00 0x00)

This happens on quite a lot (though by no means all) images in the download.
Redownloading doesn't change anything, extraction finishes with no error (*.rar files sometimes are finicky on my Linux system, so that was my first suspicion), different picture viewers have no more success.
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,621
1,012
Does anybody know what my damage is?

Could not load image 'nudist1.jpg'.
Error interpreting JPEG image file (Not a JPEG file: starts with 0x00 0x00)

This happens on quite a lot (though by no means all) images in the download.
Redownloading doesn't change anything, extraction finishes with no error (*.rar files sometimes are finicky on my Linux system, so that was my first suspicion), different picture viewers have no more success.
I think the problem is in the code itself.
In the game code, the file is read as "nudist 1.jpg ", in the folder it reads as JPEG.
 

restrictive

Newbie
Jun 4, 2020
45
45
I think the problem is in the code itself.
In the game code, the file is read as "nudist 1.jpg ", in the folder it reads as JPEG.
That would have been nice. But I don't really believe it. For one i did try opening the images outside the game, directly from the folders and for two, the files are all named *.jpg and some of them do work.

Some of the working ones:

img/background/map0.jpg
img/icons/liya-icon.jpg

Some of the not-working ones:

img/background/school.jpg
img/icons/female-icon.jpg

For the record: When I changed the name of the img/icons/john-icon.jpg file to JPEG it stopped working ingame (but remained viewable directly), so you are maybe onto some other failure.
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,621
1,012
That would have been nice. But I don't really believe it. For one i did try opening the images outside the game, directly from the folders and for two, the files are all named *.jpg and some of them do work.

Some of the working ones:

img/background/map0.jpg
img/icons/liya-icon.jpg

Some of the not-working ones:

img/background/school.jpg
img/icons/female-icon.jpg

For the record: When I changed the name of the img/icons/john-icon.jpg file to JPEG it stopped working ingame (but remained viewable directly), so you are maybe onto some other failure.
I think the mistake here is that you have a different OS.
Also, most developers do not test games of this genre on Linux, so users of this system may have errors.
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,621
1,012
Too bad. Thanks for the quick reply anyway.
In truth, this is a universal answer for Linux OS owners.
To understand the error, here is a common example.

I'm writing the path to the file in the engine like this.
- img/background/map0.jpg

But in the game folder, the file has this name, JPG.
For windows OS, this is a small problem, but a headache for the linux owner.
 
3.00 star(s) 5 Votes