|
|
Line 8: |
Line 8: |
| | | |
| {| class="wikitable" | | {| class="wikitable" |
| + | |{{short}}||'''Operand_Count''' |
| |- | | |- |
− | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count''' | + | |{{int}}||'''Opcode''' |
| |- | | |- |
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode''' | + | |{{byte}}||'''IgnoreLayoutFiles_Flag''' |
| |- | | |- |
− | |align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''IgnoreLayoutFiles_Flag''' | + | |{{long}}||'''CharID''' |
| |- | | |- |
− | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''CharID''' | + | |{{a_string}}||'''TerrainMap''' |
| |- | | |- |
− | |align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''TerrainMap''' | + | |{{float}}||'''X-Coordinate''' |
| |- | | |- |
− | |align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''X-Coordinate''' | + | |{{float}}||'''Z-Coordinate''' |
| |- | | |- |
− | |align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''Z-Coordinate''' | + | |{{float}}||'''Y-Coordinate''' |
| |- | | |- |
− | |align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''Y-Coordinate''' | + | |{{a_string}}||'''Shared_Race_Template''' |
− | |-
| + | |
− | |align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''Shared_Race_Template'''
| + | |
− | |-
| + | |
− | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''Galactic_Time'''
| + | |
| |- | | |- |
| + | |{{long}}||'''Galactic_Time''' |
| |} | | |} |
| | | |
Revision as of 07:42, 10 April 2007
Struct
SHORT
|
Operand_Count
|
INT
|
Opcode
|
BYTE
|
IgnoreLayoutFiles_Flag
|
LONG
|
CharID
|
A_STRING
|
TerrainMap
|
FLOAT
|
X-Coordinate
|
FLOAT
|
Z-Coordinate
|
FLOAT
|
Y-Coordinate
|
A_STRING
|
Shared_Race_Template
|
LONG
|
Galactic_Time
|
Variable Descriptions
Operand_Count = 8
Opcode = 3AE6DFAE
- When set to 1 or above, no client side objects seem to load
- (cites, etc). It is assumed that this flag determines wether
- to read the layout files, or ignore them.
0 - read
1 - ignore
- The ID number associated to the character being loaded into the "scene" or world.
- The path and filename of the terrain file to load for the scene.
- "terrain/[planet].trn"
- Self explainitory. Floating point values of the coordinates to load the character to.
- Same as the Race Files used earlier, however these have a "shared" prefix in the file name.
- Example: object/creature/player/shared_human_male.iff
- The seconds value for the current galactic time from the
- beginning of your servers life. Used variously to effect
- planet time, as well as roleplaying "Star Wars" time.
- New servers will start their counter at 0.
|
Tags
S→C
|
This packet originates on the server.
|
|
100%
|
This packet has been completely reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...