Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 30 to 69 of 469 · Next page · Previous page · First page · Last page
(+3)

Man, this is amazing! Also, Lars is T  H  I  C  K!!

(+6)

I can't help but wait for every new update. Love the characters especially Lars and Cade. The MC feels over reactive sometimes but maybe it is because I am old.

(+4)

I can't seem to download the reboot version. What do I need to do?

(+7)


It's great to see more of this VN again. I've been missing it!

(+2)

😂

(+1)

I just finished with the lars ending I need more. :(

(1 edit) (+10)

dude... this game... is awesome



no really it's good
(+8)

I am about to start genuienly tweaking if this shit dont update

(+1)

It's updated now. You can come back! Don't freak the fuck out!

(+3)

This was one of my first itch.io games I ever downloaded and played. Even tho am not gay I do like cute things and the art is just awasome I do hope that adult scenes are purely optional tho . Otherwise game is great and you should play it y'all! 

(+2)

I have a feeling you guys watch Steven Universe. I don't think its a coincidence that Lars loves Ube rolls haha. Great game!

I know right

good game

does the  1 mean there is more then one end credit scene?

(1 edit) (+2)

its the same thing with Sidney what are the things i have to do to unlock the second scene

 

asti y'ava un ours qui ma séquestré dans ca grange calisse.

(-2)

So i saw the game updated notif on my following feed but there isnt a devlog for this update, would anyone mind explaining what has updated?

I don't have PayPal buy can I pay with my credit card

(-1)

Tem como ter relação sexual com algum personagem, e se tiver me fala como conseguir essa relação

(+4)

i wish this was a dating game so i could date lars

(+4)

Hell yeah, I remember playing the original almost 2 years ago. I tried the reboot and I'm liking it so far. Lars is and has been my favorite. I like how he's more flirty now with the protagonist, but his new design's going to take me a while to get used to. I'm looking forward to future updates and also I sent you $2. Hey, not much but a good game deserves to be rewarded ;)

(+2)

New images looking fire!! 🔥🔥

(+1)

Finally!!!!! UwU

(+3)

IT LOOK SO GOOD!!!

(+6)

Is this VN alive still? It's been a long while since I last heard of it... I miss it.

(+3)

Yes the vn is still being worked on just very; very slowly 😅

(+7)

The new preview images looks lit🔥

(+6)

The art somehow got cuter

(+2)

This looks amazing! I can't wait for the next update.

(2 edits) (+5)

This game is simply amazing! This was my first furry novel and I’m very glad that it didn’t leave me with any negative emotions after finishing it. Cute characters, great art, good variety of choices. Definitely five stars. The only thing that became an obstacle was the presence of exclusively English, but I managed to cope with it. I will make a note that I played version 2.4 and it is truly magnificent. So if you are planning to play through the game, be sure to start with it.

However, after completing it, I decided to go through the new version (2.5 reboot) and to be honest, I was not able to do it properly. The first thing I noticed was that the art had been changed, and I’ll be honest: it was better before. I was actually a little disappointed to see the changed characters. In particular, this concerns Lars, I was, to put it mildly, in a little shock - it seemed that he was no longer that funny cat, but someone else. Also, I could not install the Russifier. (Russifier is a translator of games from other languages into my own). In the old version there were no problems with this, but in the new one it simply refuses to start. 

In general, I said everything I wanted. I hope that in the future we will see a continuation of this amazing game or some similar projects from Leo. 

In conclusion, I will say: I'm not good at English, so I apologize for the mistakes in the text.

Note: Rorik is the best! >3 

(1 edit) (+4)

I just found out that one of the labels of this game is "gay" but even that, the characters are so charismatics and nice that I can't even remember that im not the target audience. (Actually im just stupid but it stills nice)

I can't even choose a favorite character 'cuz all of them are beautifully nice. (Sorry if this comment have some errors or something, I don't know much english.)

hey guys if your on iphone or ipad https://gamejolt.com/games/thehumanheartweb/853373 play this web build ok bye

how do you get to dylan day #2? ive only gotten him to 9

(+1)

sidney is just like me fr (he has stolen my remaining braincells)

(1 edit)

this error happened while i was looking through the gallery at sidney's image

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 274, in script

    python:

  File "renpy/common/00start.rpy", line 274, in script

    python:

  File "renpy/common/00start.rpy", line 276, in <module>

    renpy.call_in_new_context(_restart[2])

  File "game/scripts/definitions/gallery.rpy", line 64, in execute

    screen gallery_closeup(images):

  File "game/scripts/definitions/gallery.rpy", line 64, in execute

    screen gallery_closeup(images):

  File "game/scripts/definitions/gallery.rpy", line 65, in execute

    add images[closeup_page] at truecenter

  File "game/scripts/definitions/gallery.rpy", line 65, in <module>

    add images[closeup_page] at truecenter

IndexError: list index out of range

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

Full traceback:

  File "renpy/bootstrap.py", line 326, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 617, in main

    run(restart)

  File "renpy/main.py", line 148, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 922, in run_context

    context.run()

  File "renpy/common/00start.rpy", line 274, in script

    python:

  File "renpy/common/00start.rpy", line 274, in script

    python:

  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 "renpy/common/00start.rpy", line 276, in <module>

    renpy.call_in_new_context(_restart[2])

  File "renpy/game.py", line 344, in call_in_new_context

    return renpy.execution.run_context(False)

  File "renpy/execution.py", line 922, in run_context

    context.run()

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

    ui.interact()

  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 3693, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/core.py", line 567, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 567, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 567, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 567, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/screen.py", line 432, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3693, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 443, in per_interact

    self.update()

  File "renpy/display/screen.py", line 631, in update

    self.screen.function(**self.scope)

  File "game/scripts/definitions/gallery.rpy", line 64, in execute

    screen gallery_closeup(images):

  File "game/scripts/definitions/gallery.rpy", line 64, in execute

    screen gallery_closeup(images):

  File "game/scripts/definitions/gallery.rpy", line 65, in execute

    add images[closeup_page] at truecenter

  File "game/scripts/definitions/gallery.rpy", line 65, in <module>

    add images[closeup_page] at truecenter

  File "renpy/python.py", line 992, in __getitem__

    rv = list.__getitem__(self, index)

IndexError: list index out of range

Windows-10-10.0.22621

Ren'Py 7.4.6.1693

The Human Heart 2.4

I wonder when are we getting the next update

(+4)

I wonder what a wiki for this game will be like. I'd be glad to wiki edit if we decided to create the-human-heart.fandom.com!

(1 edit) (+12)(-7)

have you thought of making NSFW Version or maybe give it an option in the game for that

(+2)

After a few times checking every month whether a new update has come out and what do I see?

A grand new update, art style and reboot but still with the same story characters and wonderfulness!

Can't wait for the extra days included, bigger range of characters, longer exciting story and cute fun cast that will be added as this game grows.

So glad its back and being worked on again;

:3

(+1)

Question, What is Sidney's last name? I dont think i have got to that part if it is mentioned in-game. Thanks! :) 

(+2)

Stourton

(+6)

kicking my feet and giggling fr when I decided to check on this game again since I found it last year and was curious if it was updated

(2 edits) (+1)(-7)

Wanting more Rabbit his new design still good a Cat is just fine too but my real Cat is female and she's old too!Don't mind the SFW i am even doing the "No Fap" challenge for a week!

is it normal that the reboot with v2.5 ends after the day 2 ? would like to play the hole game not just the two days

2.4 is only there because its more complete than the current one, 2.5 is still in the works and it has been 2 years since update effectively meaning that 2.5 doesn't feel complete. You can however still play along with the 2.4 version that just feels outdated, but soon the game will update so that the new version is like 2.4 but a lot better.

ah okey saw it now started 2.4 too like the other art from dylan much with the beard and the extra fur downside ^^ exited to play more of it ^^ just on day 2 there to XD

can someone please make a guide to get all points?

generally just hang out with the person you like the most and agree with them, also you can check the point counter after choices to see if it increases. If it doesn't just redo the choice until it does.

I tried that with Sidney and i can only get up to 9.

If you have love for Sidney or Ace, their paths on Day 4 works different unlike the others. Instead of front door, you're gonna get tased and it'll take you to the facility. Just go to the Fire Exit and you should be able to reach Sidney's 2nd Bonus.

I already did that, I used truthful answers for day 2, helped him on day 5, and told him sorry on day 4, unless attempting to hide with him at the party redacts a point, For me it was only possible to get 9.

alright well so here's the guide for sidney's 2nd bonus

  • 1 - N/A
  • 2 - Starts at 1, then say “I’m nervous too.” for 2 points, and then “Sorry, I’m not interesting.” for 3 points.
  • 3 - N/A
  • 4 - Get out of the apartments by the Fire Exit so you’ll be taken to the forest. Then speak with him and say “We took your spot.” for 4 points.
  • 5 - Choose to help Sidney for 5 points, and lift the table with him for 6 points. Then help him in silence for 7 points. Go with Sidney and he’ll tell us to hide with Rorik and do as he said. He’ll make a comment and we’ll get 8 points. On the lie game, select “He likes light coffee” for 9 points.
  • 6 - When you reach the park, choose Spirits and you’ll get the 10th point.

I possibly reckon you didn't hide with Rorik as he wanted, try that and see if my reckoning was right.

Viewing most recent comments 30 to 69 of 469 · Next page · Previous page · First page · Last page