Difference between revisions of "MISO03"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
(BaseLine Struct)
Line 13: Line 13:
 
----
 
----
 
<pre>
 
<pre>
 +
SHORT:          ObjectOpperandCount
 +
FLOAT:          Complexity
 +
ASTRING:        STFName(Table)
 +
INT:            ??
 +
ASTRING:        STFName(ID)
 +
USTRING:        CustomName
 +
INT:            Volume
 +
INT:            GenericInt(NotUsed)
 +
INT:            DifficultyLevel
 +
FLOAT:          StartCoordX
 +
FLOAT:          StartCoordZ
 +
FLOAT:          StartCoordY
 +
LONG:         
 +
StartObjectID
 +
INT:            StartPlanetCRC
 +
USTRING:        CreatorName
 +
INT:            CreditsReward
 +
FLOAT:          DestinationCoordX
 +
FLOAT:          DestinationCoordZ
 +
FLOAT:          DestinationCoordY
 +
LONG:          DestinationObjectID
 +
INT:            DestinationPlanetCRC
 +
INT:            TargetObjectIffCRC
 +
ASTRING:        MissionDescriptionSTF
 +
INT:            ??
 +
ASTRING:        MissionDescription
 +
ASTRING:        MissionTitleSTF
 +
INT:            ??
 +
ASTRING:        MissionTitle
 +
INT:            RepeatCounter
 +
INT:            MissionTypeCRC
 +
ASTRING:        TargetName
 +
INT:            ??
 +
FLOAT:          WaypointXCoord
 +
FLOAT:          WaypointZCoord
 +
FLOAT:          WaypointYCoord
 +
LONG:          WaypointTargetID
 +
INT:            WaypointPlanetCrc
 +
USTRING:        WaypointName
 +
LONG:          WaypointObjectID
 +
BYTE:          Color
 +
BYTE:          ActiveFlag
  
 
</pre>
 
</pre>

Revision as of 23:21, 28 November 2007


MISO Packet Type QuickNav
MISO03 - MISO06 - MISO08 - MISO09

BaseLine Struct


SHORT:          ObjectOpperandCount
FLOAT:          Complexity
ASTRING:        STFName(Table)
INT:            ??
ASTRING:        STFName(ID)
USTRING:        CustomName
INT:            Volume
INT:            GenericInt(NotUsed)
INT:            DifficultyLevel
FLOAT:          StartCoordX
FLOAT:          StartCoordZ
FLOAT:          StartCoordY
LONG:          
 StartObjectID
INT:            StartPlanetCRC
USTRING:        CreatorName
INT:            CreditsReward
FLOAT:          DestinationCoordX
FLOAT:          DestinationCoordZ
FLOAT:          DestinationCoordY
LONG:           DestinationObjectID
INT:            DestinationPlanetCRC
INT:            TargetObjectIffCRC
ASTRING:        MissionDescriptionSTF
INT:            ??
ASTRING:        MissionDescription
ASTRING:        MissionTitleSTF
INT:            ??
ASTRING:        MissionTitle
INT:            RepeatCounter
INT:            MissionTypeCRC
ASTRING:        TargetName
INT:            ??
FLOAT:          WaypointXCoord
FLOAT:          WaypointZCoord
FLOAT:          WaypointYCoord
LONG:           WaypointTargetID
INT:            WaypointPlanetCrc
USTRING:        WaypointName
LONG:           WaypointObjectID
BYTE:           Color
BYTE:           ActiveFlag

Deltas Struct



Sample Packet


05 00 
0C 5F A7 68              // BaselinesMessage
B3 85 A4 1C 17 00 00 00  // ID
4F 53 49 4D 03           // OSIM 3
C3 00 00 00 
11 00 00 00 
80 3F 
16 00                                          // String count
6D 69 73 73 69 6F 6E 2F 6D 69 73 73 69 6F 6E 5F 6F 62 6A 65 63 74  // mission/mission_object
00 00 00 00 
0F 00                                          // String count
64 65 73 74 72 6F 79 5F 6D 69 73 73 69 6F 6E   // destroy_mission
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 
B4 85 A4 1C 17 00 00 00  // ID
01 00 25

Variable Descriptions


Obj_OperandCount = ??



Tags


0% This packet has not been reversed.