Talk:GetFormID - Form

From the CreationKit Wiki
Jump to navigation Jump to search

When I get the FormID of ObjectReference from mod (like 733a0729), I get the wrong number (must be 1933182761, but it's 1933182720). Well, I found that:

The technical implementation of floating-point numbers means that they are inaccurate at very large or very small values (for example, all numbers from 2000000000 to 2000000064 are stored as 2000000000).

So, is there any way to get 1933182761 instead of 1933182720?