ConsoleWorld Forum
HOME
FORUM
CWCHEAT
LIST
DOWNLOAD
GALLERY

Torna indietro   ConsoleWorld Forum > CWCheat Official Support Forum > English Support Board

English Support Board English & Foreign Languages support

Rispondi
 
LinkBack Strumenti discussione
  #51 (permalink)  
Vecchio 24th June 2009, 23:44
Junior Member
 
Data registrazione: Jun 2009
Messaggi: 7
Potenza rep: 0
Masamune81 è su una strada distinta
My problem with Def Up Hack:

Ok, I'm a beginner, so maybe i'm making some mistakes in the process...

The adress for the defense value is 008B3862, (I've searched with the PSP and also with the artmoney metod and it matches), but this adress doesn't appears in the dissaembler (don't know why).
So, I put it directly in the cheat.db.
But first, to change the value, I transform 450 (the new defense value I want) into hex, and the result is 1C2.
The part I don't understand is the 8 & 16 bits, so I've written two possible cheats, like this:

L_ 0x008B3862 0x000001C2 (I think this is 8bits)

And:

L_ 0x108B3862 0x000001C2 (16bits?)

No one work, so I don't know what I'm missing... any help??
Rispondi citando
  #52 (permalink)  
Vecchio 24th June 2009, 23:58
Junior Member
 
Data registrazione: Jun 2009
Messaggi: 14
Potenza rep: 0
hijokomi è su una strada distinta
OK so I'm trying to convert this All items in Box code (JP)

0x81200848 0x00180004
0x00000063 0x00000000

to US. All I have to do is change the left hand side of each line by 4400, right? This code works in the JP version.

EDIT

NO that didn't work. I changed it to look like this:

0x81204C48 0x00180004
0x00004463 0x00000000

and it didn't work. I wish I could figure this out as it is the code i want most.
Rispondi citando
  #53 (permalink)  
Vecchio 25th June 2009, 00:42
Junior Member
 
Data registrazione: Oct 2008
Messaggi: 29
Potenza rep: 0
pandaguin è su una strada distinta
thats what i got too when i converted it but like he said not all codes will work maybe the box all max would work and thers also a bigger code for all items u could try converting i dont care about having all items lol i just mainly want the monster hp reveal hopefully when he converts it he will also convert it to us to be nice lol.

Ultima modifica di gangstamalu : 12th July 2009 alle ore 20:46 Motivo: sry quotes takeing up too much space
Rispondi citando
  #54 (permalink)  
Vecchio 25th June 2009, 00:54
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
@hijokomi & pandaguin
Have a look at the PSP Code types
There you will find the informaton about how the different code types are structured.
You only need to change the adress not the value
In this post from this thread, i even colored and explained the
different sections of this type of cheat!
Remember some cheats consist of more than one line!
This is such a case!
Just convert the adress and it will work just fine!

@Masamune81

First let's clear up the bits

00 This is 8bit (1 Byte)
0000 This is 16bit (2 Bytes) [aka Word]
00000000 This is 32bit (4 Bytes) [aka Dword (Double Word)]
0000000000000000 And this would be 64bit (8 Bytes) [aka Qword (Quadruple Word)]

now let's look at your code
you wan't to write 1C2. Since it's three digits it must be at least a 16bit Code. -> !! 01C2 !!

w00t disassembler o.O
Are you going all IDA Pro on me now??
Unless you really want to analyze/reverse the game there should be no need for a disassembler.
You probably meant something completly different. A Hex Editor maybe.

To find the adress quickly, you need to find a way to alter your current defense.
so you can easily narrow down your searches!
Rispondi citando
  #55 (permalink)  
Vecchio 25th June 2009, 00:55
Member
 
Data registrazione: Jan 2008
Messaggi: 75
Potenza rep: 2
Glyth è su una strada distinta
_C0 Gun Bow gunfire R+O
_L 0xE0022200 0x0031C5DC
_L 0xD08B3614 0x00000200
_L 0x108B3614 0x00000000

assistence please i trryed to convert it to eur from jap useing the method ui told me but it dont work , it does on the jap game thoe
Rispondi citando
  #56 (permalink)  
Vecchio 25th June 2009, 01:17
Junior Member
 
Data registrazione: Jun 2009
Messaggi: 14
Potenza rep: 0
hijokomi è su una strada distinta
Isn't that what I did though, 4m8ion? I looked over the PSP code types but I have no idea what kind of code I'm dealing with. I'm guessing the 32-bit code under Miscellaneous Commands? I modified only the Address and it still didn't work, as shown in my previous post.
Rispondi citando
  #57 (permalink)  
Vecchio 25th June 2009, 01:31
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
@hijokomi
Look more closely! The first digit of the code is the key.
0x8 -> 8bit or 16bit MultiAdress write depending on the first digit of the 2nd line.

And my 2nd link should make it crystal clear what you have to change

Try again

@ProjectVII
I can confirm that.
And I still don't have an idea what it actually does.
Maybe it's a real code inducing hack.
Or just that the Compare codes (0xD) execute two pretty low adress changes
which could need a diferent difference for the conversion than the other codes.
Rispondi citando
  #58 (permalink)  
Vecchio 25th June 2009, 01:46
Junior Member
 
Data registrazione: Jun 2009
Messaggi: 7
Potenza rep: 0
Masamune81 è su una strada distinta
Thanks for the explanation about the bits (but still too hard for me...)

I'm almost sure the defense adress is 008B3862, I tried searching with the cwcheat (changing the defense value in the game each time, eating an armor seed and then droping the armor amulet) and also with the dump function and artmoney. The only result I get is always 008B3862.

So, if I want to change the original defense value (it's 321) to 450 (1C2 in hex), what should be the final code?

PD: Forget about the disassembler, I read it in a tutorial, but I have no idea how to use it (I was just triying)
Thanks for the help!!
Rispondi citando
  #59 (permalink)  
Vecchio 25th June 2009, 01:50
Junior Member
 
Data registrazione: Jun 2009
Messaggi: 10
Potenza rep: 0
ProjectVII è su una strada distinta
Citazione:
Originalmente inviato da 4m8IoN Visualizza messaggio
@hijokomi
@ProjectVII
I can confirm that.
And I still don't have an idea what it actually does.
Maybe it's a real code inducing hack.
Or just that the Compare codes (0xD) execute two pretty low adress changes
which could need a diferent difference for the conversion than the other codes.
With the 0xD, its probably input address from the controls or something.. cause when you press L + select it goes to the next line.. if you get what im trying to say its all good, but i duno :p
Rispondi citando
  #60 (permalink)  
Vecchio 25th June 2009, 01:57
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
@Masamune81
Did you do the search for 16bit or for 8bit? (square button)

0x1aaaaaaa 0x0000vvvv

aaaaaaa = adress you found
vvvv = value you want to write there

vvvv in your case is 01C2

If I write down the code before you, I cannot accept it as your contribution

@ProjectVII
Nope it's "16-bit Equal" meaning:
If the 16bit at the adress are equal the value the next line of code will be executed
otherwise it will be skipped.
Joker Codes look different -> Code Types <-
Rispondi citando
Rispondi

Bookmarks


Strumenti discussione

Regole di scrittura
Non puoi postare nuovi argomenti
Non puoi postare repliche
Non puoi postare allegati
Non puoi editare i tuoi post

BB code è Attivato
Le faccine sono Attivato
Il codice [IMG] è Attivato
Il codice HTML è Disattivato
Trackbacks are Attivato
Pingbacks are Attivato
Refbacks are Attivato



Tutti gli orari sono GMT +2. Adesso sono le 22:06.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105