Difference between revisions of "ITNO03"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {|align="center" |- ||{{ITNOArchitectureNAV}} |- |} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> </pre> ===Deltas Struct=== ---- ...)
 
(Deltas Struct)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Baseline|ITNO03}}
 
+
 
{|align="center"
 
{|align="center"
 
|-  
 
|-  
Line 6: Line 5:
 
|-
 
|-
 
|}
 
|}
 
+
<br>
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 13: Line 12:
 
----
 
----
 
<pre>
 
<pre>
 
+
SHORT:          ObjectOpperandCount
 +
FLOAT:          Complexity
 +
ASTRING:        STF File
 +
INT:            STF Spacer
 +
ASTRING:        STF Name
 +
USTRING:        CustomName
 +
INT:            Volume
 +
INT:            GenericInt(CellID,SchematicQuantity)
 
</pre>
 
</pre>
  
Line 19: Line 25:
 
----
 
----
 
<pre>
 
<pre>
 +
SHORT:                  UpdateCount
 +
SHORT:                  UpdateType
 +
{
 +
  00:
 +
    FLOAT:              Complexity
 +
  01:
 +
    ASTRING:            STF File
 +
    INT:                STF Spacer
 +
    ASTRING:            STF Name
 +
  02:
 +
    USTRING:            CustomName
 +
  03:
 +
    INT:                Volume
 +
  04:
 +
    INT:                GenericInt(CellID,SchematicQuantity)
 +
}
 
</pre>
 
</pre>
  
===Sample Packet===
 
----
 
<pre>
 
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
Line 31: Line 48:
 
----
 
----
  
Obj_OperandCount = ??
+
ObjectOpperandCount = 5
 
----
 
----
  
 +
'''Complexity''':
 +
:The Complexity of the Object or Schematic to create an object.
 +
 +
'''STFName''':
 +
: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.
 +
 +
'''GenericInt''':
 +
:An integer used uniquely in some inherited objects.
 +
::CellObjects = CellIndex for each Cell in a building
 +
::SchematicObjects = Quantity of uses in a schematic.
 +
 +
===Additional Information===
 +
----
 +
:Cell ID (used in Cell Objects) uses incrementing Integer values in GenericInt counting each cell used in a building starting from 1.
 +
:Schematic Quantity (used in MCSO Objects) is just the quantity of uses left in a schematic.
 +
:There may be more uses!
  
 
===Tags===
 
===Tags===
Line 39: Line 81:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
<pre>
 +
05 00
 +
0C 5F A7 68            // BaselinesMessage
 +
03 5A D1 D6 13 00 00 00 // ID
 +
4F 4E 54 49 03          // ONTI 3
 +
3E 00 00 00
 +
05 00 00 00
 +
80 3F
 +
0C 00
 +
73 70 61 63 65 5F 69 74 65 6D 5F 6E  // space_item_n
 +
00 00 00 00
 +
18 00
 +
73 6F 72 6F 73 75 75 62 5F                  // sorosuub_
 +
73 70 61 63 65 5F 79 61 63 68 74 5F 70 63 64 // space_yacht_pcd
 +
00 00 00 00
 +
01 00 00 00
 +
00 00 00 00
 +
49
 +
</pre>

Latest revision as of 13:41, 25 June 2008

Baseline - ITNO03

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

ITNO Packet Type QuickNav
ITNO03 - ITNO06 - ITNO08 - ITNO09


BaseLine Struct


SHORT:          ObjectOpperandCount
FLOAT:          Complexity
ASTRING:        STF File
INT:            STF Spacer
ASTRING:        STF Name
USTRING:        CustomName
INT:            Volume
INT:            GenericInt(CellID,SchematicQuantity)

Deltas Struct


SHORT:                  UpdateCount
SHORT:                  UpdateType
{
  00:
    FLOAT:              Complexity
  01:
    ASTRING:            STF File
    INT:                STF Spacer
    ASTRING:            STF Name
  02:
    USTRING:            CustomName
  03:
    INT:                Volume
  04:
    INT:                GenericInt(CellID,SchematicQuantity)
}

Variable Descriptions


ObjectOpperandCount = 5


Complexity:

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

STFName:

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.

GenericInt:

An integer used uniquely in some inherited objects.
CellObjects = CellIndex for each Cell in a building
SchematicObjects = Quantity of uses in a schematic.

Additional Information


Cell ID (used in Cell Objects) uses incrementing Integer values in GenericInt counting each cell used in a building starting from 1.
Schematic Quantity (used in MCSO Objects) is just the quantity of uses left in a schematic.
There may be more uses!

Tags


100% This packet has been completely reversed.

Sample Packet


05 00 
0C 5F A7 68             // BaselinesMessage
03 5A D1 D6 13 00 00 00 // ID
4F 4E 54 49 03          // ONTI 3
3E 00 00 00 
05 00 00 00 
80 3F 
0C 00 
73 70 61 63 65 5F 69 74 65 6D 5F 6E  // space_item_n
00 00 00 00 
18 00 
73 6F 72 6F 73 75 75 62 5F                   // sorosuub_
73 70 61 63 65 5F 79 61 63 68 74 5F 70 63 64 // space_yacht_pcd
00 00 00 00 
01 00 00 00 
00 00 00 00 
49