Winter Memories – How to Make Fullscreen

Only for the based players. This guide works on Summer Memories as well.

Make Your Game Fullscreen

Сrеdit gоеs to !

Browse Local Files

Into the Game Files

Once you open the game files, go to ‘www’ folder-> ‘js’ folder-> click on ‘main.js’ javascript file and open it with notepad

Main.js File

Copy + paste this code as shown here into the main.js file then hit save.

FSInitStart = SceneManager.initialize;
SceneManager.initialize = function(){
FSInitStart.call(this);
Graphics._requestFullScreen();
};

Example

Www Folder

Exit from the js folder, you can see a HTML file named ‘index’.

Open it with notepad as well, sometimes its merged with default browser, dont open with the browser.

Index.HTML File

Ctrl C + Ctrl V this code anywhere in between

<head> </head>
<style type="text/css"> CANVAS{image-rendering: pixelated;}</style>

It may look like this, will not cause any problem.

You can add some spaces to align this in a row.

Congrats! You can enjoy your Winter Memories in Fullscreen!

Egor Opleuha
About Egor Opleuha 6882 Articles
Egor Opleuha, also known as Juzzzie, is the Editor-in-Chief of Gameplay Tips. He is a writer with more than 12 years of experience in writing and editing online content. His favorite game was and still is the third part of the legendary Heroes of Might and Magic saga. He prefers to spend all his free time playing retro games and new indie games.

4 Comments

  1. one question i do everything you say and the game dont open i do the veryfication of archives and makes me download so much arcihives ,why

Leave a Reply

Your email address will not be published.


*