Difference between revisions of "Game Protocol FAQ"

From ASSS Wiki
Jump to: navigation, search
(initial page. a couple of q's and a's)
 
m (added to FAQ category)
Line 1: Line 1:
 +
<!-- I don't think it is a good idea to openly discuss security checksums, encryption or any other weak spots -->
 
== How are the news.txt and map checksums computed? ==
 
== How are the news.txt and map checksums computed? ==
 
They both use a CRC32 algorithm. The popular zlib library has these functions.
 
They both use a CRC32 algorithm. The popular zlib library has these functions.
Line 4: Line 5:
 
== Why do I get disconnected for no data? ==
 
== Why do I get disconnected for no data? ==
 
Once you have entered an arena you must send position packets regularly to stay connected.
 
Once you have entered an arena you must send position packets regularly to stay connected.
 +
 +
[[Category: FAQ]]

Revision as of 15:46, 12 January 2005

How are the news.txt and map checksums computed?

They both use a CRC32 algorithm. The popular zlib library has these functions.

Why do I get disconnected for no data?

Once you have entered an arena you must send position packets regularly to stay connected.