Create and Fuck your AI Slut -70% OFF
x

Dole

Well-Known Karen
Apr 28, 2017
3,305
2,678
464
Anybody got a save that actually works? I can’t be bothered to grind another couple of hours for this game again.
Anybody got a save that actually works? I can’t be bothered to grind another couple of hours for this game again.
Try my save I unlocked all (end 0.5.2b) when you don`t like the Hero Name then change it in Game I played it free without "stats" cheating !!!
 
  • Like
Reactions: Sinrai

nave 1234

Newbie
Jun 14, 2018
32
5
91
!!!! Do not use it for v5.2 it will break your game!!!!

V0.5.1b ipatch normal and alternative versions.

(you need to decrypt the game before applying the patch)
You don't have permission to view the spoiler content. Log in or register now.
The difference between them is when Flora talks... the name displayed is:
normal = Flora
alternative = Mom
ps1. the saves of the vanilla game are compatible with my mod/patch and viceversa.( but are not compatible with Maim Lain's mod)
ps2. I will not add cheat menus,galleries, custom events, bugfixes, etc. because they'll break compatibility with future versions.

Edit: added a "missing pictures.zip", with images missing/corrupt, never fixed by boner... Extract it in the game directory.
So when can you make a new one?
 

pk2000

Active Member
Aug 12, 2017
707
1,999
194
V0.5.2b ipatch normal and alternative versions.

same as usual... you must decrypt the game before applying the patch
You don't have permission to view the spoiler content. Log in or register now.
The difference between them is when Flora talks... the name displayed is:
normal = Flora
alternative = Mom
the saves of the vanilla game are compatible with my mod/patch and viceversa.

edit:
- updated the missing pictures zip (thanks Spaedie for reminding me the flora_scene 7 & 8)
- attached an older pictures zip (old version of mc and natalie faces & animations)
 
Last edited:

schneefall

Member
Jun 17, 2019
105
90
183
Anyone mind clarifying what PK's patch does? Don't want it to sound ignorant, I checked every post with instructions and it doesn't really hint towards what it actually does. Also, is there a link to maimlane's mod anywhere? I've looked in the github repository and the only patch I found is deleted, sadly. I really wanted that mod for the QoL improvements (such as skipping the basketball minigames).

On another note, thank you for the pre-cache fix, this old laptop seems to get away with most renpy/rpgm stuff, but this game somehow lags heavily (the cpu is an outdated i7 q720, though).
 
  • Like
Reactions: dokodesuka
Sep 5, 2018
97
29
159
V0.5.2b ipatch normal and alternative versions.

same as usual... you must decrypt the game before applying the patch
You don't have permission to view the spoiler content. Log in or register now.
The difference between them is when Flora talks... the name displayed is:
normal = Flora
alternative = Mom
the saves of the vanilla game are compatible with my mod/patch and viceversa.
Thank you for the hard work, I’ll try it ASAP
 
  • Like
Reactions: pk2000

iNotice

Newbie
Mar 14, 2018
55
24
124
thanks for the share
some of the links still work
dev is probably pissed the f off right about now
looking forward for the next update and next episode of the leak and takedown game
 

pk2000

Active Member
Aug 12, 2017
707
1,999
194
Anyone mind clarifying what PK's patch does? Don't want it to sound ignorant, I checked every post with instructions and it doesn't really hint towards what it actually does. Also, is there a link to maimlane's mod anywhere? I've looked in the github repository and the only patch I found is deleted, sadly. I really wanted that mod for the QoL improvements (such as skipping the basketball minigames).

On another note, thank you for the pre-cache fix, this old laptop seems to get away with most renpy/rpgm stuff, but this game somehow lags heavily (the cpu is an outdated i7 q720, though).
It restores the family bonds...:ROFLMAO:
It is not a mod, only the text,dialogs,etc. are modified (the reason I named it ipatch..)
And I do not want to mod it because I prefer keeping the saves compatibility with the untouched/unedited game.

As for the performance you can edit the two "package.json" files in the game directory and in the "www" subdirectory and change them from
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
to
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "chromium-args": "--disable-gpu",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
On some older systems helps to use canvas instead of opengl (especially if you cpu is powerfull enough).
View attachment 1003362
When I clicked Use_This_To_Decrypt.bat, the text was printed like a picture.

Is it correct?
No. Did you install the correct version of NodeJS? I do not know if the script is compatible with newer versions.
edit: as ea3794 mentioned, do not use a subfolder. place the extracted files/folders directly in the game directory
 
Last edited:

schneefall

Member
Jun 17, 2019
105
90
183
pk2000 That is very insightful, thank you very much!

On another note, I suspected the gpu might be having a hard time, but it seems using the above settings that disable gpu acceleration makes things stuttery and laggy...this probably means the cpu isn't handling things any better :KEK:.
Guess I'll just leave it at the disabled precache fix, that's the only one that seems to improve performance slightly.
 
  • Like
Reactions: pk2000

ea3794

Member
Modder
Mar 30, 2018
481
961
241
View attachment 1003362
When I clicked Use_This_To_Decrypt.bat, the text was printed like a picture.

Is it correct?
Not entirely familiar with the batch file but it seems you are running it under a probably Japanese locale and in a newly created subfolder. The decrypt.js file is expecting game files in the folder it is currently executing, which it is not. Also you don't need the Japanese locale (it will probably work but I didn't test for it).
 

kachel

Member
Feb 11, 2018
107
10
69
It restores the family bonds...:ROFLMAO:
It is not a mod, only the text,dialogs,etc. are modified (the reason I named it ipatch..)
And I do not want to mod it because I prefer keeping the saves compatibility with the untouched/unedited game.

As for the performance you can edit the two "package.json" files in the game directory and in the "www" subdirectory and change them from
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
to
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "chromium-args": "--disable-gpu",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
On some older systems helps to use canvas instead of opengl (especially if you cpu is powerfull enough).

No. Did you install the correct version of NodeJS? I do not know if the script is compatible with newer versions.
I think it's installed properly, but I'll try again.
 

schneefall

Member
Jun 17, 2019
105
90
183
Is anyone else encountering bugs with the gallery? It shows some events as not-unlocked, even though I got their CG in-game.
I'd also like to ask if it would be complicated adding more save slots or what kind of tools are required for that purpose.
 

OneWayMissile

Well-Known Member
Jul 24, 2018
1,159
1,176
379
It restores the family bonds...:ROFLMAO:
It is not a mod, only the text,dialogs,etc. are modified (the reason I named it ipatch..)
And I do not want to mod it because I prefer keeping the saves compatibility with the untouched/unedited game.

As for the performance you can edit the two "package.json" files in the game directory and in the "www" subdirectory and change them from
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
to
Code:
{
    "name": "",
    "main": "www/index.html",
    "js-flags": "--expose-gc",
    "chromium-args": "--disable-gpu",
    "window": {
        "title": "",
        "toolbar": false,
        "width": 816,
        "height": 624,
        "icon": "www/icon/icon.png"
    }
}
On some older systems helps to use canvas instead of opengl (especially if you cpu is powerfull enough).

No. Did you install the correct version of NodeJS? I do not know if the script is compatible with newer versions.
edit: as ea3794 mentioned, do not use a subfolder. place the extracted files/folders directly in the game directory
This is VERY useful, thanks a lot for that
 
  • Like
Reactions: pk2000

pk2000

Active Member
Aug 12, 2017
707
1,999
194
Is anyone else encountering bugs with the gallery? It shows some events as not-unlocked, even though I got their CG in-game.
I'd also like to ask if it would be complicated adding more save slots or what kind of tools are required for that purpose.
open plugins.js with a text editor and search for {"Max save files":"41"} change 41 to the number you want e.g. for 100 slots {"Max save files":"101"}
 

pk2000

Active Member
Aug 12, 2017
707
1,999
194
A little bonus for all the cheaters :p
Extract and replace map002.json
You can cheat with the fortune teller but you won't be penalized for cheating. ( you can change the MC name after cheating in your room)

ps. the game needs to be decrypted before replacing the file.
 
  • Like
Reactions: spdy

nave 1234

Newbie
Jun 14, 2018
32
5
91
V0.5.2b ipatch normal and alternative versions.

same as usual... you must decrypt the game before applying the patch
You don't have permission to view the spoiler content. Log in or register now.
The difference between them is when Flora talks... the name displayed is:
normal = Flora
alternative = Mom
the saves of the vanilla game are compatible with my mod/patch and viceversa.
Capture.PNG
Its ever time I Use_This_To_Decrypt it says there an error. How to fix?
 

Kyubo99

New Member
Oct 28, 2020
12
27
90
Love how all the patreon money isn't going to the game itself, to the content and such, but instead the developers focus all the shit to make the game unplayable. :KEK:
 

Porn_Jesus

Forum Fanatic
Jun 21, 2017
5,839
5,823
798
Love how all the patreon money isn't going to the game itself, to the content and such, but instead the developers focus all the shit to make the game unplayable. :KEK:
Game runs like a charm for me. No crashes, no severe problems, maybe a few meh moments with the bullet hitboxes but other than that it's good.
 
  • Like
Reactions: Kainit103
3.50 star(s) 49 Votes