签到天数: 2070 天 [LV.Master]伴坛终老
|

楼主 |
发表于 2009-3-10 20:02:46
|
显示全部楼层
Cheat Searching 4 K2 t6 N: p$ A! F
In this window you can find new cheat data. To start a search, click new search, then choose a search mode. When you are ready to continue the search, click continue search. There are four search modes: # e# n l7 ]9 [+ P2 a3 p, q2 O6 \# K
, o5 f. X6 J. A% o5 B; wAbsolute search: 5 H4 u4 ^4 X# Y$ U) ~1 P* [0 q
# M1 i* K" D/ B( r, b$ E
3 A" y: T. R7 Z% a2 h/ D6 \ s7 {
Searches for absolute byte values.
& T+ Z y9 `6 L6 V+ iMost useful for lives and other data.
+ n Q% t: y8 k, d- P) G& rRelative search:
( l) s+ \8 ]+ r3 Q" v7 Q: X9 K% m
4 U1 ?: j& B4 j! c$ H0 ~! Z
9 e$ }4 a% @" NSearches for the difference between byte values.
; C. O3 w0 ^2 z9 f. N" HUseful when absolute search fails, like if the game stores lives starting with ascii 0x30 or stores lives +/- 1 from the value shown ingame. Remember that if the difference is positive you should enter something like 0x01 (+1), if it is negative, then you should be searching for 0xFF (-1).
; g2 d9 j# E* g% Q& hSingle Bit search: 7 c1 \* T; ?* b* \: g6 T
: f5 }$ f4 k5 k7 I* g; _& j
( H, `: B% k" o2 X2 P3 |' q+ x
Searches for single bit values.
9 B: d* {. @2 [* F' T7 W6 ~Useful for status flags, and stuff like 'extend' in bubble symphony, which is stored in 6 bits of one byte.
! G8 G* s4 Q# k2 hSlow deep search: * r8 t$ t+ J0 G0 l | g
2 Y8 k3 W* z! \' X) [
5 b0 R& \! d4 E, r1 }# l( k$ K5 hSearches for the following changes in byte values:
: M: b% \, H. V. h9 w# `new byte == old byte, new byte != old byte,
2 r; ?" h. N6 B* Cnew byte > old byte, new byte >= old byte, * x" r5 m& X1 m# o. U9 R# L# e
new byte < old byte, new byte <= old byte : P3 R/ A" M! Y, l
Useful for timers and anything not found with the other modes. A nice cheat to have is invulnerability, use this mode to find the invulnerability timer.
9 u3 f# Z' D# G6 p) I$ S4 Z- D! JThe search results are shown in a listbox, when there are more than 512 results, only the first 512 will be in the listbox. You can double click on the search results to open a scrollable hex/ascii view of the memory area where the result lies. Any bytes that are in the search results will have *..* around them, so you can easily spot them.
0 h- f% X$ Z, w0 n7 T! a5 D" G! t6 d O, \; s/ d" b' Y" O& g9 F
console简化指令
# {) t) Z4 k9 p* F
7 q8 N" R7 S- d: w/ U; M. F, S - h = help2 P' f6 y3 y' A9 s, {3 _
- x = exit6 C" h1 T" {. l% O6 F6 d
- s = search (could also be good to have "si" to initialise search)& H+ J. `1 Z( p* J
- d = dump / ds = dasm5 s1 D6 t; a6 D% j) n$ d
- r = registers
; v! }; [+ o1 z - w = watchpoint
) n5 e2 t5 b' O' s0 s - p = poke (put value in memory once) |
|