Ardash

Newbie
Jul 3, 2022
38
28
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
 

Bondage - James Bondage

Active Member
Aug 24, 2024
617
878
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

Schrotti

New Member
Jan 8, 2024
2
0
i really wnat to play but i have linux. i know that there is a second version available for linux but i want to play the first game too
 

MrBlack ✌

Member
Jun 4, 2017
304
264
i really wnat to play but i have linux. i know that there is a second version available for linux but i want to play the first game too
I play on Linux too. Just install Steam. At you can download a *.deb file for Debian-like distributions. It's also available as a flatpak.
With Steam, you can add non-Steam games by selecting the game's *.exe. You'll see a new entry in your library. Edit the entry and choose a Proton compatibility layer - in most cases the newest or "experimental" one will work fine. (In rare cases, you may need to test some (very) old versions for success. (And you can also install ProtonGE, which has some additional advantages, like playing rare video types instead of test images))
And then hit run and have fun ;-)

1740422116388.png 1740422198403.png 1740422249624.png
 
Last edited:

sleeping-Panda

New Member
Nov 8, 2021
2
0
I wonder if it's just me who has this problem, or is it supposed to be like this? But in almost all scenes of Cloe's tasks, where Naomi is also involved, I only get a white screen. And the text is displayed when there is text. Is that the way it should be, or can it be changed somehow?
 
3.70 star(s) 48 Votes