Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 8 of 168 · Next page · Last page

Good afternoon! I recently found out about this spinoff of the original game. After playing the demo, I was very impressed. After watching the news, I found out that you had plans to access Steam. I wanted to know if the plans for this have changed or not? If there is a release, when can we expect it? (it is possible without a specific date, but just the year). Thank you in advance for your reply.

(+2)

Like the game overall it's great. I will however give some feedback; I do believe that some of the friendship/bond building with the characters is good yet in the end they don't seem to actually care about the mc (this could be intentional or I'm awful at reading in between the lines). I have to say that overall, it's great I don't know if more is coming, and I would be 100% down for that but this is my tidbit so take it at face value or don't I dont wanna control your life.

Kaspersky says, that this game is a virus (most likely a false positive), when I try to download game through itch app. Kaspersky marks file "butler.exe" as a virus

Butler is a thing from itch.io, not from the game

(1 edit)

I know. But this only happens when downloading "in heat: honeymoon!". This does not happen when downloading "in heat". 

Antivirus deletes the file "butler.exe ", when the installation of the game is almost over (most likely at this moment itch app starts unpacking the game from the archive). After that, the installation stops.

Having trouble downloading the update on my android. It says package appears to be invalid

Hi! Do test out in around 20 minutes, exporting hopefully a fix

(+1)

GUYS ITS NOT A BUG WHERE TWO DOESNT SHOW! ITS A SECRET ENDING! I got into the image files and im sure you have to do the secret ending to get them. Now im not gonna be good and tell you what to do but heres a hint. On the sammy and poppi date give sammy ONE good answer.

(+2)

Hi. I’ve replayed the game several times and got all the endings including secret ones (as far as I know) but can’t find the last image in the Maddie and Ari gallery. Is there a guide on how to get it?

(+1)

well uhh ya know the ending with sammy in the black room before it changes to the girls in ur room? Im pretty sure theres another ending for it. It has the same pic of sammy in the dark room but different dialogue. I have encountered it before but my autistic ahh forgot how to trigger it again. anyways i shall play for 20 billion hours straight to find it. I will let ya know when i do gets it

Any updates? This is what I'm trying to find.

(+1)

The game is pretty much complete yes

No I meant from OP on how to unlock the bottom right gallery entry for Ari and Maddie. I've seen every ending I can find anyone talking about. Read so the comments here watched every YouTube video I can find, can't find any scene I haven't gone through myself. Got the one he's referencing above, but can't find any other way for the scene to go. It's driving me mad, frankly, but I've completely fallen in love with these characters. Thank you so much for your hard work!


PS: The second gallery agent with Nile and Misty shows the first segment of the sex scene, but not the next two positions. Is that intentional? The only way I can now this is to play through the scene manually.

(1 edit)

found a bug in Maddie's and Ari's gallery

If you're refering to the empty slots, it's a secret unlockable.

(2 edits)

No, the bug is within the scenes in Maddie's and Ari's gallery. When you continue going through all the scenes, the last scene gives you a bug (This one is the good Scene with both Maddie and Ari)


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/gallerych3.rpy", line 385, in execute

  File "game/gallerych3.rpy", line 385, in execute

  File "game/gallerych3.rpy", line 391, in execute

  File "game/gallerych3.rpy", line 391, in keywords

  File "game/gallerych3.rpy", line 391, in <module>

NameError: name 'MA2_cg1' is not defined

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

Full traceback:

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

    python hide:

  File "renpy/ast.py", line 923, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2235, 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 3694, in interact_core

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

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

    d.visit_all(callback, seen)

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

    d.visit_all(callback, seen)

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

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, 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 3694, 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/gallerych3.rpy", line 385, in execute

  File "game/gallerych3.rpy", line 385, in execute

  File "game/gallerych3.rpy", line 391, in execute

  File "game/gallerych3.rpy", line 391, in keywords

  File "game/gallerych3.rpy", line 391, in <module>

NameError: name 'MA2_cg1' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

In Heat: Honeymoon! 3.1

Sat Feb 15 11:14:11 2025

```


Here's the other bug for the bad ending with Maddie


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_menu.rpy", line 107, in __call__

    raise Exception("%r is not a screen or a label." % orig_screen)

Exception: u'MA1_cg13' is not a screen or a label.

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

Full traceback:

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

    python hide:

  File "renpy/ast.py", line 923, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2235, 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 4110, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1090, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/transition.py", line 48, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "renpy/display/layout.py", line 1090, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1090, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 720, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1090, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/behavior.py", line 979, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 914, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 329, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_menu.rpy", line 107, in __call__

    raise Exception("%r is not a screen or a label." % orig_screen)

Exception: u'MA1_cg13' is not a screen or a label.

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

In Heat: Honeymoon! 3.1

Sat Feb 15 11:16:29 2025

```


Again, only this happens is within their scenes in the gallery

(+1)

Holy crap, I found what the mistakes were.
On one transition from one gallery image to another, it wasn't set to the default "Dissolve". It was somehow set to a name to a random scene, I don't know how that happened.

The other bug, there being no cg13 defined is bc there's no cg13 and I forgot to keep it from spawning a "next" button on cg12. This is why one mustn't code at 4AM. Thank you for the bugs listed out, immediately fixed them and will get a build in an hour!

Viewing most recent comments 1 to 8 of 168 · Next page · Last page