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 (User:Rick/Memory hacking moved to User:Rick/Memory Research: Oops.) |
|||
Line 4: | Line 4: | ||
{| border="1" cellpadding="2" width="100%" | {| border="1" cellpadding="2" width="100%" | ||
! width="20%" | Name | ! width="20%" | Name | ||
− | ! width=" | + | ! width="10%" | Size |
+ | ! width="10%" | Type | ||
+ | ! width="40%" | Notes | ||
! width="20%" | Offset | ! width="20%" | Offset | ||
+ | |||
+ | |- | ||
+ | | Map X Count | ||
+ | | 4 | ||
+ | | long | ||
+ | | | ||
+ | | <code>01457538</code> | ||
+ | |||
+ | |- | ||
+ | | Map Y Count | ||
+ | | 4 | ||
+ | | long | ||
+ | | | ||
+ | | <code>0145753C</code> | ||
+ | |||
+ | |- | ||
+ | | Map Z Count | ||
+ | | 4 | ||
+ | | long | ||
+ | | | ||
+ | | <code>01457540</code> | ||
+ | |||
+ | |- | ||
+ | | Map Data | ||
+ | | 4 | ||
+ | | pointer | ||
+ | | | ||
+ | | <code>01457520</code> | ||
|- | |- | ||
| View X | | View X | ||
+ | | 4 | ||
+ | | long | ||
| Set to 0xFFFF8AD0 (-30000) when not in a 'Look Around' mode. | | Set to 0xFFFF8AD0 (-30000) when not in a 'Look Around' mode. | ||
| <code>008F4288</code> | | <code>008F4288</code> | ||
Line 14: | Line 46: | ||
|- | |- | ||
| View Y | | View Y | ||
+ | | 4 | ||
+ | | long | ||
| | | | ||
| <code>008F428C</code> | | <code>008F428C</code> | ||
Line 19: | Line 53: | ||
|- | |- | ||
| View Z | | View Z | ||
+ | | 4 | ||
+ | | long | ||
| | | | ||
| <code>008F4290</code> | | <code>008F4290</code> | ||
Line 24: | Line 60: | ||
|- | |- | ||
| Screen X | | Screen X | ||
+ | | 4 | ||
+ | | long | ||
| | | | ||
| <code>00BF2480</code> | | <code>00BF2480</code> | ||
Line 29: | Line 67: | ||
|- | |- | ||
| Screen Y | | Screen Y | ||
+ | | 4 | ||
+ | | long | ||
| | | | ||
| <code>00C1ACBC</code> | | <code>00C1ACBC</code> | ||
Line 34: | Line 74: | ||
|- | |- | ||
| Screen Z | | Screen Z | ||
+ | | 4 | ||
+ | | long | ||
| | | | ||
| <code>00C1AC98</code> | | <code>00C1AC98</code> | ||
|} | |} |
Revision as of 08:27, 31 October 2007
v0.27.169.32a
Useful Offsets
Name | Size | Type | Notes | Offset |
---|---|---|---|---|
Map X Count | 4 | long | 01457538
| |
Map Y Count | 4 | long | 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
|