CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Ardash

Newbie
Jul 3, 2022
36
25
how to make it full screen?
You need edit file resources/app/main.js
Find

mainWindow = new BrowserWindow({
"width": width,
"height": height,
"resizable":resize,
"useContentSize": true,
"show":false,
webPreferences: {
nodeIntegration: true
}
});

and add "fullscreen":true,

mainWindow = new BrowserWindow({
"width": width,
"height": height,
"resizable":resize,
"useContentSize": true,
"show":false,
"fullscreen":true,
webPreferences: {
nodeIntegration: true
}
});

save file and run game

1735420954156.png
 
Aug 24, 2024
432
603
Where's the savedata stored? I started this one cuz I thought I had to in order to understand what is happening in 2, but if it's not needed I wanna delete the folder.
You don't need to play Red Sakura Mansion 1 for playing Red Sakura Mansion 2. The second one is on RenPy and the first one not.

But to answer the question where the saves are: They are in the main directory of the game and are called:

RSM_v_01_sf.sav and
RSM_v_01_tyrano_data.sav
 
  • Like
Reactions: ZazzyBoi
3.70 star(s) 48 Votes