Classic Protocol Extension/Proposals: Difference between revisions
Jump to navigation
Jump to search
imported>F Created page with "Feel free to post your extension proposals here. Please use existing extensions as your template. Please sign your proposal by ending..." |
imported>F No edit summary |
||
Line 1: | Line 1: | ||
Feel free to post your extension proposals here. Please use [[Classic_Protocol_Extension#Extensions|existing extensions]] as your | Feel free to post your extension proposals here. Please use [[Classic_Protocol_Extension#Extensions|existing extensions]] as your guide to formatting. Please sign your proposal by ending it with <code><nowiki>~~~~</nowiki></code>. Write your comments | ||
=Template= | |||
<pre><nowiki>===ExtensionName=== | |||
:Brief summary of the extension. | |||
:'''Motivation''': Explain why this is needed or how it is useful. | |||
:'''Client Behavior''': Detailed description of all new behavior that game clients need to implement in order to support this extension. Consider interaction with other extensions. | |||
:'''Server Behavior''': Detailed description of all new behavior that game servers need to implement in order to support this extension. Consider interaction with other extensions. | |||
:(packet definitions go here) | |||
:(remarks and comments go here) | |||
:Proposed by ~~~~</nowiki></pre> |
Revision as of 02:17, 5 May 2014
Feel free to post your extension proposals here. Please use existing extensions as your guide to formatting. Please sign your proposal by ending it with ~~~~
. Write your comments
Template
===ExtensionName=== :Brief summary of the extension. :'''Motivation''': Explain why this is needed or how it is useful. :'''Client Behavior''': Detailed description of all new behavior that game clients need to implement in order to support this extension. Consider interaction with other extensions. :'''Server Behavior''': Detailed description of all new behavior that game servers need to implement in order to support this extension. Consider interaction with other extensions. :(packet definitions go here) :(remarks and comments go here) :Proposed by ~~~~