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:Rick/Memory research"
Jump to navigation
Jump to search
m (→Useful Offsets) |
|||
Line 13: | Line 13: | ||
| 4 | | 4 | ||
| long | | long | ||
− | | | + | | This represents the number of X ''blocks'', not total X tiles. |
| <code>01457538</code> | | <code>01457538</code> | ||
Line 20: | Line 20: | ||
| 4 | | 4 | ||
| long | | long | ||
− | | | + | | This represents the number of Y ''blocks'', not total Y tiles. |
| <code>0145753C</code> | | <code>0145753C</code> | ||
Revision as of 08:29, 31 October 2007
v0.27.169.32a
Useful Offsets
Name | Size | Type | Notes | Offset |
---|---|---|---|---|
Map X Count | 4 | long | This represents the number of X blocks, not total X tiles. | 01457538
|
Map Y Count | 4 | long | This represents the number of Y blocks, not total Y tiles. | 0145753C
|
Map Z Count | 4 | long | 01457540
| |
Map Data | 4 | pointer | 01457520
| |
View X | 4 | long | Set to 0xFFFF8AD0 (-30000) when not in a 'Look Around' mode. | 008F4288
|
View Y | 4 | long | 008F428C
| |
View Z | 4 | long | 008F4290
| |
Screen X | 4 | long | 00BF2480
| |
Screen Y | 4 | long | 00C1ACBC
| |
Screen Z | 4 | long | 00C1AC98
|