User Tools

Site Tools


cobjects:cway_bin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cobjects:cway_bin [2011-07-23 01:24] edheldilcobjects:cway_bin [2011-07-23 01:30] (current) edheldil
Line 1: Line 1:
 ==== CWAY_bin ==== ==== CWAY_bin ====
  
-^  Offset ^  Size ^ Description  ^+^  Offset ^  Size ^ Type ^ Description  ^
 |        0x00 |     4 | CID | 0x41d80000 - Class ID 1 | |        0x00 |     4 | CID | 0x41d80000 - Class ID 1 |
 |        0x04 |     4 | CID | 0x423c0000 - Class ID 2 | |        0x04 |     4 | CID | 0x423c0000 - Class ID 2 |
 |        0x08 |     4 | [[cobjects:DynamicProperties]] | unused | |        0x08 |     4 | [[cobjects:DynamicProperties]] | unused |
-|        0x08 |     4 | Int | Minimum distance, always 20 | +|        0x0C |     4 | Int | Minimum distance, always 20 | 
-|        0x0C |     4 | Int | Maximum distance, always 39 | +|        0x10 |     4 | Int | Maximum distance, always 39 | 
-|        0x10 |  w1sz | Array of [[cobjects:CWAY1_bin]] | List of searchmap nodes | +|        0x14 |  w1sz | Array of [[cobjects:CWAY1_bin]] | List of searchmap nodes | 
-| w1sz + 0x10 |  w2sz | Array of [[cobjects:CWAY2_bin]] | List of searchmap links |+| w1sz + 0x14 |  w2sz | Array of [[cobjects:CWAY2_bin]] | List of searchmap links |
  
 Arrays consist of a count (integer, 4 bytes) and the objects themselves. Arrays consist of a count (integer, 4 bytes) and the objects themselves.
 +
 +Minimum and maximum distances are bounds for link distances. Perhaps they are used as follows: Distances below Min distances from a nodes are always reachable directly, distances above Maximum distances are always routed with a path search algorithm, distances between the Minimum / Maximum values are searched in adjacent nodes.
 +
cobjects/cway_bin.1311384266.txt.gz · Last modified: 2011-07-23 01:24 (external edit)