- Jun 12, 2024
- 20
- 14
Could you put your game files here if it works for you please?I think it's fine, the only problem is that to access the hotel the girl must invite you, since it's not possible if Boku calls her.
Could you put your game files here if it works for you please?I think it's fine, the only problem is that to access the hotel the girl must invite you, since it's not possible if Boku calls her.
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 againYeah I see, the game itself is quite complex for an engine like that But since it doesn't seem to work on my game could you send me the files of your game if the folder works on yours? Maybe the problem comes from my game for a reason that escapes me [I cracked it so maybe that's why?]
winter memories doesn't exist yet, only summer memories has been made/doneDoes anyone have the winter memories version ofYou must be registered to see the linksThe old link doesn't work anymore.
Please make it winter memories, not summer memories.
View attachment 4146781
Eh...isn't this Winter Memories?winter memories doesn't exist yet, only summer memories has been made/done
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!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
It is better to use lossless scaling without the linear filtering?Paste this into main.js (delete or comment out the block of code you may be using for fullscreen):
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.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);
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.
hey bro, is this the latest version? And how do i install it? Is it extract and play or paste it to the original game?
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.It is better to use lossless scaling without the linear filtering?
Is this include the original game or only the mod?The modder hasn't released the mod yet. But there is the coward mod for summer memories as well...
Download link for coward mod of summer memories:
https://f95zone.to/masked/workuploa...3HSV2vD5m4F4P0w7xemrQj.5ZqxONnLwj8HvkqKTgG4l7
In order to activate the coward events: Talk->Coward->Choose event
Have Fun!
at the end there have 3p then you choose thatGuys 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
Before you say it's a meme, have you played summer memories onView attachment 4150616
what you see in the screenshot is mostly memes, though some are legit scenes that they made
You mean the final day?at the end there have 3p then you choose that
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?Before you say it's a meme, have you played summer memories onYou must be registered to see the links
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!