Difference between revisions of "Protocol BaseDelta"
From SWGANH Wiki
(→SWG Protocol Baselines) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Protocol Info|Baselines & Deltas}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 38: | Line 24: | ||
|- | |- | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 73: | Line 59: | ||
---- | ---- | ||
− | |||
=SWG Protocol Baselines= | =SWG Protocol Baselines= | ||
Line 83: | Line 68: | ||
=SWG Protocol Deltas= | =SWG Protocol Deltas= | ||
+ | {|align="center" | ||
+ | |- | ||
+ | || | ||
{{PacketDeltas}} | {{PacketDeltas}} | ||
+ | |} |
Latest revision as of 19:27, 26 November 2007
Protocol Info - Baselines & Deltas
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
|
Variable Descriptions
Opperand_Count = 5
Opcode = 68A75F0C
- Object_ID:
- A 64bit ID number assigned uniquely to objects.
- Object_TYPE:
- A 4 byte integer made of characters used to identify the
- object type. for a list of object types see below.
Note: This is just a string used in the debugging message. Parsing methods are set on object creation.
- TYPE_#:
- This is a single byte integer used to identify what type
- of update is being done to the object based on the objects type.
- Example:
- TYPE = CREO
- TYPE_#: 1, 3, 4, 6, 7, 8, 9...
- Each value contains a different part or data to be updated to the object.
- Some aren't used at all. The available ones will be listed.
- Object_Data_Size:
- Size of DATA below
- DATA:
- The rest of the packet is just initialization data for the object.
- This gets parsed uniquely depending on the Object_TYPE and TYPE_#.
- See the corresponding list for separate structs of these Objects.
SWG Protocol Baselines
SWG Protocol Deltas
|