| View previous topic :: View next topic |
| Author |
Message |
Ripcord How do I cheat?
Reputation: 0
Joined: 27 Sep 2015 Posts: 3
|
Posted: Sun Sep 27, 2015 11:29 am Post subject: Subtract? |
|
|
In the Xcom table topic there's this tutorial
| Quote: | To find the soldier base address:
1) Open barracks, select MALE soldier
2) Customize, note the value for voice
3) Scan (Exact Value-4 Bytes) for that value
4) Change value in game, rescan until you have only 1 address that ends in '10', soldiers seem to be aligned at 0x400 boundaries, so the last three digits of the address should be 310, 710, B10 or F10
5) Subtract 0x710 to get the base address for the soldier
NOTE: Male character's voices are the same value, a few other things are -1 in memory as they are 0-based, some others are not the same at all, Female values are different too
|
Can someone explain to me how, what and where do I subtract from the address? An example would be nice
| Quote: | | 5) Subtract 0x710 to get the base address for the soldier |
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun Sep 27, 2015 12:31 pm Post subject: |
|
|
Subtract 0x710 from this
4) Change value in game, rescan until you have only 1 address that ends in '10', soldiers seem to be aligned at 0x400 boundaries, so the last three digits of the address should be 310, 710, B10 or F10
_________________
|
|
| Back to top |
|
 |
Ripcord How do I cheat?
Reputation: 0
Joined: 27 Sep 2015 Posts: 3
|
Posted: Sun Sep 27, 2015 5:09 pm Post subject: |
|
|
| STN wrote: | Subtract 0x710 from this
4) Change value in game, rescan until you have only 1 address that ends in '10', soldiers seem to be aligned at 0x400 boundaries, so the last three digits of the address should be 310, 710, B10 or F10 |
Yeah that I know, I just dond know how to subtract 0x710 from the address. Example:
The address is 136d3f10, how do I subtract 0x710 from it? It might be a dumb question but I don't understand.
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Sep 27, 2015 5:30 pm Post subject: |
|
|
Open calculator
View > Programmer (Alt-3)
Select Hex
Math
|
|
| Back to top |
|
 |
vng21092 Grandmaster Cheater
Reputation: 15
Joined: 05 Apr 2013 Posts: 644
|
Posted: Sun Sep 27, 2015 6:07 pm Post subject: |
|
|
| if you wanna get even lazier, simply include "-710" in the address field, in your example, write "136D3F10-710"
|
|
| Back to top |
|
 |
|