Difference between revisions of "Protocol BaseDelta"
From SWGANH Wiki
(New page: <div style="border:0; margin: 0.2em 10px 10px;"> <div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;"> <div style="line-height:120%; padding:0.4em; ba...) |
|||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Protocol Info|Baselines & Deltas}} | |
− | + | ||
− | + | ||
− | + | ===Struct=== | |
− | + | ---- | |
− | + | {| align="center" | |
− | ''' | + | |- |
− | + | || | |
− | + | {| class="wikitable" | |
− | | | + | |- |
− | | | + | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count''' |
+ | |- | ||
+ | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode''' | ||
+ | |- | ||
+ | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID''' | ||
+ | |- | ||
+ | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Object_TYPE''' | ||
+ | |- | ||
+ | |align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''TYPE_#''' | ||
+ | |- | ||
+ | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Object_Data_Size''' | ||
+ | |- | ||
+ | |align="center" style="background:#C6C600; color:white;"|'''...'''||'''...''' | ||
+ | |- | ||
+ | |} | ||
+ | |} | ||
+ | ===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= | ||
+ | {|align="center" | ||
+ | |- | ||
+ | || | ||
+ | {{PacketBaselines}} | ||
|} | |} | ||
− | |||
− | |||
− | + | =SWG Protocol Deltas= | |
− | + | {|align="center" | |
− | + | |- | |
− | + | || | |
− | {| | + | {{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
|