Difference between revisions of "STAO03"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Variable Descriptions)
Line 68: Line 68:
  
 
ObjectOpperandCount = 4
 
ObjectOpperandCount = 4
 +
----
 +
'''Complexity''':
 +
:The Complexity of the Object or Schematic to create an object.
  
Complexity:
+
'''STFName''':
The Complexity of the Object or Schematic to create an object.
+
:The Name of the Object taken from an STF File Reference.
  
STFName:
+
'''CustomName''':
The Name of the Object taken from an STF File Reference.
+
:A custom specified name for the object. (User created).
  
CustomName:
+
'''Volume''':
A custom specified name for the object. (User created).
+
:The volume of space the object takes up.
 
+
Volume:
+
The volume of space the object takes up.
+
  
 
----
 
----

Revision as of 01:00, 29 November 2007

STAO Packet Type QuickNav
STAO03 - STAO06


BaseLine Struct


SHORT:          ObjectOpperandCount
FLOAT:          Complexity
ASTRING:        STFName(Table)
INT:            ??
ASTRING:        STFName(ID)
USTRING:        CustomName
INT:            Volume

Deltas Struct


SHORT:                  UpdateCount
SHORT:                  UpdateType
{
  00:
    FLOAT:              Complexity
  01:
    ASTRING:            STFName(Table)
    INT:                ??
    ASTRING:            STFName(ID)
  02:
    USTRING:            CustomName
  03:
    INT:                Volume
}

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  

Variable Descriptions


ObjectOpperandCount = 4


Complexity:

The Complexity of the Object or Schematic to create an object.

STFName:

The Name of the Object taken from an STF File Reference.

CustomName:

A custom specified name for the object. (User created).

Volume:

The volume of space the object takes up.

Tags


75% This packet has been partially reversed.

S→C This packet originates on the server.

To Do