Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)
1.33 star(s) 3 reviews
Wow, I really appreciate the post, the effort, and the instructions! I have not tried it yet and I may not - only because I don't want to grind just to fix a game that requires a lot more grind lol. If I get bored, I will attempt the fix and report back... but I thank you nonetheless!

I think I fixed it.

Unpack the packaged files using unren, then go an open /Scripts/grocery_store.rpy with your favorite editor. Go to line 252 and replace:

jump running_commentary_day

With this:

call screen running_commentary_day

Save and test. I'll openly admit I don't know the first thing about renpy coding, and I'm not autistic enough to take a tutorial just to fix a game and fap, so you might also need to replace the other 'jump' entries with 'call screen' on that if tree if it breaks on those conditions as well. But if you were stuck before, that'll fix it.

For posterity's purposes, this is on v0.60.
I tried this fix, and now she's magically pregnant XD
Post automatically merged:

I tried this fix, and now she's magically pregnant XD
Also now that the game says she's pregnant, it gives more errors:

File "Game/Scripts/Pregnant_Weekend_Behavior.rpy", Line 86, in script
call screen pregnant_play_game_screen_weekend
File "renpy/common/000statements.rpy", Line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen pregnant_play_game_screen_weekend is not known
 
Last edited:
I tried this fix, and now she's magically pregnant XD
Post automatically merged:


Also now that the game says she's pregnant, it gives more errors:

File "Game/Scripts/Pregnant_Weekend_Behavior.rpy", Line 86, in script
call screen pregnant_play_game_screen_weekend
File "renpy/common/000statements.rpy", Line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Screen pregnant_play_game_screen_weekend is not known

How in the actual fuck did you manage to accomplish that? I imagine you must've replaced the wrong thing accidentally, or messed with the spacing. Python is very particular about indents and line breaks. Just extract it again and try once more. there's a single instace of jump running_commentary_day in the file I mention, simply replace it with the code I wrote in my comment.

Now, as to why did it crash again when the girl became pregnant? A separate bug on Pregnant_Weekend_Behavior.rpy. It isn't the best coded game from what I saw on the files, so it's not surprising. I won't bother trying to fix that one as the game bored me, it's way more lineal than it lets on.

Actions are gated through stat checks, which are lower than you'd think, and doing specific events on specific times. The game, of course, says nothing about it, and you'd have to get very lucky hitting those conditions at random. Like, want to unlock kissing? Got to the fair, which is only available on weekend afternoons. Oh, but you can't go out earlier in the day too many times or the option go go out simply becomes unavailable. Obfuscating information away from the player isn't gameplay, it's just bullshit to pad the runtime.

If you still want to play this, do yourself a favor and look for d20 in the game's code. You'll see the dev copy/pasted the gen random number a bunch of times. Replace the 1-20 range with a static value, or if you aren't used to coding and that seems daunting, just change the part between parenthesis to 20, 20. Every text editor out there has a search and replace option, use that to clean the dozens on repeated calls all over the game, and you'll get a way less grindy experience.
 
Game does not work for me. When i start it, music plays and i get a plus size curser but no menue etc. at all, just a white screen.

Downloaded from Gofile where it says, that the file size is 13,3 gb but the file only has 12,4 gb after the download. Corrupted?
 
I have not been able to exit the grocery store even ONCE without an error. I guess there's no point in playing if I can't buy food, etc.
I just decided to avoid it. On Friday/Saturday when you go out you can go shopping then and its fine. But, Theres another problem. After Saturday, for some odd ass reason, shes already pregnant. I did use Save editor so that couldve been it so im gonna try using the URM and see if that works instead
 
How in the actual fuck did you manage to accomplish that? I imagine you must've replaced the wrong thing accidentally, or messed with the spacing. Python is very particular about indents and line breaks. Just extract it again and try once more. there's a single instace of jump running_commentary_day in the file I mention, simply replace it with the code I wrote in my comment.

Now, as to why did it crash again when the girl became pregnant? A separate bug on Pregnant_Weekend_Behavior.rpy. It isn't the best coded game from what I saw on the files, so it's not surprising. I won't bother trying to fix that one as the game bored me, it's way more lineal than it lets on.

Actions are gated through stat checks, which are lower than you'd think, and doing specific events on specific times. The game, of course, says nothing about it, and you'd have to get very lucky hitting those conditions at random. Like, want to unlock kissing? Got to the fair, which is only available on weekend afternoons. Oh, but you can't go out earlier in the day too many times or the option go go out simply becomes unavailable. Obfuscating information away from the player isn't gameplay, it's just bullshit to pad the runtime.

If you still want to play this, do yourself a favor and look for d20 in the game's code. You'll see the dev copy/pasted the gen random number a bunch of times. Replace the 1-20 range with a static value, or if you aren't used to coding and that seems daunting, just change the part between parenthesis to 20, 20. Every text editor out there has a search and replace option, use that to clean the dozens on repeated calls all over the game, and you'll get a way less grindy experience.
I tried the fix twice, and both times same result - line 252, replace jump with call scene. Didn't change anything about the spacing. I gave up and subbed to the subscribestar for $5 and ended up just playing the .71b version instead which isn't broken.
 
Guess I'll juts wait for the next update since I can't go shopping... I do not want to edit lines in the code, so I'll wait.
 
Can anyone explain how to introduce toys and anal with her i see the stats for it but don't know how to start it.
 
Game does not work for me. When i start it, music plays and i get a plus size curser but no menue etc. at all, just a white screen.

Downloaded from Gofile where it says, that the file size is 13,3 gb but the file only has 12,4 gb after the download. Corrupted?
Same here, though it works kinda until like a week in and she is preggo and then it spazzs out in the bath
 
game way to buggy crash every time you leave the store

and way to much grinding with almost 0 result
 

Living Together! [v0.60] [Advent Games]​


COMPRESSED:

Win/Linux:

Post automatically merged:

Living Together! [v0.60] [Advent Games]​


COMPRESSED:

Win/Linux:

Post automatically merged:

Living Together! [v0.60] [Advent Games]​


COMPRESSED:

Win/Linux:
 
I found a patch for version 0.60, at least a fix store, on the Internet, so use at your own risk, but it worked for me
 

Attachments

You must be registered for see attachments list
Back
Top Bottom