Difference between revisions of "Help File:Scan types"
Jump to navigation
Jump to search
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
m |
||
Line 1: | Line 1: | ||
[[Category:Help]] | [[Category:Help]] | ||
− | This | + | This scan type makes a copy of the game's memory, so it can be used for comparison in later scans. |
+ | If you don't know the value of a variable in-game, this scan type is usually the first step. | ||
+ | Note: The initial scan can take a while depending on the game's memory usage, CPU intensity, and your PC's specifications. | ||
+ | |||
+ | == Basic Scan Types == | ||
; Exact | ; Exact | ||
− | : | + | : Scans memory for the exact value (or string) you entered. |
; Bigger than | ; Bigger than | ||
− | : | + | : Finds all values that are higher than the value you entered. |
; Smaller than | ; Smaller than | ||
− | : | + | : Finds all values that are smaller than the value you entered. |
− | |||
; Value between... | ; Value between... | ||
− | : | + | : Finds all values within the specified interval (inclusive). |
− | |||
− | |||
− | |||
− | |||
+ | == Next Scan Only Types == | ||
+ | '''''The following scan types are available only when doing a 'next scan':''''' | ||
; Value between... at least xx% | ; Value between... at least xx% | ||
− | : | + | : Finds values within a specified percentage interval compared to the last, first, or saved scan result. |
; Increased | ; Increased | ||
− | : | + | : Finds addresses where the value has increased since the previous scan. |
; Increased by... | ; Increased by... | ||
− | : | + | : Finds addresses where the value has increased by the specified amount. |
− | |||
; Increased by... at least xx% | ; Increased by... at least xx% | ||
− | : | + | : Finds addresses where the value has increased within the specified percentage interval. |
; Decreased | ; Decreased | ||
− | : | + | : Finds addresses where the value has decreased since the previous scan. |
; Decreased by... | ; Decreased by... | ||
− | : | + | : Finds addresses where the value has decreased by the specified amount. |
− | |||
; Decreased by... at least xx% | ; Decreased by... at least xx% | ||
− | : | + | : Finds addresses where the value has decreased within the specified percentage interval. |
; Changed | ; Changed | ||
− | : | + | : Finds addresses where the value has changed since the previous scan. |
; Unchanged | ; Unchanged | ||
− | : | + | : Finds addresses where the value has not changed since the previous scan. |
; Compare to first/saved scan | ; Compare to first/saved scan | ||
− | : | + | : Not a scan type itself, but allows you to compare values to those from a previously saved scan (such as the first scan or a manually saved scan). |
− | |||
; Compare to previous scan | ; Compare to previous scan | ||
− | : | + | : Switches comparison back to the results of the last scan (the default behavior). |
− | |||
; Not | ; Not | ||
− | : | + | : Inverts the selected scan type, returning only addresses that do NOT meet the requirement. |
− | |||
+ | == Tips == | ||
+ | * Use "Exact" if you know the value. | ||
+ | * Use "Changed"/"Unchanged" or "Increased"/"Decreased" if you do not know the value but can change it in-game. | ||
+ | * Use "Compare to first/saved scan" to find values that have changed since a specific point in time. | ||
== Links == | == Links == | ||
* [[Cheat Engine:Help File|Help File]] | * [[Cheat Engine:Help File|Help File]] | ||
− | |||
* [[Help_File:Memory_scan_settings|Back]] | * [[Help_File:Memory_scan_settings|Back]] | ||
− | |||
* [[Help_File:Value_types|Next]] | * [[Help_File:Value_types|Next]] |
Latest revision as of 20:52, 11 July 2025
This scan type makes a copy of the game's memory, so it can be used for comparison in later scans. If you don't know the value of a variable in-game, this scan type is usually the first step. Note: The initial scan can take a while depending on the game's memory usage, CPU intensity, and your PC's specifications.
Basic Scan Types[edit]
- Exact
- Scans memory for the exact value (or string) you entered.
- Bigger than
- Finds all values that are higher than the value you entered.
- Smaller than
- Finds all values that are smaller than the value you entered.
- Value between...
- Finds all values within the specified interval (inclusive).
Next Scan Only Types[edit]
The following scan types are available only when doing a 'next scan':
- Value between... at least xx%
- Finds values within a specified percentage interval compared to the last, first, or saved scan result.
- Increased
- Finds addresses where the value has increased since the previous scan.
- Increased by...
- Finds addresses where the value has increased by the specified amount.
- Increased by... at least xx%
- Finds addresses where the value has increased within the specified percentage interval.
- Decreased
- Finds addresses where the value has decreased since the previous scan.
- Decreased by...
- Finds addresses where the value has decreased by the specified amount.
- Decreased by... at least xx%
- Finds addresses where the value has decreased within the specified percentage interval.
- Changed
- Finds addresses where the value has changed since the previous scan.
- Unchanged
- Finds addresses where the value has not changed since the previous scan.
- Compare to first/saved scan
- Not a scan type itself, but allows you to compare values to those from a previously saved scan (such as the first scan or a manually saved scan).
- Compare to previous scan
- Switches comparison back to the results of the last scan (the default behavior).
- Not
- Inverts the selected scan type, returning only addresses that do NOT meet the requirement.
Tips[edit]
- Use "Exact" if you know the value.
- Use "Changed"/"Unchanged" or "Increased"/"Decreased" if you do not know the value but can change it in-game.
- Use "Compare to first/saved scan" to find values that have changed since a specific point in time.