exjoker \SX
Member
- Oct 14, 2022
- 232
- 223
- 119
You don't have permission to view the spoiler content.
Log in or register now.
How do you get on the Seiko path?Well, after quite days of release, I finallllly completed the newest 0.5 ver just now
Now let me share what I consider the most out-surprising things added.
You don't have permission to view the spoiler content. Log in or register now.
Choose dominant path in that bathing scene back in ep. 4How do you get on the Seiko path?
I hope we will be able to push her and Lucas together without chasing her ourselfsYou don't have permission to view the spoiler content. Log in or register now.
i've got a message form Himiko, but when i click the green button to open it, i got
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "game/phone.rpy", line 756, in execute
File "game/phone.rpy", line 756, in execute
File "game/phone.rpy", line 835, in execute
File "game/phone.rpy", line 849, in execute
File "game/phone.rpy", line 854, in execute
File "game/phone.rpy", line 866, in execute
File "game/phone.rpy", line 910, in execute
File "game/phone.rpy", line 929, in execute
File "game/phone.rpy", line 935, in execute
File "game/phone.rpy", line 936, in execute
File "game/phone.rpy", line 937, in execute
NameError: name 'm_c2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script_e5.rpyc", line 910, in script
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 1980, in execute
self.call("execute")
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 1959, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\exports\statementexports.py", line 194, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/phone.rpy", line 756, in execute
File "game/phone.rpy", line 756, in execute
File "game/phone.rpy", line 835, in execute
File "game/phone.rpy", line 849, in execute
File "game/phone.rpy", line 854, in execute
File "game/phone.rpy", line 866, in execute
File "game/phone.rpy", line 910, in execute
File "game/phone.rpy", line 929, in execute
File "game/phone.rpy", line 935, in execute
File "game/phone.rpy", line 936, in execute
File "game/phone.rpy", line 937, in execute
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\text\text.py", line 2059, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\text\text.py", line 2192, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "X:\Games\tttt\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "X:\HavingaHARDtime-0.5.0-pc\HavingaHARDtime-0.5.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'm_c2' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Having a HARD time 0.5.0
Fri Aug 22 11:41:07 2025
```
whats the issue and could it be solved ?
Yeah true, Tanaka is to be with Lucas. Maybe we'll see them developing relationship throughout next few chapters.I hope we will be able to push her and Lucas together without chasing her ourselfs
Lucas was a real bro to MC always find a friend that will climb your roof when you will say you need someone to talk.
I mean look at Lucas he's insta in love.
Can you do me a favor if you remember when you get it on Steam? I don't know if they changed it for Steam or not since all the shit that went down but the Steam version comes with the incest patch already. Can you look in the file and see if it is there when it goes live.View attachment 5174723
Just wanted to show my appreciation for the developer here, even if in just a small way.![]()
Now out before i catch some spoilers for Ep.5.![]()
Agree with the game being impressive and excessively marvelousAlso, on another note and slightly unrelated, I know that they're more or less background characters but I have an undying need to see both Lateshya and Lynn getting some content. Fucking love their designs and personalities, it would be fucking fantastic.
Is there a way to get rid of garbage kinkshamers? Yes. Yes there is.Is there anyway to get rid of the garbage futa?
Dude, I came into this thought it was going to be only lesbian stuff, I didn't really look too much at the tags in the search I just did lesbian. But then it became futa which Im not a fan of, just wanted to ask and see if that ever is turned off or is fixed.Brotherman, if you're going to ragebait, atleast make it believable.