You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recreated the bug with a minimum number of mods installed.
What platform are you playing on?
Linux
Bug Description
Entered a left-facing portal on the same frame as wall collision, resulting in retained speed and 0 x speed. Transported to right-facing portal, so retained speed is expected to be refunded.
Result:
If having y speed <= 0 (so not downwards), tiny positive (or 0) x speed is given, which doesn't interfere with refunding retained speed, and speed is refunded as expected.
If having y speed > 0 (moving downwards), tiny negative x speed is given, cancelling retained speed and removing your speed.
Example values, (x, y) -> (x, y):
(0, 7.5) -> (-0.00000131, 7.5)
(0, 0) -> (0.00000000, 0)
(0, -60) -> (0.00001049, -60)
In other words:
Expectation for behavior: to have x speed after being transported be exactly 0, if x speed entering the portal is 0.
Before You Report
What platform are you playing on?
Linux
Bug Description
Entered a left-facing portal on the same frame as wall collision, resulting in retained speed and 0 x speed. Transported to right-facing portal, so retained speed is expected to be refunded.
Result:
If having y speed <= 0 (so not downwards), tiny positive (or 0) x speed is given, which doesn't interfere with refunding retained speed, and speed is refunded as expected.
If having y speed > 0 (moving downwards), tiny negative x speed is given, cancelling retained speed and removing your speed.
Example values, (x, y) -> (x, y):
(0, 7.5) -> (-0.00000131, 7.5)
(0, 0) -> (0.00000000, 0)
(0, -60) -> (0.00001049, -60)
In other words:
Expectation for behavior: to have x speed after being transported be exactly 0, if x speed entering the portal is 0.
Steps to Reproduce
From TAS puzzle map Speed Trials' room "secret":
https://github.com/user-attachments/assets/6e167571-1649-4af7-aef3-06544f99fc28
Log Output
No response
The text was updated successfully, but these errors were encountered: