flynn1986

Member
Dec 4, 2022
357
489
Is sleep sex completely broken? I can't seem to kiss, grope, lick or do anything with any heroine above the waist? Edit: I may be severely retarded. I hadn't bought the sleep titfuck or blowjob skills yet. But still you need those to grope and or/kiss the chest or mouth?
 
Last edited:
  • Haha
Reactions: cyberia91

Someonewho

Member
Dec 14, 2018
447
396
does this english release includes the DLC?
This game does not have DLC, and won't get one either.
Edit to clarify, the original japanese release didn't have DLC. If you are asking about the post-launch updates, they are all here.

are there any differences between this and the steam version?
This is the Steam version.
Main difference between Steam and the DLSite release it's that the game is completely translated and uncensored.
 

Ex-s Gundam

Member
Aug 15, 2018
287
37
Prepatched with EN v1.02 which was already as large as the entire game.... didn't see someone else already upped it but hey different sources I guess. Will update post, mods are free to check download:



Pixeldrain

It's up on Suke too now if you prefer torrents.
hey, about this, is this the game's latest form or will i have to apply some other patches as stated in page 1's installation intructions? do i have to apply v2.14 or just this v1.03 is enough?
 

Someonewho

Member
Dec 14, 2018
447
396
hey, about this, is this the game's latest form or will i have to apply some other patches as stated in page 1's installation intructions? do i have to apply v2.14 or just this v1.03 is enough?
Download from the Main Post, game is updated.

This might be confusing but,
1.03 is the latest English/Chinese Kagura release.
2.18 is the latest Japanese DL Site/Fanza version.
 

deoy

Newbie
Sep 10, 2017
83
71
This game does not have DLC, and won't get one either.
Edit to clarify, the original japanese release didn't have DLC. If you are asking about the post-launch updates, they are all here.


This is the Steam version.
Main difference between Steam and the DLSite release it's that the game is completely translated and uncensored.
yeah i meant the EX event or post launch events.. thanks
 

jakeballz

Newbie
May 26, 2017
44
26
how do I ask the girl to do Menko and how do I unlock the last girl? I finished Shizuki route and unlock the hotel.
for menko you need to clear their routes as in watch 100 event. last girl will be seen in front of the apartment in the morning. after the first encounter, she will be available the next day at the shore.

how do i access the panty gatcha, i dont see anything in the shop
the gacha machine next to the bait is for ex panties. you need to collect all the girls panties in order to use it. (either searching their wardrobe or menko fight )
 

minimeatball

Newbie
Jan 15, 2019
92
195
Save file kagura ver 1.02



Included all scenes possible , leave a like if it helps you :'D
5 -> 7 : events after taking sleeping pill
8-> 10 : events for sleep sex with each mood
(kagura version got error with the yellow one mood, only happen with miyuki because it stucks at loading, im using maldives on android), the yellow mood doesnt need sleep sex to trigger
12 : yui x mizuki
13 : rio x shizuku
14 : miyuki x kanae
15 : akari x hikari
16 : kagami x suzuka
thanks for the saves. is there a way to rewatch the yui x rio scene from the beginning? i can't find it anywhere, doesn't show up when you look at the recollections of either girl
 

szejker

Newbie
Oct 29, 2018
18
3
thanks for the saves. is there a way to rewatch the yui x rio scene from the beginning? i can't find it anywhere, doesn't show up when you look at the recollections of either girl
So the new things is events after taking sleeping pill and sex with each mood?
 
Jun 5, 2021
61
4
If you want the game to always start in fullscreen and without linear filtering:
This works for Summer Memories as well as Winter Memories!
Go to:

{install dir}\www\js\main.js

and add this:

Code:
FSInitStart = SceneManager.initialize;
SceneManager.initialize = function(){
FSInitStart.call(this);
Graphics._requestFullScreen();
};
View attachment 3237326

Then in:

{install dir}\www\index.html

somewhere in <head>, add:

Code:
<style type="text/css"> CANVAS{image-rendering: pixelated;}</style>
View attachment 3237324
I can't open the file, can you send the file modified in in winrar so I can copy? or is it any solution? It says that the plugin manager isnt defined, and it has been an error running microsoft jscript
 

SB192

Newbie
Sep 14, 2022
51
27
Can any kind souls tell me how to triger events for lewdness, perversion, and service scenes ? does it need to be 3 bars to triger a event or i can triger it with 1 bar as well ?
 

Lewyn Collins

Engaged Member
Nov 16, 2021
3,071
3,625
Can any kind souls tell me how to triger events for lewdness, perversion, and service scenes ? does it need to be 3 bars to triger a event or i can triger it with 1 bar as well ?
No, you trigger a event with 1 bar, another with 2 bars and another with 3 bars. As for how to activate them, you need to fill those bars.
 

SB192

Newbie
Sep 14, 2022
51
27
No, you trigger a event with 1 bar, another with 2 bars and another with 3 bars. As for how to activate them, you need to fill those bars.
currently have 1 bar for miyuki but i dont see any event, is there something i need to do to triger it ?
 

Lewyn Collins

Engaged Member
Nov 16, 2021
3,071
3,625
currently have 1 bar for miyuki but i dont see any event, is there something i need to do to triger it ?
Ooooh, I see what you mean. Well, I count that change of dialogue as an event. In any case, go up to 2 bars and you will have the event you want, normally some sex or blowjob. The 3rd stage is love hotel.
 

Dott

New Member
Apr 22, 2018
3
11
Found a way to (more or less) freeze time. The game uses the Chronus plugin for time management, so we can modify the way the game deals with time passage. There's a file we need to modify found at:

<game.dir>/www/js/plugins/Chronus.js

Make a backup, and open it with a text editor. The method we're looking for starts at line 1374.

JavaScript:
    Game_Chronus.prototype.addTime = function(value) {
        if (arguments.length === 0) value = this._timeAutoAdd;
        this._timeMeter += value;
        while (this._timeMeter >= 60 * 24) {
            this.addDay();
            this._timeMeter -= 60 * 24;
        }
        this.demandRefresh(false);
    };
What we're interested in is the third line

this._timeMeter += value;

That line of code adds the minutes to the current time, so we can just change it to

this._timeMeter += 0;

That will make pretty much all actions cost 0 minutes, with a few exceptions. Specifically, this change will not affect actions which always changed the period of the day in the normal game. Think of working at the restaurant, trekking on the mountain, or certain cutscenes which would, no matter what, change the period of day (as in change morning to afternoon and so on).
To advance time, use the pass time button in the lower right.

Or if you want, you can change the line to halve how much actions take, instead of just making them take no time at all

this._timeMeter += Math.floor(value / 2);

Change the two to whatever number you want to divide by.


A few caveats.

Firstly, this won't change the text in game - as in, it will still say it will take 20 minutes to get somewhere, or show the "+20" next to the clock in the upper left side of the screen. The time that does get added will be affected properly by what we changed, though.

Secondly, I've only played 4-5 in game days with this change - I didn't notice any bugs or the like and there shouldn't be any since it's not that big of a change, but still save often just in case.

And lastly, this will probably work for Summer Memories too since it's basically the same game. The file can be found in the same location, but the function declaration starts a bit lower at line 1387. Haven't tested it, but if I was a betting man... Forgot Summer Memories doesn't have a clock, just periods of day, so that's a no go.
 
Last edited:

Penniless Degenerate

Active Member
Jan 16, 2020
605
1,985
Save file kagura ver 1.02



Included all scenes possible , leave a like if it helps you :'D
5 -> 7 : events after taking sleeping pill
8-> 10 : events for sleep sex with each mood
(kagura version got error with the yellow one mood, only happen with miyuki because it stucks at loading, im using maldives on android), the yellow mood doesnt need sleep sex to trigger
12 : yui x mizuki
13 : rio x shizuku
14 : miyuki x kanae
15 : akari x hikari
16 : kagami x suzuka
Sorry, but can you upload the saves in a RAR? The server for most of the individual files are overloaded and thus can't be downloaded
 
4.50 star(s) 64 Votes