StarMade Query Protocol?

    Joined
    Feb 27, 2014
    Messages
    18
    Reaction score
    4
    I have seen how to get description of a server but what does these 0x00 stuff mean? Is there any documentation?
    (This is maybe in wrong category)
    Please help me?
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    0x signifies the use of haxadecimal numbers, 00 obviously translates to 0, but also means, that the length of the value is 1 byte, as 0xFF is the highest value a byte can have.
    Where did you find them in any case?
     
    Joined
    Feb 27, 2014
    Messages
    18
    Reaction score
    4
    0x signifies the use of haxadecimal numbers, 00 obviously translates to 0, but also means, that the length of the value is 1 byte, as 0xFF is the highest value a byte can have.
    Where did you find them in any case?
    I found a PHP script that pings the server to get data but i didnt really what it is doing. It will be easier if i understood what is going on.
    Do you have any documentaion on this?
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    I found a PHP script that pings the server to get data but i didnt really what it is doing. It will be easier if i understood what is going on.
    Do you have any documentaion on this?
    Right now, no.
    If you could point me to the script I could analyze it though.