RuneStar

Member
Sep 9, 2022
294
115
85
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 ...
 
  • Like
Reactions: D4zea
Feb 13, 2022
30
13
122
how do I get the pink notice to spawn in? I've already beaten the game and have gotten everyone's EX Scenario done (except for obviously Kagami and Suzu) I'm using the English version not the English MTL. I've also started a New Game+ as well and still no pink notice.
 
Jul 3, 2018
186
108
119
how do I get the pink notice to spawn in? I've already beaten the game and have gotten everyone's EX Scenario done (except for obviously Kagami and Suzu) I'm using the English version not the English MTL. I've also started a New Game+ as well and still no pink notice.
Have you done a trheesome with both? I don't recall have done any than that. If I remember correctly is doing the trheesome, then see the notice and talk with Suzu :unsure:
 

Piao0315

New Member
Jun 22, 2018
8
4
62
How to change the language for this game? I saw a bunch of seeming language files but there isnt an option
 

Dickless666

New Member
Jan 11, 2024
3
0
11
how do I get the pink notice to spawn in? I've already beaten the game and have gotten everyone's EX Scenario done (except for obviously Kagami and Suzu) I'm using the English version not the English MTL. I've also started a New Game+ as well and still no pink notice.
A pink notice? What is that?
 
4.60 star(s) 86 Votes