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.

Editing User:Mattmoss/MacMemoryHacking

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.


The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
==Addresses==
+
Placeholder.
The table below was taken (as a template) from  [[User:AzureLightning/Memory_research|AzureLightning's memory research]] page. I've copied it here as a work-in-progress for myself, to keep track of data, not to steal or misrepresent anything of AzureLightning's work. This is information gathering for Mac memory hacking.
 
 
 
How far am I with hacking? Right now, I've just started. It'll take me a while, especially since I'm at school and doing tons of reading and other things that are far more important than DF. This page (and my main user page) will change as things progress.
 
 
 
 
 
{| border="1" cellpadding="2" width="100%"
 
! width="5%" | Address
 
! width="5%" | Size
 
! width="5%" | Type
 
! width="20%" | Name
 
! width="65%" | Description
 
 
 
|-
 
| 0x00799104
 
| 4
 
| long
 
| Cursor X Coordinate
 
| Number of cells '''EAST''' from the west side.  Value is '''-30000''' when cursor is not in use.
 
 
 
|-
 
| 0x00799108
 
| 4
 
| long
 
| Cursor Y Coordinate
 
| Number of cells '''SOUTH''' from the north side.
 
 
 
|-
 
| 0x0079910C
 
| 4
 
| long
 
| Cursor Z Coordinate
 
| Number of levels '''UP''' from the bottom level
 
 
 
|-
 
|
 
| 4
 
| long
 
| Creature Focus
 
| Indexes into the full creature list
 
 
 
|-
 
|
 
| 4
 
| long
 
| Dwarven Race ID
 
| Used to identify dwarves ''(Or it could just be the "controlling" civilization you are playing as.)''
 
 
 
|-
 
|
 
| 4:4
 
| vector
 
| Full Creature list
 
| List of of all creatures.  There are other vectors based upon various factors
 
 
 
|-
 
|
 
| 4
 
| pointer
 
| Map data
 
| Points to a list of addresses measuring '''Block Count X'''  long.
 
Those each reference a list of addresses measuring '''Block Count Y''' long.
 
Each of those reference a list of addresses '''Block Count Z''' long.
 
And finally, each of those addresses references a [[#Map Block|map block]].
 
 
 
|-
 
| 0x009E4FD0
 
| 4
 
| long
 
| Block Count X
 
| Number of 16x16 blocks in the X direction
 
 
 
|-
 
| 0x009E4FD4
 
| 4
 
| long
 
| Block Count Y
 
| Number of 16x16 blocks in the Y direction
 
 
 
|-
 
| 0x009E4FD8
 
| 4
 
| long
 
| Block Count Z
 
| Number of Z levels
 
 
 
|-
 
| 0x009E4FDC
 
| 4
 
| long
 
| Cell Count X
 
| Number of cells in the X direction (Should be '''Block Count X''' * 16)
 
 
 
|-
 
| 0x009E4FE0
 
| 4
 
| long
 
| Cell Count Y
 
| Number of cells in the X direction (Should be '''Block Count Y''' * 16)
 
 
 
|-
 
| 0x009E4FE4
 
| 4
 
| long
 
| Cell Count Z
 
| Number of Z levels (Should equal the '''Block Count Z''')
 
 
 
|}
 

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)