- Jun 18, 2023
- 843
- 859
I am also interested in the Sleepover and Susan quests.No idea how to progress. If anyone could help, would be much appreciated.anyone, any answer ?
I got the OG and I played this one too. I am hoping that this is a game that would keep this game going.View attachment 3404463
Overview:
Calvin is down on his luck. At the lowest point in his life his best friend finds him and invites him into his house. His wife and daughter balk, but Calvin has nowhere else to go, so there it is. Megan got straight A’s in school, but she’s a late bloomer and overly anxious about romance and relationships. Maybe a dirty old man like Calvin is just the problem she needs in her life.
LiC is a small trainer game. It is inspired by the classic adult game Cohabitation byYou must be registered to see the links. I feel a lot of kinship with my fellow jobber adult game developers deep inside the smut mines. I had some free time, so I decided to decompress from the stress of the world by making this. This isn’t a remake. This isn’t authorized.
Thread Updated: 2024-07-30
Release Date: 2024-07-30
Developer: Dirty Secret StudioYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Censored: No
Version: 1.3.1
OS: Windows, Linux, Mac, Android
Language: English
Other Games: Link
Genre:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
Win:You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN - WORKUPLOAD
Mac:You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN - WORKUPLOAD
Android:You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN - WORKUPLOAD
View attachment 3404488 View attachment 3404489 View attachment 3404490 View attachment 3404491 View attachment 3404493 View attachment 3404494 View attachment 3404495
Yea.. idk how this got passed QA check. if there is any at all..
If you look in the screens.rpy at line 360 to 376. you will see a bunch of if checks on persistent.menu_X
where X is a number from 1 to 9.
However if you look in script.rpy, you will see that only "persistent.menu_1" til "persistent.menu_7" is defined.
go into directory game and edit the file called script.rpy.
at line 223 add.
default persistent.menu_8=0
default persistent.menu_9=0
that should remove the startup error you get
Where can I finde line 223 with save editor?Yea.. idk how this got passed QA check. if there is any at all..
If you look in the screens.rpy at line 360 to 376. you will see a bunch of if checks on persistent.menu_X
where X is a number from 1 to 9.
However if you look in script.rpy, you will see that only "persistent.menu_1" til "persistent.menu_7" is defined.
go into directory game and edit the file called script.rpy.
at line 223 add.
default persistent.menu_8=0
default persistent.menu_9=0
that should remove the startup error you get
You will not afik.Where can I finde line 223 with save editor?
Probably because the check is against a persistent variable and the dev added/playtested the game event that sets the var before they added the check for it on the start screen. So even if they replayed the game from the beginning for testing, the problem wouldn't show up unless they also completely deleted their save directory.Yea.. idk how this got passed QA check. if there is any at all..