StrangerIn

Newbie
Aug 22, 2017
22
18
Is there any way to make the MC Silhouette like in the image?
In theory this should be moddable just by taking the censored version and replacing the assets for whatever the normal version is with the censored version. Which is fine for menus and stuff like that but the moment you get into probably most scenes (and any sex scenes) the silhouette versions just don't exist.
 

UnproperHaircut

New Member
Apr 16, 2022
3
1
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
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
4.50 star(s) 55 Votes