singkamatis

New Member
Apr 16, 2022
4
1
62
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
Kinda noob question, but what's the software used on this? I can't change the code on the one I had (which I have no clue).
 

Mikura00

New Member
Mar 10, 2022
14
6
77
IIRC DojinOtome said this is the last one he's going to do and he's gonna do a new project.
It wasn't like that, he said that he was going to stay away for a while creating +18 games, but he didn't say that it was going to be the last in the memories saga, in fact in one of the comments responding to people, he said that the next game from memories would like to create it in 3D
 
  • Like
Reactions: HenMan12391

Seidou

Member
Feb 1, 2021
110
201
101
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
wtf i did not think this would make such a massive difference
 

Night_lon3r

New Member
Oct 24, 2021
4
0
35
anyone been able to play winter memories on joi play? it says this game type is not supported when i try to install it
 

Magister Masquerade

Dream Gourmet
Donor
Jun 24, 2018
1,537
2,539
407
It wasn't like that, he said that he was going to stay away for a while creating +18 games, but he didn't say that it was going to be the last in the memories saga, in fact in one of the comments responding to people, he said that the next game from memories would like to create it in 3D
Yeah well, it's a moot point. However you want to put it, it's a 'maybe' and won't be showing up for at least half a decade if he's putting other games out and definitely if he wants the next one to be as ambitious as 3d.

It's unfortunate, but a tiny wisp of hope is better than nothing I guess. I also think he deserves the break. His previous games were okay, but even with the two memory games he's released two full games in a timeframe some patreon games haven't even released a meaningful update in, lmao.
 
  • Like
Reactions: Jione007
4.60 star(s) 86 Votes