| 修改众 |
08-08-21 15:03 |
介绍了CE界面上那些按钮的用途。 also scan read-only memory,扫描只读内存 通常游戏不会将重要的数据存储在只读内存中。有时候也许会需要扫描这些内存,比如想要修该游戏中的文字
fast scan 快速扫描 CE将会根据你选择的搜索类型,自动跳过固定地址进行搜索。 建议平时不要选择这个,因为可能会漏掉1些地址。
First scan The "First Scan" is the first thing you do when you are scanning the memory. "First Scan" initializes the data structures inside cheat engine and reads the complete memory of the selected game. If you already know the value it will scan the memory while it's reading, and take less memory.
Next scan The next scan processes the results of the previous scan. If you did a first scan before with a "Advanced" scantype, it wont have any results, but cheat engine does contain the memory of the game as it was when you did the scan the previous time. That way you can do a scan for a changed,unchanged value etc... If you did get results from a previous scan the next scan will look at those results, and compare them to the scantype you selected, and remove those addresses that dont pass the test, making the list smaller and smaller till there are only a few or even 1 address left.
Undo scan If you made a error while scanning, like searching for a increased value, while you had to search for a decreased value, you can click "Undo Scan" and Cheat Engine will restore the results back to the previous scan, allowing you to try again, instead of completly starting over.
New scan The new scan whipes out all your results, and frees the memory, allowing you to start a new scan.
Scan types In the scantype combobox you can select what type of scanning will be done.
Value types In the value types combobox you can select what type of address you are looking for. Normaly a value is 4-bytes in windows, but sometimes it is different, or you are looking for something else, in that case choose another value type.
array to scan Programs reside in the memory, and store their addresses in various locations. With the Array to scan option you can increase/decrease the number of locations that Cheat Engine will look at for the address you need. This can dramatically increase your scanning speed, and improve the results, when used wisely.
If you're playing dosgames in windows ME or earlier choose the 16-bit memory array. If you're targeting a dos game in NT, 2000, XP , Vista or later, target ntvdm.exe and set as range 0 to 7fffffff
readonly The readonly checkbox tells Cheat Engine, if you want to scan read-only memory or not. Normaly games do not store important game information in read-only memory, but sometimes you may feel a need to scan that memory anyhow. (e.g. If you want to change some text in the game etc...)
fastscan The fastscan checkbox tells CE to skip addresses that arn't located on a alligned. (Address devidable by 2 or 4 depending on the type) |
|