RuneStar

Member
Sep 9, 2022
214
65
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 ...
 
Feb 13, 2022
30
13
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.
 

Maurice123

Member
Jul 3, 2018
115
49
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:
 
4.50 star(s) 66 Votes