- Feb 28, 2017
- 563
- 850
after introduction you can save in yr room onlyHas anyone figured out how to save the game both escape and right click close the game for me.
after introduction you can save in yr room onlyHas anyone figured out how to save the game both escape and right click close the game for me.
I am uploading a fix right now ^^trying to sleep, posting the error
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/bg/bedroom1.rpy", line 151, in <module> TypeError: unsupported operand type(s) for *: 'Stat' and 'int' -- Full Traceback ------------------------------------------------------------ Full traceback: File "bg/bedroom1.rpyc", line 126, in script File "C:\Users\user\Music\lovesecondbase\LoSeSb-18.06.1-win\renpy\ast.py", line 848, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\user\Music\lovesecondbase\LoSeSb-18.06.1-win\renpy\python.py", line 1804, in py_exec_bytecode exec bytecode in globals, locals File "game/bg/bedroom1.rpy", line 151, in <module> TypeError: unsupported operand type(s) for *: 'Stat' and 'int' Windows-8-6.2.9200 Ren'Py 6.99.14.3135 Love & Sex : Second Base 18.06.1
It was legacy code that was not properly removed from the old version of the game, sorryOK I looked into his buggy code.
The problem with the sleeping is that the value hero["hunger"] = hero.hunger is a Stat() value,
which he did not define the multiplication method for.
Decompile the code using unren, and adjust game\bg\bedroom1.rpy:
if duration > hero["hunger"]*2:
duration = hero["hunger"]*2
change the above to
if duration > (hero["hunger"].score)*2:
duration = (hero["hunger"].score)*2
As far as I can tell that is the only instant of this particular bug but lmk if any others pop up and I'll try to suggest a fix
Edit: way too many bugs popped up and from his content theres not enough to justify fixing them all - how the dev made like 30 calls to girl.set_mood without defining the method is beyond me.
but don't you already do that? heheheheGenre: Life simulator
So, we get to dwell in our mom's basement and wank all day to badly coded erotic games?
THIS IS THE DREAM!
That's... The joke...but don't you already do that? hehehehe
hehe no basement here and i live in my own house and have a cute gf who is rather pervy....That's... The joke...
So what? I'm married and live on my own house too.hehe no basement here and i live in my own house and have a cute gf who is rather pervy....
I'll put an Android version on the patreon later todayyou got realy nice art style ofer there , I hope someone port this for android XD