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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -