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 "v0.31:Memory hacking"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(adding some offsets from http://dwarftherapist.googlecode.com/hg/etc/memory_layouts/windows/)
(viewport-related offsets from http://github.com/peterix/dfhack/raw/master/output/Memory.xml + my own work on 0.31.05 legacy)
Line 144: Line 144:
 
|-
 
|-
 
! window_dims
 
! window_dims
| 0x017f5abc
+
| colspan="2" rowspan="2" | 0x17f5abc
 +
| colspan="1" rowspan="2" | 0x17f6b00
 +
| colspan="1" rowspan="2" | ? <!--0.31.04 legacy-->
 +
| colspan="1" rowspan="2" | 0x18030fc
 +
| colspan="1" rowspan="2" | 0x1875408
 +
| colspan="1" rowspan="2" | 0x180b10c
 
|-
 
|-
! window_x
+
! window_grid_x
| 0x00e32798
+
<!-- Cells rowspanned out -->
 
|-
 
|-
! window_y
+
! window_grid_y
| 0x00e60838
+
| colspan="2" | 0x17f5ac0
 +
| 0x17f6b04
 +
| ? <!--0.31.04 legacy-->
 +
| 0x1803100
 +
| 0x187540C
 +
| 0x180b110
 
|-
 
|-
! window_z
+
! window_x (viewport_x)
| 0x00e60814
+
| colspan="2" | 0x00e32798
 +
| ? <!--0.31.03-->
 +
| ? <!--0.31.04 legacy-->
 +
| 0xe640dc
 +
| 0xEB1DF8
 +
| 0xe6c0dc
 +
|-
 +
! window_y (viewport_y)
 +
| colspan="2" | 0x00e60838
 +
| ? <!--0.31.03-->
 +
| ? <!--0.31.04 legacy-->
 +
| 0xe921b0
 +
| 0xEDFE98
 +
| 0xe9a1b0
 +
|-
 +
! window_z (viewport_z)
 +
| colspan="2" | 0x00e60814
 +
| ? <!--0.31.03-->
 +
| ? <!--0.31.04 legacy-->
 +
| 0xe9218c
 +
| 0xEDFE74
 +
| 0xe9a18c
 +
 
 
|-
 
|-
 
! world
 
! world

Revision as of 23:33, 6 June 2010

This article is about an older version of DF.

These are currently unverified, but it is a start, if the hex is -1, don't know that yet

Description 0.31.01 0.31.02 0.31.03 0.31.04 legacy 0.31.04 SDL 0.31.05 legacy 0.31.05 SDL
md5 hash 851c1190b6a7b42f2463967623d18575 23dfe141c7ea4e63ebb3c618a12b48ec 94641d97a0ecff6f2194e3d0b310d946 98223ef6728797aafd50b0a4c2030a75 655a895c5b90d15eb9bb71e28c6c62e5 ac100278c7ec226d8d9ba809534faded 394ff63fc00fedd5df0b36e4beb589bc
pe_timestamp 4bb45f99 4bbdf378 4bc3c470 4befdde5 4bf014fa 4c090730 4c091569
buildings 0x0166f9a8
constructions 0xffffffff
current_menu_state 0x017f6f38
cursor_xyz 0x00ae82cc 0x00ae92cc 0x00af42b8 0x00ae92c8 0x00af22b8 0x00af12cc
mouse_x
mouse_y 0x00ae82d0 0x00ae92d0 0x00af42bc 0x00ae92cc 0x00af22bc 0x00af12d0
mouse_z 0x00ae82d4 0x00ae92d4 0x00af42c0 0x00ae92d0 0x00af22c0 0x00af12d4
effects_vector 0x017f6da0
hotkey_start 0x01476ecc
items 0x0166eda8
language_vector 0x016affe0 0x016b1028 0x01731684 0x016bd38c 0x0172f684 0x016c539c
matgloss 0xffffffff
notes 0x01474de8
pause_state 0x0146e45f
region_x 0x016ad750
region_y 0x016ad754
region_z 0x016ad758
settlement_current 0xffffffff
settlements 0x016af4a4
translation_vector 0x016b0010 0x016b1058 0x017316b4 0x016bd3bc 0x0172f6b4 0x016c53cc
vegetation 0x017f6da0
view_screen 0xffffffff
window_dims 0x17f5abc 0x17f6b00 ? 0x18030fc 0x1875408 0x180b10c
window_grid_x
window_grid_y 0x17f5ac0 0x17f6b04 ? 0x1803100 0x187540C 0x180b110
window_x (viewport_x) 0x00e32798 ? ? 0xe640dc 0xEB1DF8 0xe6c0dc
window_y (viewport_y) 0x00e60838 ? ? 0xe921b0 0xEDFE98 0xe9a1b0
window_z (viewport_z) 0x00e60814 ? ? 0xe9218c 0xEDFE74 0xe9a18c
world 0x016aed50

Notes

Version 0.31.03 seems to have a second cursor position block located at 0x13F008, with the Y and Z values swapped.

Creature data

Description 0.31.01 0.31.02 0.31.03 0.31.04 legacy 0.31.04 SDL 0.31.05 legacy 0.31.05 SDL
creatures 0x0166eccc
creature_vector 0x0166ecb4 0x0166fcfc 0x016ec9f4 0x01678714 0x016ea9f4 0x0168070c
current_cursor_creature 0x00ae82cc
name 0x0
profession 0x88
race 0x8C
position 0x90
flags1 0xF8
flags2 0xFC
sex 0x110
id 0x114
artifact_name 0x6D0
labors 0x770
happiness 0x830

Map data

Description 0.31.01 0.31.02 0.31.03 0.31.04 legacy 0.31.04 SDL 0.31.05 legacy 0.31.05 SDL
map_data 0x016ad718 0x016ae760 0x0172edbc 0x016baac4 0x0172cdbc 0x016c2ad4
map x_count 0x016ad738 0x016ae780 0x0172eddc 0x016baae4 0x0172cddc 0x016c2af4
map y_count 0x016ad73c 0x016ae784 0x0172ede0 0x016baae8 0x0172cde0 0x016c2af8
map z_count 0x016ad740 0x016ae788 0x0172ede4 0x016baaec 0x0172cde4 0x016c2afc
map_data_map_x_offset 0x0058
map_data_map_y_offset 0x005A
map_data_type_offset 0x009a
map_data_designation_offset 0x029c
map_data_occupancy_offset 0x069c
map_data_0a60_offset 0x0A9c
map_data_pathfinding_offset 0x0D9c
map_data_1160_offset 0x119c
map_data_1360_offset 0x139c
map_data_temperature1_offset 0x159c
map_data_temperature2_offset 0x179c
map_data_1960_offset 0x199c
map_data_1b60_offset 0x1B9c