Jan 8, 2020
22
22
So, I've got a problem on my linux system where images just can't load because of the file path names. For example, the image has a file path written in html as "./resources/characters/Meganrain/Intro/intro-01.webp", but the actual path in the file system is "./resources/characters/meganrain/Intro/intro-01.webp". Most majority of filesystems in linux (or maybe even all of them) are case sensitive, so "meganrain" is not the same folder as "Meganrain". This is probably worth a fix, though I just started a game and maybe there's no such problem going forward.

As for a workaround right now, you can create a partition with some "Microsoft approved" filesystem on your drive (fat32, exfat, ntfs, etc.) and place the game there.
 

sfgrtv

Newbie
Jul 23, 2018
36
20
When I loaded up your save all the images loaded for me. The primary reason the images wouldn't load is source files being placed incorrectly. index.html and resources folder should be side by side in the Community Service folder (name dependant on name of zip file). Since you informed me that the files were in this configuration when the images didn't load, and the latest hotfix fixed most of the missing image bugs, the issue with the images is outside of my knowledge.

It's a strange issue. You mentioned you use certain apps to load the game into chrome. Could you explain what they are and how they work. Usually the html file is executable in chrome without additional apps.
i use firefox to play to this game and thats all i don't use any other apps. And it's strange cause i had never said i had use other apps.
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
i use firefox to play to this game and thats all i don't use any other apps. And it's strange cause i had never said i had use other apps.
My mistake. A few users were reporting different issues so I must have got confused with my responses along the way. With your particular issue, the reason the game goes to a blank page during the Lexi event is because the missing passage depends on variables not present on your save file.

I can see that your save file is on v1.8.2, and I suspect you likely updated the save file from an older version. Currently, the game can update saves as old as 1.6.1 to 1.8.2. The missing variables indicates that your save file was 1.5.2 or older, and whilst the later updates were added, the content for Lexi wasn't, causing this issue. You can also see this present on the Characters screen, as your save is unable to display data for the characters met during Lexi's quest.

Due to the nature of this issue, and because I didn't want to go rewriting code, I have created a new save file for you (attached below). The save has all the choices and content you have currently played, and is at the same point in Lexi's quest as you were. The event will now work as intended.

I should also thank you. Whilst creating this save, I discovered that choices from the Skin questline were not being displayed in the Choices page.
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
So, I've got a problem on my linux system where images just can't load because of the file path names. For example, the image has a file path written in html as "./resources/characters/Meganrain/Intro/intro-01.webp", but the actual path in the file system is "./resources/characters/meganrain/Intro/intro-01.webp". Most majority of filesystems in linux (or maybe even all of them) are case sensitive, so "meganrain" is not the same folder as "Meganrain". This is probably worth a fix, though I just started a game and maybe there's no such problem going forward.

As for a workaround right now, you can create a partition with some "Microsoft approved" filesystem on your drive (fat32, exfat, ntfs, etc.) and place the game there.
This is an error on my part. At one point in time I was re-organising the source files and toyed with the idea of changing the names of the folders (meganrain to MeganRain). In the end I decided not to, but it seems some lines of code were not corrected. The majority of the game plays without this issue, but if you have any other specific examples of images not loading, please do bring them to my attention as it will save me time when searching for errors.
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
it is a fun game, but the resolution of videos is really bad
A few updates ago it became clear that the game was massively increasing in size (approx 300MB per update). In order to slow this increase, all files were updated to .webp and .webm, and since the videos are the larger files, they were all adjusted to around 10 seconds at 720p.

The idea has been suggested to have an optional download with the larger files. Perhaps a pack with longer videos and higher resolution videos may be worth looking into in the future.
 
  • Like
Reactions: Fed

stromeleag

Newbie
Oct 23, 2017
43
10
Skin home - talk and fuck now,talk later nothing happen and Megan home- talk - continue same thing. And other bug in You are in standing in the Estate (
Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read property 'hasaddress' of undefined<<if $alex.hasaddress is true>> <<if $gameDate.getHours() gte 22 or $gameDate.getHours() lt 7>> It is too late to visit Alex. <<elseif $gameDate.getHours() gte 7 or $gameDate.getHours() lt 22>> <<link[[Alex's Home|alex-home]]>><<addmins 10>><</link>> <</if>> <<elseif $alex.hasaddress is false>> <span title="Continue further with Carolina's questline"> Undiscovered Location </span> <</if>> )

I have Hotfix_v1.8.2.html.

I have only these 2 obiectives to make for the rest I have reached the end of content for this version.
Skin: Talk to Skin at her flat on the Estate.
Megan: Talk to Megan at her home on the Estate.
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
Skin home - talk and fuck now,talk later nothing happen and Megan home- talk - continue same thing. And other bug in You are in standing in the Estate (
Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read property 'hasaddress' of undefined<<if $alex.hasaddress is true>> <<if $gameDate.getHours() gte 22 or $gameDate.getHours() lt 7>> It is too late to visit Alex. <<elseif $gameDate.getHours() gte 7 or $gameDate.getHours() lt 22>> <<link[[Alex's Home|alex-home]]>><<addmins 10>><</link>> <</if>> <<elseif $alex.hasaddress is false>> <span title="Continue further with Carolina's questline"> Undiscovered Location </span> <</if>> )

I have Hotfix_v1.8.2.html.

I have only these 2 obiectives to make for the rest I have reached the end of content for this version.
Skin: Talk to Skin at her flat on the Estate.
Megan: Talk to Megan at her home on the Estate.
Not sure about the Skin Home and Megan Home bugs, but the Estate bug is quite common for people who didn't update the save file using the old Update method. In update v1.8.1 the method was changed to be automatic during sleep, but this process could only be backdated to saves in v1.6.1. Saves from before this needed to be updated using an in-game update button.

The reason the Estate bug is occurring is because your save file did not update with the v1.6.1 variables, and the game doesn't recognise any of the code for the character of Alex. If you started a fresh save on v1.8.2, you'd find this bug to be fixed.

If you can provide a save file I can look into fixing the issue. Ordinarily I would just recreate the save in the updated version, but with the issue with older saves not being updated becoming more common, it's about time I create a custom debugging tool for myself to fix things quicker.
 

sfgrtv

Newbie
Jul 23, 2018
36
20
My mistake. A few users were reporting different issues so I must have got confused with my responses along the way. With your particular issue, the reason the game goes to a blank page during the Lexi event is because the missing passage depends on variables not present on your save file.

I can see that your save file is on v1.8.2, and I suspect you likely updated the save file from an older version. Currently, the game can update saves as old as 1.6.1 to 1.8.2. The missing variables indicates that your save file was 1.5.2 or older, and whilst the later updates were added, the content for Lexi wasn't, causing this issue. You can also see this present on the Characters screen, as your save is unable to display data for the characters met during Lexi's quest.

Due to the nature of this issue, and because I didn't want to go rewriting code, I have created a new save file for you (attached below). The save has all the choices and content you have currently played, and is at the same point in Lexi's quest as you were. The event will now work as intended.

I should also thank you. Whilst creating this save, I discovered that choices from the Skin questline were not being displayed in the Choices page.
i can't download the save file when i click it take me to another page with unreadable text
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
i can't download the save file when i click it take me to another page with unreadable text
Instead of clicking on the attached file, right click and there should be an option to "Save Link As". That should prompt the download screen and the file type should be .save.
 

Tutuooo

Member
Sep 10, 2019
402
66
The online site I cannot play on edge images and videos don’t show up , on google chrome it will not scroll down
 

Future!Phantom

"Someone else might get it wrong"
Game Developer
Aug 13, 2018
335
556
Community Service [v1.9.1] [Blue Phantom]

Changelog - v1.9.1 - The MC Update
You will need to sleep in-game to update your save file.
It is advised that players replay the prologue to see some of the new content and get the full story.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Downloads - All Files (v1.9.1 - 919MB)
- -
 
  • Like
Reactions: Lerd0

KiraKhaos

Member
Oct 10, 2017
119
57
Getting this issue (with corresponding names in the error) for both porn games at the computer. Also getting chrome error popup when clicking on "Increase Corruption" button, which in turn disables the "Increase Corruption" button. Not sure if important but: completely fresh save file on the new version, skipped to chapter 1, custom name, hid with Alessa, did bath scene were my choices. Also running into similar error when mother is asleep in her bedroom.
1610427529329.png
 
  • Like
Reactions: milesld

KiraKhaos

Member
Oct 10, 2017
119
57
Alli questline also seems to be broken. Hint page goes blank after her foot/blowjob scene and only actions with her in any place at any time are those two repeatable options or generic talking lines.
 

KiraKhaos

Member
Oct 10, 2017
119
57
Also Dr Preston never shows up at the hospital to speak to. Not sure if it's related to finishing Megan's questline too early or not.
 

homerj30

Member
Sep 14, 2020
404
153
if your in a town save, your scraped with no options
even the room save is limited to a sleep option for the update. which gives missing images in your sleep.
 
4.40 star(s) 16 Votes