Difference between revisions of "INSO"

From SWGANH Wiki
Jump to: navigation, search
(Description)
Line 24: Line 24:
  
 
=Description=
 
=Description=
The manufacturing schematic object gets used for all schematics in game.
+
The INSO Object creates the temporary building fence where houses / factories are build.
  
The creation process begins with an Object Init Packet and an Object Link packet, the main data is sent through an [[MSCO03|'''MSCO03''']] and an [[MSCO06|'''MSCO06''']] packet and the creation process is ended through a [[MSCO08|'''MSCO08''']], [[MSCO09|'''MSCO09''']], an object finish and a posture update Packet.
+
The creation process begins with a SceneCreateObjectByCRC, then the main data is sent through an [[INSO03|'''INSO03''']] and an [[INSO06|'''INSO06''']] packet, then the object is finished by an UpdatePvPStatusMessage.
  
There are still some parts of the [[MSCO03|'''MSCO03''']] and [[MSCO06|'''MSCO06''']] which are not figured out yet, though as far as I can see they are hopefully not that important.
 
  
Please note: that like with everything these packets can be sent stand alone in an 00 09 or in the pack as an 00 19. To make this a bit clearer I seperated them as single packets. I did not include the headers though (00 09 wx yz and crc at the end) because thats getting redundant.
+
Initialization of the Object starts through sending the [[SceneCreateObjectByCrc|'''SceneCreateObjectByCrc''']] the crc sent is the crc of the object we want to build - not the temporary object.
 
+
So if this is the temporary building fence for a med tatooine house, then we send the crc of the med tatooine house.
The object init Packet contains the ID of the newly created schematic and the crc of the item to be created.
+
 
+
Initialization of the Object starts through sending the [[SceneCreateObjectByCrc|'''SceneCreateObjectByCrc''']] the crc sent is the crc of the object we want to create.
+
 
+
The [[UpdateContainmentMessage|'''UpdateContainmentMessage''']] packet links the schematic to the craft tool we use to create it.
+
 
+
 
+
[[MSCO03|'''MSCO03''']]
+
 
+
[[MSCO06|'''MSCO06''']]
+
 
+
[[MSCO08|'''MSCO08''']]
+
 
+
[[MSCO09|'''MSCO09''']]
+
  
 
the Object initialization will be will be completed through sending the [[SceneEndBaselines|'''SceneEndBaselines''']]
 
the Object initialization will be will be completed through sending the [[SceneEndBaselines|'''SceneEndBaselines''']]

Revision as of 17:43, 7 June 2007

OSNI Packet Type QuickNav
INSO03 - INSO06 - INSO07

DataFlow

 Client <-> Server Sequence: Resource Container Object

{{{2}}}

Description

The INSO Object creates the temporary building fence where houses / factories are build.

The creation process begins with a SceneCreateObjectByCRC, then the main data is sent through an INSO03 and an INSO06 packet, then the object is finished by an UpdatePvPStatusMessage.


Initialization of the Object starts through sending the SceneCreateObjectByCrc the crc sent is the crc of the object we want to build - not the temporary object. So if this is the temporary building fence for a med tatooine house, then we send the crc of the med tatooine house.

the Object initialization will be will be completed through sending the SceneEndBaselines