Create and Fuck your AI Cum Slut -70% OFF
x

Macinnes

Active Member
Feb 19, 2020
917
907
Is aging still behind the paywall?
From the OP:

The Hard Way Free version 0.16.3 Free is now available for download.
  • Added aging fun and expanded sex events for Summer. Expanded sex events for Meora.
I'm running the full v 0.17.2, but the free version is supposed to be updated with aging. In the friends list you will see an "A" in the upper left corner of the photo on the characters that have the aging update along with a "P" for the 4 Enhuman "sisters" that can be made pregnant.
 
  • Like
Reactions: Chucke1992

Macinnes

Active Member
Feb 19, 2020
917
907
This one needs either a fix for relationship labels or an incest patch. Currently there is the definite article in from of the relationship tag such as "A Mother" for Debbie and the rest, or "A Sister" for younger girls. It gets a bit annoying. IMO "Mom" for Debbie and/or Mother for the rest would be less irritating. It is quite wonky to read, "She is your A Mother" or "She is your A Sister".
 

Macinnes

Active Member
Feb 19, 2020
917
907
Caught this exception:

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

While running game code:
  File "game/scripts/Spawners.rpy", line 31, in <module>
TypeError: __init__() takes exactly 14 arguments (13 given)

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

Full traceback:
  File "script.rpyc", line 39, in script call
  File "scripts/TravelController.rpyc", line 106, in script call
  File "scripts/EventController.rpyc", line 15, in script call
  File "events/MenuEvents/DiliveryEvents.rpyc", line 118, in script call
  File "scripts/Spawners.rpyc", line 3, in script
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/Spawners.rpy", line 31, in <module>
TypeError: __init__() takes exactly 14 arguments (13 given)

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Hard Way 0.17.2
Wed Sep 14 01:43:03 2022
 

Macinnes

Active Member
Feb 19, 2020
917
907
This exception too:

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

While running game code:
  File "game/scripts/EventController.rpy", line 216, in <module>
IndexError: list index out of range

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

Full traceback:
  File "script.rpyc", line 42, in script call
  File "scripts/EventController.rpyc", line 216, in script
  File "renpy/ast.py", line 1892, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/EventController.rpy", line 216, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Hard Way 0.17.2
Wed Sep 14 01:46:28 2022
 

Gaunt27

Member
Feb 16, 2019
205
145
I hope the non Dogs lofts apartments we see when cleaning around town are where the woman all live. I'd really love for Bruce to bed Gloria, and then have a threesome with Debbie, Xena and Yevette.

Sidenote: I wonder what Lyra's reaction will be when she finds out she's been getting cozy with her brother?
 

FlamesOfVengeance

Well-Known Member
Jul 16, 2019
1,606
1,958
Is it just me or does anyone else find all the scientific stuff rather exhausting? There's a ot of dialogue with the girls and they usually drown you in super complicated info dumps.
 

Spoil

Member
Sep 30, 2019
263
239
The Hard Way V0.17 Free is available for download.

What's new in V0.17?

  • Wake Up scene at the James' House.
  • Standing sex for Betty, Bianca, Kichi and Lyra..
  • Extended sex Scenes for Allie, Daisy, Elizabeth, Erica, Fiona, Hope, Hozho, Kelly, Kichi, Lacey, Lesley, Melody, Odette, Olive, Pauline, Phoebe, Quinn, Rhonda and Ruth.
  • Extended custom age sex for Carrie, Hellen and Hozho.
  • Phone size increased and is now minimizable.

The game can be downloaded from our , pages, or directly from .
 
  • Like
Reactions: BaasB

Draevis

Member
Nov 30, 2019
335
200
Ran into an error immediately on loading a save from v16
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/icons/PhoneSwitch-idle.webp'>:
  File "game/script.rpy", line 36, in <module>
IOError: Couldn't find file 'images/icons/PhoneSwitch-idle.webp'.

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

Full traceback:
  File "script.rpyc", line 36, in script
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 36, in <module>
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1193, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'images/icons/PhoneSwitch-idle.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
The Hard Way Free 0.17.2Free
Sat Sep 24 12:37:18 2022
 

KnuckleDragger79

Active Member
Sep 4, 2020
803
1,914
I have not played since the second update. Does the game still crash all the time because of "tampered game files" when I have no idea how to tamper with the game files?
 

supertrucker

New Member
Nov 11, 2018
6
13
I would love to play this game but i extract the game open it and the menu for start game-load game-ext. is all blurry can't read a thing. how do I un blur the menu?
 

Cromushe

Newbie
Jul 12, 2017
86
79
I also had an error message at the launch, I chosed to ignore and starting to play from the begining, but after the whole introduction, the first monday impossible to go anywhere than Rail Car, Dock Retail and Dog's Loft.
Can't play the quest to meet Yvette in the coffee shop, can't go to the city mall, can't go to the university or the mall etc ...
 
  • Like
Reactions: BÖÖRK

BÖÖRK

Newbie
Jan 2, 2019
62
103
I also had an error message at the launch, I chosed to ignore and starting to play from the begining, but after the whole introduction, the first monday impossible to go anywhere than Rail Car, Dock Retail and Dog's Loft.
Can't play the quest to meet Yvette in the coffee shop, can't go to the city mall, can't go to the university or the mall etc ...
Same here, if anyone has any clue to what I could possibly do to be actually able to play this game, it would be really appreciated.
 
2.90 star(s) 155 Votes