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/v0.27.169.32a"
< User:Rick | Memory research
Jump to navigation
Jump to search
(New page: =v0.27.169.32a= ==Useful Offsets== {| border="1" cellpadding="2" width="100%" ! width="20%" | Name ! width="10%" | Size ! width="10%" | Type ! width="40%" | Notes ! width="20%" | Offset |...) |
m |
||
Line 93: | Line 93: | ||
|} | |} | ||
+ | [[Category:Hacking]] |
Revision as of 10:06, 8 November 2007
v0.27.169.32a
Useful Offsets
Name | Size | Type | Notes | Offset |
---|---|---|---|---|
Min Save Version | 4 | long | Minimum save version that can be loaded. | 00C35188
|
Max Save Version | 4 | long | Maximum save version that can be loaded. | 00C06084
|
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
|