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

ieusikaka

Newbie
Aug 16, 2022
18
4
In the final day the parents just came and take him back home, I think there is a way to go out with women before the final day
erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?
 

zoku

Member
Aug 24, 2017
270
429
erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?
I saw images online where the aunt or the cousins are present on other maps outside the house.
Not necessarily the hotspring, but yes, that too I own tickets but don't know how to use them.
 

Sinombre1887

Newbie
Nov 6, 2023
53
21
I saw images online where the aunt or the cousins are present on other maps outside the house.
Not necessarily the hotspring, but yes, that too I own tickets but don't know how to use them.
I think to use the hot springs tickets you need to max out miyuki, rio, and yui, fast foward to the last day and you get the special event for it. at least that's how I think you get it, that's how I remember I got it anyway
 
  • Like
Reactions: zoku

zoku

Member
Aug 24, 2017
270
429
I think to use the hot springs tickets you need to max out miyuki, rio, and yui, fast foward to the last day and you get the special event for it. at least that's how I think you get it, that's how I remember I got it anyway
thanks for the hint anyways.
But still I think there is some trick to get them out, I saw the aunt in other maps and I don't think it was a mod
 

C0D3L057

Newbie
May 6, 2023
59
245
Well, I was really bored so I started messing around with the modified .json that Otomegokoro passed and randomly got this, it's the most close to the Cuck Chair y'all will get at the moment (maybe even better for some xDn't).

Note: I got this with the Spanish translation, that's why in the save the text above is also translated, but it shouldn't matter.
1729931938832.png
 

Delbz094

New Member
Jan 2, 2024
6
0
Well, I was really bored so I started messing around with the modified .json that Otomegokoro passed and randomly got this, it's the most close to the Cuck Chair y'all will get at the moment (maybe even better for some xDn't).

Note: I got this with the Spanish translation, that's why in the save the text above is also translated, but it shouldn't matter.
View attachment 4168555
Where to put this file?
 
Sep 18, 2024
22
5
How do you change the resolution on this game? I did the visual improvement but still, I would like to make it a little bit more defined, I know its a pixelated game but still there are some characters at 27 inches of screen that look oddly pixelated so I want to try fix that. Does anybody know where the file that has the resolution line?
 
Sep 18, 2024
22
5
Paste this into main.js (delete or comment out the block of code you may be using for fullscreen):

Code:
function resizeAndCenter() {
    let desiredWidth = 1508;
    let desiredHeight = 840;

    window.resizeTo(desiredWidth, desiredHeight);

    let newLeft = (screen.availWidth - desiredWidth) / 2;
    let newTop = (screen.availHeight - desiredHeight) / 2;
    window.moveTo(newLeft, newTop);
}

setTimeout(resizeAndCenter, 1000);
This is a simple 2x window size on game launch. It's NOT integer scaled because this game is doing something funky with the resolution or canvas, but it's tremendously close to it. It won't wreck the pixel art the way fullscreen does.

In my opinion the ideal way to play this game is with a clean main.js and then using LosslessScaling to apply integer scale. It will give you the largest size your display can handle for this game without distorting pixels.

This main.js tweak is a close second and doesn't require extra software, so I recommend people give it a go.

The game's native resolution is 745 x 400. I tried using simple math in a function to determine the largest integer factor the player's display can contain but it became clear after testing even with the simplest possible solution ( just doubling it ), that the game does not react well to scaling via any method I could think of. I'm not sure what the source of the dimension offsets is, but I landed on 1508 x 840 which produces a 1490 x 800 window, which is 2x native res. The scaling is imperfect, but since there is no panning in this game those imperfections are close to imperceptible.
How do you do that "then using LosslessScaling to apply integer scale" I have no idea about how you guys play with the files for now im just doing the 2x screen.
 

WeeMissHarley

Newbie
Oct 19, 2017
65
290
How do you do that "then using LosslessScaling to apply integer scale" I have no idea about how you guys play with the files for now im just doing the 2x screen.
These are the settings you need to use:

1730129193895.png



If you use Lossless Scaling, make sure your main.js contains no edits.

The point of integer scaling is to scale the picture up without warping pixels. It will not fill your screen. I still recommend you disable linear filtering.
 

dyra

Member
Mar 20, 2018
247
278
I'm trying to play this in Android using Joyplay or Maldives with no luck.
With Joiplay I tried selecting the exe and the index.html. With the index I just have a black screen and the exe says not compatible file.
With maldives I just receive a white screen.
Please, help.
 
Sep 18, 2024
22
5
These are the settings you need to use:

View attachment 4176125



If you use Lossless Scaling, make sure your main.js contains no edits.

The point of integer scaling is to scale the picture up without warping pixels. It will not fill your screen. I still recommend you disable linear filtering.
oh you gotta spend money on steam for that, isn't it the same as fsr and equivalent
 
4.50 star(s) 68 Votes