Skip to content

Conversation

CookieCat45
Copy link
Contributor

What is this fixing or adding?

Fixes the death link timestamps sent from A Hat in Time using an incorrect time, causing some games to not react to the death link.
This is something that has to be fixed in the Python client and not the mod because the timestamp functions in UnrealScript are evidently broken. So the fix here is to just update the time value in the death link packet before it gets sent.

How was this tested?

Connecting to a slot with death link enabled, triggering a death link, and then printing the death link packet.

If this makes graphical changes, please attach screenshots.

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Sep 2, 2025
@Berserker66
Copy link
Member

Would it work to abort that message and use send_death() instead?

@CookieCat45
Copy link
Contributor Author

Would it work to abort that message and use send_death() instead?

I could, but what would the difference be?

@ScipioWright ScipioWright added is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: world-maintainer Issue/PR is waiting for feedback or approval by the maintainer of a world. and removed waiting-on: world-maintainer Issue/PR is waiting for feedback or approval by the maintainer of a world. labels Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants