SimpleGamer

New Member
Aug 27, 2022
9
10
walkthrough enabled but you cannot click the assist button, wtf is wrong with this game?
The walkthrough code is in a separated file which doesn't exist in this build...

Also, I've found the ep5 & 6 script in current build (code with image name & dialogues but without image files). Seems like they are completed already?
 

Ploik95

Newbie
Oct 16, 2022
28
14
Extract this to the folder with the game exe, double click and use choice number 3. Then while in game press Shift and O. Console will open and use the code above.
When I try I have a message "the system can't execute your program". Is there an other way ?
 

Everilld

Active Member
Jul 25, 2017
770
604
If the walkthough is on how to use it or daos it work passive and will tell me what to chose?
1737918450487.png
 
Last edited:

Ripson

Active Member
Modder
Jun 21, 2020
620
7,637
Here's my WT for Hard To Love v0.22 Remake

The game, with it's AI stuff, now has an in built assist button. So, here's the WT with the basic human coding. The game, for me, ended after chapter 4, but for good measures have added a WT till EP 5.

You don't have permission to view the spoiler content. Log in or register now.

Also adds mod options for better choices, AS PER ME.
You don't have permission to view the spoiler content. Log in or register now.

Download: Workupload -
(y)
 

-CookieMonster666-

Message Maven
Nov 20, 2018
12,978
19,408
I keep getting this error


You don't have permission to view the spoiler content. Log in or register now.


You don't have permission to view the spoiler content. Log in or register now.
Those are just because the locations of some sound files aren't correct in the game files. Just using Ignore should get you past them; you'll just miss some sounds, like background noises.
Also is it normal for the Stats page to be blank and the built in help system not be clickable?
I see the same thing in my own playthrough (started from the beginning again with this latest update). It's a little inconsistent, though. For me, in Episode 1 the MC and Isabella showed but nobody else did; in Episode 2, the MC and Paz showed up. But most of the time, the MC shows and everything else is just question marks.

EDIT: The below might at least partially explain why. These are values of trust and corruption for several women, as of early in Episode 3. As you can see, although there have been multiple choices to increase either Trust or Corruption, only two listings show any nonzero value.
You don't have permission to view the spoiler content. Log in or register now.
That's... a problem. IDK how things are meant to progress for any character in any direction if almost all the choices are either ignored or nullified as you progress through the game.

As for seeing LIs the MC has met, you can either activate the Console or use something like URM to modify variables, as follows; just change the name in quotes to the name of the character that shouldn't be hidden.
$ rm.set_knows("isabella", True)

You'll also notice on those stats screens that everybody has zeros for both Trust and Corruption. I'm going to assume the dev hasn't finished with the stats screen, so a lot of stuff isn't working right now.
 
Last edited:
  • Like
Reactions: Lolo90

Kromosonen132

New Member
Jan 23, 2025
1
0
I get this error after downloading the wt mod

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 14, in <module>
NameError: name 'SexStats' is not defined

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

Full traceback:
File "script.rpyc", line 12, in script
File "D:\HardToLove\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\HardToLove\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 14, in <module>
NameError: name 'SexStats' is not defined


```

How do i fix this because I cant ignore it
 
Last edited:

yamabear

Member
Dec 27, 2020
244
103
Hi, everyone here!
I have already downloaded this new version of the game twice (GoFile and PixelDrain) and both times after extraction they show the same error when trying to load the game,

Any help?
I
'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000window.rpy", line 122, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 70, in _window_show
renpy.with_statement(trans)
File "game/scripts/systems/py_fx_blur.rpy", line 236, in render
AttributeError: 'Preferences' object has no attribute 'graphics_blur'

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

Full traceback:
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\main.py", line 635, in main
run(restart)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\main.py", line 145, in run
renpy.execution.run_context(True)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\execution.py", line 955, in run_context
context.run()
File "script.rpyc", line 87, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "script.rpyc", line 87, in script
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\ast.py", line 583, in execute
statement_name(stmt_name)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\ast.py", line 52, in statement_name
i(name)
File "renpy/common/000window.rpy", line 122, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 70, in _window_show
renpy.with_statement(trans)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\exports.py", line 1781, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\core.py", line 1548, in do_with
return self.interact(trans_pause=True,
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\core.py", line 2165, 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 "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\core.py", line 2818, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\transition.py", line 383, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Jorge\Downloads\Compressed\New folder\UTF-8''HardtoLove-0.23-pc\HardtoLove-0.23-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "game/scripts/systems/py_fx_blur.rpy", line 236, in render
AttributeError: 'Preferences' object has no attribute 'graphics_blur'

Windows-10-10.0.19041 AMD64
Ren'Py 8.2.1.24030407
Hard to Love 0.23
Tue Jan 28 16:46:33 2025
 

-CookieMonster666-

Message Maven
Nov 20, 2018
12,978
19,408
Hi, everyone here!
I have already downloaded this new version of the game twice (GoFile and PixelDrain) and both times after extraction they show the same error when trying to load the game,

Any help?
I
'm sorry, but an uncaught exception occurred.
You don't have permission to view the spoiler content. Log in or register now.
It looks like you're using a compressed version of the game. You might want to ask the person who did the compression, just in case something went wrong during the process but was unnoticed. I'm not saying that's what happened, but it's worth asking.

In the future, could you please put these types of errors in SPOILER tags (like I did in quoting your post) or else as an attachment (the file to attach is called traceback.txt and is in the main folder for the game)? Showing the entire message like you have causes a lot of unnecessary scrolling for anyone who wouldn't know anything about solving the error you have.
 

yamabear

Member
Dec 27, 2020
244
103
It looks like you're using a compressed version of the game. You might want to ask the person who did the compression, just in case something went wrong during the process but was unnoticed. I'm not saying that's what happened, but it's worth asking.

In the future, could you please put these types of errors in SPOILER tags (like I did in quoting your post) or else as an attachment (the file to attach is called traceback.txt and is in the main folder for the game)? Showing the entire message like you have causes a lot of unnecessary scrolling for anyone who wouldn't know anything about solving the error you have.



Thank you for your attention!

For the download, the links used (GoFile and PixelDrain) are those of the OP
here on the website. (always)

As for the note on the form of reporting the error, this is my first time.

I will follow your instructions on another occasion if necessary. Thank you for it.
 
  • Like
Reactions: -CookieMonster666-

mario59

Newbie
May 7, 2024
55
16
After the update, many scenes were cut from the game, even if you started from scratch. Try extracting the game with z-zip. Sometimes it works. OK.
 
3.50 star(s) 157 Votes