2.00 star(s) 28 Votes

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
349
728
I know the file size is a hot button item for this game, but was wondering if there might one day be an option to only download an upgrade file. Downloading 6GB is kind of a problem sometimes and if the update were only 1GB that would make it much easier to keep up to date with the changes. Otherwise I am more tempted to skip a few releases and only get every second or third update. Thanks for sharing your efforts Advent.
This is a problem with ren'py :( It's hard to make just a patch. I'ts fine to wait a few releases for more content to accumulate. I always try to be clear about what's added in my changelog and highlights. Don't believe what some of the posters say about no content. Every example picture is lifted from the game, and every tag is represented.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,121
215,456
Living Together! [v0.43c] [Advent Games]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 

GODZILLA2000

Newbie
Dec 9, 2017
81
66
Game seems broken. I had my trust at 130. Repeated the fingering event and the game bugged up and went game over. This game really shouldn't have been a grindfest.
 

Jmener69

Newbie
Apr 25, 2017
34
37
I'm at a point when I use the go to bed command the game errors and crashes, really sucks to somewhat grind to get somewhere on the game for it to crash whenever you go to sleep. Big waste of time
 

lancekro

Member
Dec 2, 2018
477
567
Advent Games I was wondering why I kept getting so many negative outcomes when talking with Shiori, even when I used high interest or sexual interest topics.
So I decompiled the script.rpa file and took a look at your code.
I noticed that the high interest and sexual interest topics don't give any bonus to the "d20roll" checks.
I hope you plan to add that feature, because it would make a lot of sense.

I also came across the error below.
I fixed it for myself by adding the line "default character_solo_masturbated = 0" in the characters.rpy file.
I thought I'd let you know, in case it hasn't been reported yet.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scripts/evening_behavior .rpy", line 1670, in script
    $ character_solo_masturbated += 1
  File "game/Scripts/evening_behavior .rpy", line 1670, in <module>
    $ character_solo_masturbated += 1
NameError: name 'character_solo_masturbated' is not defined

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

Full traceback:
  File "game/Scripts/evening_behavior .rpy", line 1670, in script
    $ character_solo_masturbated += 1
  File "E:\Jeux\Other\LivingTogether_alpha_043c_free-0.43c-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Jeux\Other\LivingTogether_alpha_043c_free-0.43c-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/evening_behavior .rpy", line 1670, in <module>
    $ character_solo_masturbated += 1
NameError: name 'character_solo_masturbated' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Living Together 0.43c
Wed Feb 12 18:06:31 2025
 
  • Like
Reactions: Advent Games

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
349
728
Advent Games I was wondering why I kept getting so many negative outcomes when talking with Shiori, even when I used high interest or sexual interest topics.
So I decompiled the script.rpa file and took a look at your code.
I noticed that the high interest and sexual interest topics don't give any bonus to the "d20roll" checks.
I hope you plan to add that feature, because it would make a lot of sense.

I also came across the error below.
I fixed it for myself by adding the line "default character_solo_masturbated = 0" in the characters.rpy file.
I thought I'd let you know, in case it hasn't been reported yet.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scripts/evening_behavior .rpy", line 1670, in script
    $ character_solo_masturbated += 1
  File "game/Scripts/evening_behavior .rpy", line 1670, in <module>
    $ character_solo_masturbated += 1
NameError: name 'character_solo_masturbated' is not defined

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

Full traceback:
  File "game/Scripts/evening_behavior .rpy", line 1670, in script
    $ character_solo_masturbated += 1
  File "E:\Jeux\Other\LivingTogether_alpha_043c_free-0.43c-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Jeux\Other\LivingTogether_alpha_043c_free-0.43c-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/evening_behavior .rpy", line 1670, in <module>
    $ character_solo_masturbated += 1
NameError: name 'character_solo_masturbated' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Living Together 0.43c
Wed Feb 12 18:06:31 2025
Adding it to my bug list, thanks!

D20 rolls (critwin) move up with your trust level and refer to a table. From trust level 3, a D20 roll triggers the highest possible outcome for conversation topics. I will consider giving an extra-extra bonus for D20 on a high-interest topic at any level, though. Good suggestion, I put it on my list.
 
  • Like
Reactions: lancekro
2.00 star(s) 28 Votes