2.00 star(s) 31 Votes

GODZILLA2000

Newbie
Dec 9, 2017
85
76
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.
 
  • Haha
Reactions: KhaiFirst

Jmener69

Newbie
Apr 25, 2017
36
42
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
 
  • Wow
Reactions: KhaiFirst

lancekro

Active Member
Dec 2, 2018
525
639
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
 

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
393
807
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

lancekro

Active Member
Dec 2, 2018
525
639
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.
Yeah I saw that the trust level gets added to the d20 before the checks, and that the trust level gets a +1 at 80+, 200+ and 400+ trust.

And btw I really like the fact that you put a lot of annotations in your code. Most of what I now about python code is thanks to devs like you, those annotations help me understand the functions I don't already know.
 
  • Like
Reactions: Advent Games

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
393
807
Yeah I saw that the trust level gets added to the d20 before the checks, and that the trust level gets a +1 at 80+, 200+ and 400+ trust.

And btw I really like the fact that you put a lot of annotations in your code. Most of what I now about python code is thanks to devs like you, those annotations help me understand the functions I don't already know.
This is my learning project, also. Some of the earlier code is not up to snuff for a professional developer xD
 

KhaiFirst

Well-Known Member
Feb 27, 2021
1,256
908
PLEASE shave model and i pay play this game TQ (nevermind i just subs)
 
Last edited:

NoLoad

New Member
Jun 18, 2024
6
10
the GRIND is REAL!! where sleep pil!?
There is a tea you can drink with your imouto while you get the chance to use normal green tea you she drinks one that puts her into a deeper sleep for exploring night times. Otherwise you can wait for higher stats and her beeing fine with night time actions then you don't need it.
 
  • Yay, update!
Reactions: KhaiFirst
2.00 star(s) 31 Votes