Difference between revisions of "CmdSceneReady"

From SWGANH Wiki
Jump to: navigation, search
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Client Packet|CmdSceneReady (43FD1C22)}}
 
+
 
{| 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:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 18: Line 20:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''1'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''43FD1C22'''
 
----
 
----
  
Line 27: Line 29:
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
 +
||{{ServerPacket}}
 +
|-
 
||{{ClientPacket}}
 
||{{ClientPacket}}
 
|-
 
|-
Line 36: Line 41:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00      // Op Count
 +
22 1C FD 43 // CmdSceneReady
 
</pre>
 
</pre>

Latest revision as of 19:13, 6 January 2008

Client Packet - CmdSceneReady (43FD1C22)

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

Struct


SHORT Op Count
INT Opcode

Variable Descriptions


Opperand_Count = 1

Opcode = 43FD1C22


  • Description:

This packet is used by both client and server to signal to end the "loading" process and begin playing. Once both send it, the scene begins.

Tags


S→C This packet originates on the server.

C→S This packet originates on the client.

100% This packet has been completely reversed.

Sample Packet

01 00       // Op Count
22 1C FD 43 // CmdSceneReady