Difference between revisions of "DataTransformWithParent (000000F1)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|DataTransformWithParent (000000F1)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Counter'''
+
|{{int}}||'''Counter'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''CellID'''
+
|{{long}}||'''CellID'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''OrientationX'''
+
|{{int}}||'''OrientationX'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''OrientationY'''
+
|{{int}}||'''OrientationY'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''OrientationZ'''
+
|{{int}}||'''OrientationZ'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''OrientationW'''
+
|{{int}}||'''OrientationW'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionX'''
+
|{{int}}||'''PositionX'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionZ'''
+
|{{int}}||'''PositionZ'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionY'''
+
|{{int}}||'''PositionY'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Speed'''
+
 
|-
 
|-
 +
|{{int}}||'''Speed'''
 +
|}
 
|}
 
|}
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
 
controllerID     = '''000000F1'''
 
controllerID     = '''000000F1'''
----
 
  
* Additional Descriptions go here...
+
|valign=top|
* --
+
* ---
+
* ----
+
  
|valign=top|
 
 
===Tags===
 
===Tags===
 
----
 
----
Line 48: Line 43:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}
 +
----
 +
 +
==Sample Packet==
 +
 +
<pre>
 +
05 00
 +
46 5E CE 80 // ObjControllerMessage
 +
0B 00 00 00
 +
F1 00 00 00 // DataTransformWithParent
 +
71 E2 DB D9 00 00 00 00 // Character ID
 +
00 00 00 00
 +
00 00 00 00 <-NGE version has 2 ints before the counter
 +
70 00 00 00 // counter
 +
E3 93 86 5B 19 00 00 00 // cell ID
 +
00 00 00 00 // 0x = 0
 +
C1 5F C1 BE // 0y = -0.38
 +
00 00 00 00 // 0z = 0
 +
0E 0A 6D 3F // 0w = 0.93
 +
FD FF B7 BD // x  = -0.09
 +
93 EC CF C1 // y  = -25.99
 +
00 C0 89 BE // z  = -0.27
 +
00 00 00 00 // speed
 +
00 00 00 00 <-unk NGE version
 +
</pre>

Latest revision as of 19:06, 6 January 2008

Object Controller - DataTransformWithParent (000000F1)

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

Struct


INT Counter
LONG CellID
INT OrientationX
INT OrientationY
INT OrientationZ
INT OrientationW
INT PositionX
INT PositionZ
INT PositionY
INT Speed

Variable Descriptions


controllerID = 000000F1

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


Sample Packet

05 00 
46 5E CE 80 // ObjControllerMessage
0B 00 00 00 
F1 00 00 00 // DataTransformWithParent
71 E2 DB D9 00 00 00 00 // Character ID
00 00 00 00 
00 00 00 00 <-NGE version has 2 ints before the counter 
70 00 00 00 // counter
E3 93 86 5B 19 00 00 00 // cell ID
00 00 00 00 // 0x = 0
C1 5F C1 BE // 0y = -0.38
00 00 00 00 // 0z = 0
0E 0A 6D 3F // 0w = 0.93
FD FF B7 BD // x  = -0.09
93 EC CF C1 // y  = -25.99
00 C0 89 BE // z  = -0.27
00 00 00 00 // speed
00 00 00 00 <-unk NGE version