piqueserver / aosprotocol

Documentation and development of the protocol used by AoS 0.x, OpenSpades, pyspades and piqueserver
https://piqueserver.github.io/aosprotocol/
Apache License 2.0
25 stars 9 forks source link

PAR: Version Info #39

Closed DryByte closed 10 months ago

DryByte commented 1 year ago

This creates a new category to packets, called Extra Packets. This category is where community made packets should be added, its high recommended to follow the extension packets, but in some cases people creates their own packets.

In this case, i documented the version info packet (https://www.buildandshoot.com/forums/viewtopic.php?t=10807), that's used by piqueserver and many other servers.

NotAFile commented 10 months ago

Was this ready? I forgot what the status was

DryByte commented 10 months ago

I guess so, but im not sure if this should be added in the 0.75 protocol or somehow as an extension...

NotAFile commented 10 months ago

This is the stuff we already implemented and are using today right? In that case we should just merge it to reflect what the protocol actually is today.

DryByte commented 10 months ago

Yes, in pysnip people uses the detectclient.py script and in piqueserver it's implemented natively. I was just unsure where this should be documented.

NotAFile commented 10 months ago

I'll just merge this so it's on the site, can always change it later