javascript - Convert 64 bit Steam ID to 32 bit account ID -


How do I change a 64 bit Steam ID into a 32-bit account ID? Steam said taking 32 bits before the number, but how do you do it in the node?

Do I need to use BillNl to store 64 bit int?

Convert to a 64-bit Steam ID 32-bit account ID, you only 64bit Decrease the ID from 76561197960265728 .

Need bigNumber node it is required

  bignumber = ( "bignumber.js"); Consoleklog (Bignumber ( '7656ll9799l79l363') K zero ( '76561197960265728'))    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -