On 21/11/2012 16:37, Miles Sutcliffe wrote:
So far I've got it talking to the master server. I edited the old server values of 207.173.177.12/11 to be 208.078.200.65 and .39. I have no idea why the second octet needs to be set to 078 to get it to translate to 64? The only reason the 0 is in there is for padding reasons. If someone could explain this to me that would be great.
It's because whatever is interpreting the 078 is treating it as octal hence 64 decimal.
Python does this IIRC, perhaps other languages. -- Dan _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

