Bueno

Active Member
Apr 26, 2017
722
1,014
328
Old save is gone so now comes the patient wait for Scrappy to update his mod.
 

Julles Ra

Member
Aug 12, 2021
118
142
167
Anyone else running this on Joiplay? This version's compressed files just doesn't load for me, unlike the previous 0.4.1.

I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load from archive achievements.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
File "renpy/main.py", line 496, in main
File "renpy/script.py", line 310, in load_script
File "renpy/script.py", line 785, in load_appropriate_file
Exception: Could not load from archive achievements.rpyc.
 
  • Like
Reactions: ThatxGuy1999

MagicMan753

Well-Known Member
Nov 19, 2021
1,372
3,003
387
Something I want for the femdom path with Tiffany in the future is for her to use a strapon. I wnat her to completely dominate us and take us from all angles destroying us with a strapon on the femdom path with her.
 
  • Like
Reactions: Oxiton

glopglop38

New Member
Oct 20, 2020
10
4
119
Hello

very good game, but i have a bug with chapter 5, when i try to reply to new messages in contact, only work for eve, lateshya and seiko (very nice girl :)), bug for the others:

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

While running game code:
  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 1002, in script
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\VR\new\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.26100 AMD64
Ren'Py 8.3.4.24120703
Having a HARD time 0.5.0
Fri Aug 22 00:54:41 2025
help? :)

and i play on windows 11, it's not something related to win 10
 
  • Like
Reactions: GHS-GHS

Rexermus

Active Member
Nov 18, 2023
607
1,231
196
You don't have permission to view the spoiler content. Log in or register now.
Okay, first, how did I miss that?

Second, can someone please invent a time machine asap? cause I need to skip time to Chapter 6's release. I need more Seiko, Marianne, need to breed Larissa and make sure Himiko doesn't die :mad:
Also, I hope the pill doesn't end up working against Jane's super-sperm...somehow
devious golshi.png
Gotta do my girl Golshi proud
 
Last edited:

adam1331

New Member
Oct 25, 2021
10
15
117
I didnt ready for the piano theme from a Turkish series called Ezel. it s just gave me goosebumps every time
 

lockerxx

Devoted Member
May 10, 2017
8,062
17,888
913
Okay, first, how did I miss that?

Second, can someone please invent a time machine asap? cause I need to skip time to Chapter 6's release. I need more Seiko, Marianne, need to breed Larissa and make sure Himiko doesn't die :mad:
Also, I hope the pill doesn't end up working against Jane's super-sperm...somehow
View attachment 5171226
Gotta do my girl Golshi proud
You don't have permission to view the spoiler content. Log in or register now.
 

no_name_742

Well-Known Member
Aug 9, 2017
1,061
1,018
348
Just my two cents but this series is a bit tonally weird, the last update focuses on massive downer story and this one is setting up another (+the alzheimer's guy) but then has a super horny MC or scenes like that Larissa and Veronica ones were they immediately have the "porn logic" response.

Maybe its just me but it didnt feel this dramatic of a series at the start, then again the first scene after MC gets a dick does kinda start the entire thing. anyways im probably overthinking it, im still enjoying the series just wish it would chill a bit with the depressing stories.

One more thing, the lack of that pineapple pic is going to annoy me.
 
Last edited:

GHS-GHS

Newbie
Aug 29, 2020
42
25
119
Hello

very good game, but i have a bug with chapter 5, when i try to reply to new messages in contact, only work for eve, lateshya and seiko (very nice girl :)), bug for the others:

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

While running game code:
  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 1002, in script
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 2579, in execute
    Say.execute(self)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ast.py", line 621, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "F:\VR\new\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 "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "F:\VR\new\HavingaHARDtime-0.5.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\VR\new\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.26100 AMD64
Ren'Py 8.3.4.24120703
Having a HARD time 0.5.0
Fri Aug 22 00:54:41 2025
help? :)

and i play on windows 11, it's not something related to win 10
I am having the same problem in both version: compress and official
 
4.70 star(s) 117 Votes