Stamps

  • CATSSMAC
    14th September Member 0 Permalink

    How does the TPT stamp naming system work? When you make a stamp and dont rename it, it can be called, for example, "6aa800bb00", which is hexadecimal for 458,085,153,536 :P 

  • CATSSMAC
    17th September Member 0 Permalink

    can someone pls awnser

  • linfuciuscont
    17th September Member 0 Permalink

    I found the stamp naming system in the TPT source code on Github, more specifically Client.cpp. The first 8 characters are a 32-bit Unix-style hexadecimal timestamp, while the last 2 characters are a sub-second hexadecimal counter only used when saving multiple stamps within a second. If you somehow try to save more than 256 stamps per second, TPT will likely freeze or crash.