4.20 star(s) 6 Votes

n00bi

Member
Nov 24, 2022
333
431
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
 

Woodywood03_e

Member
Jul 14, 2023
126
41
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 by . 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 Studio - - -
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: - MEGA - - PIXELDRAIN - WORKUPLOAD
Mac: - MEGA - - PIXELDRAIN - WORKUPLOAD
Android: - MEGA - - PIXELDRAIN - WORKUPLOAD


View attachment 3404488 View attachment 3404489 View attachment 3404490 View attachment 3404491 View attachment 3404493 View attachment 3404494 View attachment 3404495
I got the OG and I played this one too. I am hoping that this is a game that would keep this game going.
 

Gwent

New Member
Aug 23, 2017
3
5
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

Thank you, it solved issue with starting game
 
  • Like
Reactions: n00bi

Hlextor

Well-Known Member
May 6, 2017
1,664
5,026
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?
 

n00bi

Member
Nov 24, 2022
333
431
Where can I finde line 223 with save editor?
You will not afik.
save editors are only to modify save files, you need to modify a gamefile.
found in C:\pathTo\corruptsin-1.3.1-pc\game\script.rpy

Also.. dont really need to use save editor. just enable the console. and set values as needed. example

money=9999
suspicion=0
megan_char.affection=999
megan_char.lewdness=999
megan_char.lust=99
etc.
 
  • Like
Reactions: outrullers

bitsybobs3

Ultimate Torrent Dude
Donor
Jun 13, 2021
3,949
2,221
LiveInCorruption-1.3.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Exanadae

Newbie
Dec 19, 2018
86
519
Yea.. idk how this got passed QA check. if there is any at all..
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.
 

aukamo92

Newbie
Dec 8, 2018
18
7
IDK, maybe it is just me but Megan is too easy. Start is the same as in the original game but then there is a twist in the middle and she is yours completely. Not interesting to go further.
 
4.20 star(s) 6 Votes