View previous topic :: View next topic |
Author |
Message |
TPRammus Advanced Cheater
Reputation: 0
Joined: 05 Jan 2016 Posts: 61 Location: Germany
|
Posted: Fri Jun 24, 2016 5:52 am Post subject: Copare Dissect Data/structures? |
|
|
Can you compare one Dissect Data/structures window with an other? So that if the value in a line is everywhere exact the same as in the other window, it will be marked as yellow or something like that.
It would be a lot easier to find offsets which define the type of something (for example enemy and ally).
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jun 24, 2016 5:56 am Post subject: |
|
|
That is one of the primary purposes of the data structure dissection tool. If, however, you're referring to comparing structures that are different (accessed by different instructions), then look at the structure spider tool.
|
|
Back to top |
|
 |
TPRammus Advanced Cheater
Reputation: 0
Joined: 05 Jan 2016 Posts: 61 Location: Germany
|
Posted: Fri Jun 24, 2016 6:51 am Post subject: |
|
|
++METHOS wrote: | That is one of the primary purposes of the data structure dissection tool. If, however, you're referring to comparing structures that are different (accessed by different instructions), then look at the structure spider tool. |
When you wanna know if an offset is there to refer to the player id (player id = enemy or not), then you save the values of the structure, restart the game and watch if the offset still could be the player id. Can you now somehow compare the first structure (the structure before the restart) and the second one (the one after the restart) to easily find similarities?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jun 24, 2016 6:58 am Post subject: |
|
|
Oh, I see what you're saying. I'm not entirely sure. I just use snagit and take screenshots.
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Jun 24, 2016 6:36 pm Post subject: |
|
|
You could setup an Lua script to write to a file each value starting from a specific address.
Then use your favorite file compare utility to see the unchanged lines.
|
|
Back to top |
|
 |
|