SexGameSluts — Who Will You Fuck First? Play Now!
x

Cacaslip1234

Newbie
Jun 12, 2024
28
24
81
check if your common events file size is 0 mb, if it is, that means it broke you will have to replace the common events file with the one that I sent again

otherwise, the issue might be something else, I'll see if i can upload my game files in a bit, just a bit busy is all
My base file weighs 21 MB [1 less than the one you sent] so I don't think that's the problem but it's nice of you to help me Yes it would be cool if you gave the files of your game directly and I would thank you very much!
 

coco2345

Newbie
Aug 22, 2018
35
21
35
Paste this into main.js (delete or comment out the block of code you may be using for fullscreen):

Code:
function resizeAndCenter() {
    let desiredWidth = 1508;
    let desiredHeight = 840;

    window.resizeTo(desiredWidth, desiredHeight);

    let newLeft = (screen.availWidth - desiredWidth) / 2;
    let newTop = (screen.availHeight - desiredHeight) / 2;
    window.moveTo(newLeft, newTop);
}

setTimeout(resizeAndCenter, 1000);
This is a simple 2x window size on game launch. It's NOT integer scaled because this game is doing something funky with the resolution or canvas, but it's tremendously close to it. It won't wreck the pixel art the way fullscreen does.

In my opinion the ideal way to play this game is with a clean main.js and then using LosslessScaling to apply integer scale. It will give you the largest size your display can handle for this game without distorting pixels.

This main.js tweak is a close second and doesn't require extra software, so I recommend people give it a go.

The game's native resolution is 745 x 400. I tried using simple math in a function to determine the largest integer factor the player's display can contain but it became clear after testing even with the simplest possible solution ( just doubling it ), that the game does not react well to scaling via any method I could think of. I'm not sure what the source of the dimension offsets is, but I landed on 1508 x 840 which produces a 1490 x 800 window, which is 2x native res. The scaling is imperfect, but since there is no panning in this game those imperfections are close to imperceptible.
It is better to use lossless scaling without the linear filtering?
 

WeeMissHarley

Newbie
Oct 19, 2017
67
339
144
It is better to use lossless scaling without the linear filtering?
100%. Just disable linear filtering and use lossless scaling with the "integer" option. It will scale it up to your resolution as much as it can without distorting the image.
 

zoku

Member
Aug 24, 2017
327
488
225
Guys I can't get the women to come out of the house did I miss anything?
I also got tickets for the hot spring but don't know how to use them
 

otomegokoro

Member
Apr 27, 2022
230
358
186
Before you say it's a meme, have you played summer memories on
yes i have and there is a download for it in the summer memories thread and a couple of posts before this, im not sure what you want to tell me?
 

otomegokoro

Member
Apr 27, 2022
230
358
186
My base file weighs 21 MB [1 less than the one you sent] so I don't think that's the problem but it's nice of you to help me Yes it would be cool if you gave the files of your game directly and I would thank you very much!
are my files with the edited common event files, I'll work on fixing the bugs that anyone finds during the weekend and upload it an update asap

edit: sorry it took a while, was busy
 
  • Like
Reactions: Cacaslip1234

ieusikaka

Newbie
Aug 16, 2022
23
9
117
In the final day the parents just came and take him back home, I think there is a way to go out with women before the final day
erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?
 

zoku

Member
Aug 24, 2017
327
488
225
erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?
I saw images online where the aunt or the cousins are present on other maps outside the house.
Not necessarily the hotspring, but yes, that too I own tickets but don't know how to use them.
 

Sinombre1887

Member
Nov 6, 2023
145
201
176
I saw images online where the aunt or the cousins are present on other maps outside the house.
Not necessarily the hotspring, but yes, that too I own tickets but don't know how to use them.
I think to use the hot springs tickets you need to max out miyuki, rio, and yui, fast foward to the last day and you get the special event for it. at least that's how I think you get it, that's how I remember I got it anyway
 
  • Like
Reactions: zoku

zoku

Member
Aug 24, 2017
327
488
225
I think to use the hot springs tickets you need to max out miyuki, rio, and yui, fast foward to the last day and you get the special event for it. at least that's how I think you get it, that's how I remember I got it anyway
thanks for the hint anyways.
But still I think there is some trick to get them out, I saw the aunt in other maps and I don't think it was a mod
 
4.60 star(s) 86 Votes