FloAdvenr

New Member
Jun 6, 2023
12
12
So, i was waiting a bit before buying on steam for avoid the bug, and now its seems that the game is not here anymore ? Someone know why ? Log or not the game dont show up when i search it, and the link from the summer memories is dead.
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,317
3,187
So, i was waiting a bit before buying on steam for avoid the bug, and now its seems that the game is not here anymore ? Someone know why ? Log or not the game dont show up when i search it, and the link from the summer memories is dead.
If you want to support the release instead of just pirating it, buying direct from Kagura accomplishes that goal better than giving Steam a cut anyway. But yeah, .
 

RuneStar

Member
Sep 9, 2022
156
39
If you want the game to always start in fullscreen and without linear filtering:
This works for Summer Memories as well as Winter Memories!
Go to:

{install dir}\www\js\main.js

and add this:

Code:
FSInitStart = SceneManager.initialize;
SceneManager.initialize = function(){
FSInitStart.call(this);
Graphics._requestFullScreen();
};
View attachment 3237326

Then in:

{install dir}\www\index.html

somewhere in <head>, add:

Code:
<style type="text/css"> CANVAS{image-rendering: pixelated;}</style>
View attachment 3237324
FINALLY ...
 
4.50 star(s) 56 Votes