Difference between revisions of "STAO03"
From SWGANH Wiki
(New page: __NOTOC__ {|align="center" |- ||{{STAOArchitectureNAV}} |- |} <br> {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> </pre> ===Deltas Struct=== -...) |
(→Variable Descriptions) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Baseline|STAO03}} | |
{|align="center" | {|align="center" | ||
|- | |- | ||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
− | + | SHORT: ObjectOpperandCount | |
+ | FLOAT: Complexity | ||
+ | ASTRING: STF File(Table) | ||
+ | INT: STF Spacer | ||
+ | ASTRING: STF Name(ID) | ||
+ | USTRING: CustomName | ||
+ | INT: Volume | ||
</pre> | </pre> | ||
Line 20: | Line 26: | ||
<pre> | <pre> | ||
+ | SHORT: UpdateCount | ||
+ | SHORT: UpdateType | ||
+ | { | ||
+ | 00: | ||
+ | FLOAT: Complexity | ||
+ | 01: | ||
+ | ASTRING: STF File(Table) | ||
+ | INT: STF Spacer | ||
+ | ASTRING: STFName(ID) | ||
+ | 02: | ||
+ | USTRING: CustomName | ||
+ | 03: | ||
+ | INT: Volume | ||
+ | } | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|valign=top| | |valign=top| | ||
Line 33: | Line 47: | ||
---- | ---- | ||
− | + | ObjectOpperandCount = 4 | |
+ | ---- | ||
+ | '''Complexity''': | ||
+ | :The Complexity of the Object or Schematic to create an object. | ||
+ | |||
+ | '''STF Name''': | ||
+ | :The Name of the Object taken from an STF File Reference. | ||
+ | |||
+ | '''STF Spacer''': | ||
+ | :Just a INT 0 spacer between STF File and Name. | ||
+ | |||
+ | '''CustomName''': | ||
+ | :A custom specified name for the object. (User created). | ||
+ | |||
+ | '''Volume''': | ||
+ | :The volume of space the object takes up. | ||
+ | |||
---- | ---- | ||
Line 40: | Line 70: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | ===Sample Packet=== | ||
---- | ---- | ||
+ | |||
+ | <pre> | ||
+ | 05 00 | ||
+ | 0C 5F A7 68 // BaselinesMessage | ||
+ | B2 53 90 19 17 00 00 00 // ID | ||
+ | 4F 41 54 53 03 // OATS 3 | ||
+ | 29 00 00 00 | ||
+ | 04 00 00 00 | ||
+ | 00 00 | ||
+ | 05 00 // String count | ||
+ | 6F 62 6A 5F 6E // obj_n | ||
+ | 00 00 00 00 | ||
+ | 0E 00 // String count | ||
+ | 75 6E 6B 6E 6F 77 6E 5F 6F 62 6A 65 63 74 // unknown_object | ||
+ | 00 00 00 00 | ||
+ | FF 00 | ||
+ | 00 00 3E | ||
+ | </pre> |
Latest revision as of 12:26, 25 June 2008
Baseline - STAO03
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine StructSHORT: ObjectOpperandCount FLOAT: Complexity ASTRING: STF File(Table) INT: STF Spacer ASTRING: STF Name(ID) USTRING: CustomName INT: Volume Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: FLOAT: Complexity 01: ASTRING: STF File(Table) INT: STF Spacer ASTRING: STFName(ID) 02: USTRING: CustomName 03: INT: Volume } |
Variable DescriptionsObjectOpperandCount = 4 Complexity:
STF Name:
STF Spacer:
CustomName:
Volume:
Tags
|
Sample Packet
05 00 0C 5F A7 68 // BaselinesMessage B2 53 90 19 17 00 00 00 // ID 4F 41 54 53 03 // OATS 3 29 00 00 00 04 00 00 00 00 00 05 00 // String count 6F 62 6A 5F 6E // obj_n 00 00 00 00 0E 00 // String count 75 6E 6B 6E 6F 77 6E 5F 6F 62 6A 65 63 74 // unknown_object 00 00 00 00 FF 00 00 00 3E