RAIntegration
RAIntegration copied to clipboard
UINT_MAX and Rich Presence
Hello,
Just hitting an issue that I thought could be with the code but appears to be more to do with the type that FormatType=VALUE is using.
When loading in very large numbers, rich presence seems to not cope with the value
is showing value
0xf8f5c6db (dec 4176856795)
but rich presence is saying
Format:Credits
FormatType=VALUE
Display:
Main menu | 💰: @Credits(0xX1017400)
Working as designed. VALUE formatting reads the data as a signed integer.
Unsigned value format was added in the 1.3.0 release of the DLL via #1056.