Create and Fuck your AI Cum Slut -70% Summer Sale
x

krith

New Member
May 15, 2021
14
14
Can i use this mode without incest patch?
Yes, after applying the mod open te folder named "game", locate the file named "character.rpy" and open it with a text editor software like notepad++. With the file opened search for the word "mom" and replace it for "Lauren" save it and enjoy.
 

LaShou23

Member
Oct 9, 2023
116
259
Moral of the story: If you’re gonna add choices and branches, think ahead, write it down, and stick to it until the end. Otherwise, you end up with a clusterfuck like this one—choices that don’t matter, forced stuff and continuity errors. The devs tried to sell us a bill of goods that doesn’t match what the dev notes promised.
 

-lust-

Newbie
Nov 5, 2023
98
185
Hey not sure if I missed update, got the sound update 1, but found a typo when being with Camilia, after a BJ and mom calls, she asks if it's his landlady.
yeah i reported that in an earlier post

Yes, after applying the mod open te folder named "game", locate the file named "character.rpy" and open it with a text editor software like notepad++. With the file opened search for the word "mom" and replace it for "Lauren" save it and enjoy.
This wont work it will only change the character name but not the refrences when character's speak.

The devs tried to sell us a bill of goods that doesn’t match what the dev notes promised.
The dev hasnt sold you anything, unless you were a patron or steam buyer.
 

LOchar

Member
Feb 25, 2021
105
50
It's been ages since played this and not sure what version that was, so playing on steam version isn't that confusing aside from way they dress for a law office, but some of the story just seems chopped up. Charlotte was there when started playing but day or 2 later she is now officially home again? Lauren calls him when with Camilia needing him to come home but not around when he does? Aunt calling when Lauren and MC are at dinner wanting to know when home sounded worried yet again it was for the girls to throw some prank?

I am not sure if some stuff got chopped switching from school setting but feels like it to me and haven't played the non steam version to remember clearly.
 
Last edited:
  • Like
Reactions: Neon_Reaper

Neon_Reaper

Newbie
Jun 16, 2022
49
90
Yeah, as someone who also bought LISC on Steam without having played the Patreon version, it's... rough. From following the lead up to launch, I really assumed that it was closer to being "finished" than it currently is. There are lots of typos and grammatical errors, but worse than that are relationships and situations that aren't properly introduced or end up feeling disjointed. It almost feels like it's missing a prologue chapter or something.
 
  • Like
Reactions: TheFalKs
Jul 16, 2018
367
352
I searched this thread and nobody seems to have reported this yet. There are a bunch of audio files missing. Here are a few examples:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 4177, in script
    play ambient rosebreath volume 0.6
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script.rpy", line 4177, in <module>
    play ambient rosebreath volume 0.6
NameError: name 'rosebreath' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 4177, in script
    play ambient rosebreath volume 0.6
  File "M:\Games\Life In Santa County S1\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "M:\Games\Life In Santa County S1\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "M:\Games\Life In Santa County S1\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "M:\Games\Life In Santa County S1\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "M:\Games\Life In Santa County S1\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4177, in <module>
    play ambient rosebreath volume 0.6
NameError: name 'rosebreath' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
LISC 1.0
Mon May 26 12:33:54 2025
And this one too:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 1649, in script
    play ambient rosemoanhigh volume 0.4
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/scripts/gamescene/update1_freeroam.rpy", line 1649, in <module>
    play ambient rosemoanhigh volume 0.4
NameError: name 'rosemoanhigh' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 550, in script call
    call screen up1daymcroomsc
  File "game/scripts/gamescene/update1_freeroam.rpy", line 1649, in script
    play ambient rosemoanhigh volume 0.4
  File "M:\Games\Life In Santa County S1\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "M:\Games\Life In Santa County S1\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "M:\Games\Life In Santa County S1\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "M:\Games\Life In Santa County S1\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "M:\Games\Life In Santa County S1\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/gamescene/update1_freeroam.rpy", line 1649, in <module>
    play ambient rosemoanhigh volume 0.4
NameError: name 'rosemoanhigh' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
LISC 1.0
Mon May 26 13:10:23 2025
 
Last edited:

PandaSuky

Member
Jul 25, 2019
299
186
I see that there is a zara scene in the gallery but it doesnt appear in the gameplay, what do i need to do for it to happen?
 

Mike145

Member
Jul 14, 2018
109
320
Phone Enable for season 1
For anyone who are asking about the phone in the steam version. For some reason, the phone is completely disabled even though it works perfectly. Here’s a little mod that will activate the phone in the game.

Is there any way to see the collectibles you find? It looks like it should be in one of those that are labeled "soon".

You don't have permission to view the spoiler content. Log in or register now.
 

Mike145

Member
Jul 14, 2018
109
320
Damn, I thought it was a secret gallery with some scenes that were cutout cause of the steam release or just a bonus, not single renders which I collect. Thanks :KEK:
 
  • Like
Reactions: SweatyDevil

Impregnatore

Active Member
Jan 3, 2021
603
765
Phone Enable for season 1
For anyone who are asking about the phone in the steam version. For some reason, the phone is completely disabled even though it works perfectly. Here’s a little mod that will activate the phone in the game.
Image 'Momfa_off' not found. Is that normal?

screenshot0002.png
 

Budokai

Member
Jul 16, 2017
365
271
The fuck. Does it have a safe check?
I modified my save, and asks for reassurance it is not malicious. Even though I click ok, it does not load under any circumstances...
 
3.80 star(s) 212 Votes