Thousands of Models Streaming Live — Join Free! Click Here!
x

Bondage - James Bondage

Active Member
Aug 24, 2024
779
1,475
221
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
5
1
22
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
431
438
268
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
5
1
21
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?
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,827
37,492
1,031
I completed Pam's Puppy Reward event, and it took all of my money.
 

Spirox

Active Member
Jun 15, 2018
651
616
255
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

View attachment 4385624
Yeah lazy dev, didn't add a fullscreen option because then he will need to add an exist option lol...
 
3.60 star(s) 50 Votes