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 dayyeah
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 dayyeah
Thanks! Otherwise I think I understood, my game is in version 2.13, maybe that's what was wronghere are my files with the edited common event files, I'll work on fixing the bugs that anyone finds during the weekend and upload it an update asap
edit: sorry it took a while, was busy
erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?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
I saw images online where the aunt or the cousins are present on other maps outside the house.erm.. do you want get cutscene when boku go to hot spring with ichinose family (without uncle)?
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 anywayI 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.
thanks for the hint anyways.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
you can invite the girl to any location to do threesome after you unlock achievementthanks 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
Which achievement?you can invite the girl to any location to do threesome after you unlock achievement
Where to put this file?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
[Game Folder]/www/saveWhere to put this file?
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.Paste this into main.js (delete or comment out the block of code you may be using for fullscreen):
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.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);
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.
These are the settings you need to use: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.
It called harem master, You must have unlocked the ending for all of the 10 girls. Just unlock them, you don't have to watch every ending.Which achievement?
oh you gotta spend money on steam for that, isn't it the same as fsr and equivalentThese are the settings you need to use:
View attachment 4176125
You must be registered to see the links
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.
Thanks broIt called harem master, You must have unlocked the ending for all of the 10 girls. Just unlock them, you don't have to watch every ending.
View attachment 4177505