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