|
|||||||
| English Support Board English & Foreign Languages support |
![]() |
|
|
LinkBack | Strumenti discussione |
|
|||
|
Yes. It's good to know that someone actually uses my codes. *cough* Coded Arms(US) *cough*.
I added a shit-load from over-night. And I just added 2 more. I think they were the Virus Pistol, and the Plasma Rifle. |
|
||||
|
ok i've tried it. and the found values are clearly wrong the first seems to be where the game saves the old value for graphical purposes (and that's why you see the block as red if that's enabled). the second doesn't do anything, but as you can see the values in a dump are correctly patched so i think the game saves it in a different way making a search for the shown value useless.
in the latest devel version of cwcheat i didn't have problem with save loading |
|
|||
|
Citazione:
I see this: 0x0002nnnn 0xiiiiiiii *[pointer command] 16-bit write 0x6aaaaaaa 0x0000vvvv 0x0001nnnn 0xiiiiiiii *[pointer command] 8-bit write 0x6aaaaaaa 0x000000vv 0x0000nnnn But I don't know what to fill in for A, V, N, and I. |
|
|||
|
a = address to load 32-bit base from (25 bit)
v = value to store at base + offset (8/16/32 bit) n = number of times to point (16 bit) i = 32-bit offset to add to base (n = 1) (taken from www.Codemasters-Project.net) |