Large Values in Entity Fields #36

Closed
opened 2022-01-02 23:38:14 -08:00 by xylemon · 1 comment
Owner

Due to the 32-bit floats in the FTEQCC VM, we are unable to properly parse long values for fields in entities.

An example is the weather monitors on EndlRainSH, where their health is set to "1000000000" to avoid breaking but still providing a breaking sound.

One hack, or way around this is checking the amount of numbers in the value, but this, would be tricky with decimal entries.

Due to the 32-bit floats in the FTEQCC VM, we are unable to properly parse long values for fields in entities. An example is the weather monitors on EndlRainSH, where their health is set to "1000000000" to avoid breaking but still providing a breaking sound. One hack, or way around this is checking the amount of numbers in the value, but this, would be tricky with decimal entries.
xylemon added the
Base
label 2022-01-02 23:38:14 -08:00
eukara was assigned by xylemon 2022-01-02 23:38:14 -08:00
xylemon self-assigned this 2022-01-02 23:38:14 -08:00
Owner

Added a workaround!

Added a workaround!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tech/nuclide#36
No description provided.