v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:AzureLightning/Memory research"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(New page: ''Filler text until I can put my research up'')
 
Line 1: Line 1:
''Filler text until I can put my research up''
+
==Map Block==
 +
{| border="1" cellpadding="2" width="100%"
 +
! width="5%" | Offset
 +
! width="10%" | Size
 +
! width="10%" | Type
 +
! width="20%" | Name
 +
! width="55%" | Notes
 +
 
 +
|-
 +
| <code>0000h</code>
 +
| 4
 +
| pointer
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>000Ch</code>
 +
| 12
 +
| vector
 +
| [[#veins|Vein]] vector
 +
|
 +
 
 +
|-
 +
| <code>005Eh</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>0260h</code>
 +
| 4 * 16 * 16
 +
| list of longs
 +
| Designation
 +
|
 +
{| border="1" cellpadding="2" width="100%"
 +
! width="10%" | Bit
 +
! width="90%" | Description
 +
 
 +
|-
 +
| 9
 +
| Hidden
 +
 
 +
|-
 +
| 22
 +
| Damp?
 +
 
 +
|-
 +
| 28
 +
| Mossy
 +
 
 +
|}
 +
 
 +
|-
 +
| <code>0660h</code>
 +
| 4 * 16 * 16
 +
| list of longs
 +
| Unknown
 +
|
 +
Is probably flags?
 +
{| border="1" cellpadding="2" width="100%"
 +
! width="10%" | Bit
 +
! width="90%" | Description
 +
 
 +
|-
 +
| 6
 +
| Muddy
 +
 
 +
|-
 +
| 31
 +
| Snow-covered
 +
 
 +
|}
 +
 
 +
|-
 +
| <code>0A60h</code>
 +
| 1 * 16 * 16
 +
| list of bytes
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>0B60h</code>
 +
| 4 * 16 * 16
 +
| list of longs
 +
| Pathfinding
 +
|
 +
 
 +
|-
 +
| <code>1160h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>1360h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>1560h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Temperature #1
 +
| 10100 or above counts as 'Warm'.
 +
 
 +
|-
 +
| <code>1760h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Temperature #2
 +
|
 +
 
 +
|-
 +
| <code>1960h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Unknown
 +
|
 +
 
 +
|-
 +
| <code>1B60h</code>
 +
| 2 * 16 * 16
 +
| list of shorts
 +
| Unknown
 +
|
 +
 
 +
|}

Revision as of 14:23, 5 November 2007

Map Block

Offset Size Type Name Notes
0000h 4 pointer Unknown
000Ch 12 vector Vein vector
005Eh 2 * 16 * 16 list of shorts Unknown
0260h 4 * 16 * 16 list of longs Designation
Bit Description
9 Hidden
22 Damp?
28 Mossy
0660h 4 * 16 * 16 list of longs Unknown

Is probably flags?

Bit Description
6 Muddy
31 Snow-covered
0A60h 1 * 16 * 16 list of bytes Unknown
0B60h 4 * 16 * 16 list of longs Pathfinding
1160h 2 * 16 * 16 list of shorts Unknown
1360h 2 * 16 * 16 list of shorts Unknown
1560h 2 * 16 * 16 list of shorts Temperature #1 10100 or above counts as 'Warm'.
1760h 2 * 16 * 16 list of shorts Temperature #2
1960h 2 * 16 * 16 list of shorts Unknown
1B60h 2 * 16 * 16 list of shorts Unknown