Anony9876

Member
Aug 27, 2021
115
33
Can someone tell me where to find the key when you go to talk to the detective and you need to free a gang member?
Also is it true that the game is buggy and i should wait for the updated version?
 

homarkc

Active Member
Nov 12, 2018
734
283
The update is definitely bugged! Besides the obvious missing images during the playthrough, I can't finish the last event with mom in the criminal path (the scene is unlocked in the gallery, though).
BTW, does any one know how to unlock circled scene below? Does it depend on the path, or some earlier choices (about Sophie, perhaps)? Because I tried both lover and criminal paths, and it remained locked.
Missing scene.jpg
 
  • Like
Reactions: maradona6666

RemFTW

New Member
Jan 16, 2022
12
0
I created one (however its a bit more a result of my completionist tendencies than being super simple)

Life in Santa County v.0.4.3 Walkthrough

View attachment 1670850

Local: View attachment 1670851
Google Drive: Google Drive

Edit: (20220221) include more collectibles, extra Milestone and some formatting fixes
Edit2: (20220221) added missing panty (2nd Lauren) and missing interaction (bathroom)
Edit3: (20220223) updated to 0.4.3 (fixed Iris/guitar scene, extra collectible)
wen update?
 

Potoum

Member
Apr 28, 2018
476
448
For those having issue with 'is not a valid Win32 application'...
1652524712176.png
It's because of win7. win10 will not display that error.
It has to do with the size/bit color depth of icon inside the .EXE
I use a tool call...
You don't have permission to view the spoiler content. Log in or register now.
Which allow modifying icon inside .EXE, and I simply replace it by the default Renpy one
I've attach both file modify using the default Renpy icon.
If you don't trust a random guy on the internet(and you shouldn't) you can do it yourself :geek:
 
Last edited:
  • Like
Reactions: despelote

Cephsus

Newbie
Apr 8, 2022
50
16
Im trying this because im having a heap of problems loading "image". Im not a coder so this is abit confusing for me.

You say create a folder named "workspace.code-workspace" and open it with notepad. Do you mean text instead of folder? Because i have no idea how to open a folder with notepad. So i tried text file > open with notepad copy/past what you wrote > save > open with VS Code and search, search come up empty. What am i doing wrong? :/

/Edit No worries, this way over my head. Im reading its getting a release on 16 or was 19th. So ill just wait. ;)

Outside of some downright pedestrian, "obviously not play tested at all" bugs. Like calling image "LB_32_1" when the image is actually "LB32_1" ...
OUTSIDE OF THESE REALLY STUPID BUGS THAT SHOULD NEVER BE IN A FINISHED BUILD!

The game is outstanding. Oh ... my ... god. The sister and aunt most of all. But fuck it, everything is awesome!

Does someone here know more renpy? I'm trying to see if I can fix some of the scenes.
So scenario:

Python:
image sam_massageup = Movie(start_image="sam_top_first",play="/videos/update1/laurenmas/sam_massageup.webm" , loop = True)
scene sam_massageup with dissolve
scene SAM_21 with dissolve
He is loading a video in sam_massageup, and then calling "scene the-video-I-just-mentioned". Nexted he's calling a scene SAM_21 that is also a photo that's trying to laod, but the game is in conflict since the video should still be up, I think.

There's two scenarios and different problems in different parts of the code:

#1 The video should end so that the next immage "scene" can load. How to stop the video?
#2 Sometimes the scene name and photo are not the same, that is EASILY fixed by just changing "scene lb_13" into "scene lb13" and voila. Works.

EDIT

Nop, no idea why some of the SAM_X_Y images are not loading. There's no name conflict. There's no image looping over them or something like that. I just don't know renpy so that's up to someone else to figure out.

EDIT2

Managed to fix it:

Python:
image SAM_7_1 = "/images/update1/SAM/SAM_7_1.webp"
scene SAM_7_1
I literally have NO idea why it manages to load EACH AND EVERY OTHER IMAGE with just "scene [imageName]" but here it can't. There's no name conflict, no nothing. Literally everything else works, but a couple of images here refuse to.
Maybe something got screwy in the UNREN process and in the actual code there's a clearer situation. REGARDLESS, for people who want to fix their own game, these are the solutions.

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

danforce

Member
Jun 10, 2019
366
522
Even with the huge content every update, game seems to be a
You don't have permission to view the spoiler content. Log in or register now.
for about a year
This is the trend now with games. Next update is probably going to be an even
You don't have permission to view the spoiler content. Log in or register now.
. Guess even in games like this people are getting the
You don't have permission to view the spoiler content. Log in or register now.
treatment.
 
  • Sad
Reactions: Kame-Sennin

Kame-Sennin

Engaged Member
Aug 29, 2017
2,845
3,506
This is the trend now with games. Next update is probably going to be an even
You don't have permission to view the spoiler content. Log in or register now.
. Guess even in games like this people are getting the
You don't have permission to view the spoiler content. Log in or register now.
treatment.
yeah and such a shame. too much tease could lead to a high expectation and a big disappointment if that expectation has not met
 

amBest

Member
Jul 18, 2017
412
1,021
Im trying this because im having a heap of problems loading "image". Im not a coder so this is abit confusing for me.

You say create a folder named "workspace.code-workspace" and open it with notepad. Do you mean text instead of folder? Because i have no idea how to open a folder with notepad. So i tried text file > open with notepad copy/past what you wrote > save > open with VS Code and search, search come up empty. What am i doing wrong? :/

/Edit No worries, this way over my head. Im reading its getting a release on 16 or was 19th. So ill just wait. ;)
Shit, my bad, have to edit. "CREATE A FILE". A simple file. Doesn't have a .txt ending, but it will contain text.
Make sure you have file types on. You have to see ".exe" and ".txt" and other stuff when looking at files. This particular file shouldn't have anything after "workspace".
 
  • Like
Reactions: Cephsus

hatefuldisplay

Active Member
May 22, 2020
546
927
hy guys, i'm new player. i wanna ask something, this game have a freeroom/mini freeroom or not?
I saw there was a freeroom session in the walkthrough but when in the game it wasn't there.
There are free roam sections of the game. You can find bonus items, money, and can even miss out on scenes during these times.
 
3.80 star(s) 185 Votes