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
  #131 (permalink)  
Vecchio 1st July 2009, 03:56
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
Citazione:
Originalmente inviato da firzen2712 Visualizza messaggio
hi 4m8IoN, i have no experience on creating cwcheat but im thinking if i could make a decent inventory with all/ most of the useful items and removed all the dummy items and thrash, you could use the code of the savefile and turn in into a cheat?
It is indeed possible to create a code based on informations obtained from a savegame.
Since the PSP encrypts the savegames it could get quite messy.
More efficient would be to create it from a look at the Memory Editor or a memdump.

If you want to spend your time sorting through the items do it like this.

Try the 2 Item Debug Cheats from the second post! (only one at a time)
They will fill your itembox with most/if not all available items.
All Items are allready sorted by their ID Number
If you can find out the ranges of Item IDs that aren't dummy or quest items
it would be so much easier to create the code.

The first Item Debug Code will give you items with the IDs 1-800
The second one will give you the rest of the items, IDs 801-1260

For example (using the first code):
if Page 1 would have a dummy item at the beginning of the third row.
but all above are fine.
The first range would be 1-20.
dummy @ 21
Second Range 22-...
Rispondi citando
  #132 (permalink)  
Vecchio 1st July 2009, 08:00
Junior Member
 
Data registrazione: Jul 2009
Messaggi: 9
Potenza rep: 0
sanada_000 è su una strada distinta
wow , i found this thread is for us to sharing knowledge, i want to learn to creating hack like the monster hp display. maybe like showing the damage i dealt to a monster.
but i cant understand how to read the code, just right now i try to learn my self, and this is what i think about the code :

[00]_C1 HPD Hack 1.0 [1/4] (Loader)
[01]_L 0x217F8060 0x24050000
[02]_L 0x217F80A8 0x2A020003
[03]_L 0xD03206DC 0x00000101
[04]_L 0x20041DB4 0x0A7FE000
[05]_L 0xD03206DC 0x00000201
[06]_L 0x20041DB4 0x0E2099B3

the first two line is already explained..
the third line is the condition , 'where the input key is equal ==>101
base on the reference :english:code:button_codes [CWCHEAT documentation]
i know that L Trigger is 100, and select button is 1. then R Trigger is 200
so 101 = 100+ 1 which mean combination between L and select, if i want the trigger is L + start, so i must change the code into 00000009
the fourth line mean the code to be executed if the trigger in the third line if correct.
the same thing goes to the line 5 and 6 (if the keypress is equal 201 (R+select, the sixth line executed). but i cant understand the code after it :

[01]_C1 HPD Hack 1.0 [2/4]
[02]_L 0x217F7DFC 0x3C0208A6
[03]_L 0x217F7E00 0x8C4431A8
[04]_L 0x217F7E04 0xA4850120

in the second line, the code mean "constantly write the value specified by x3C0208A6 to the address specified by x17F7DFC"in there any value in address x3C0208A6 ??
if not, what the first digit "3" mean ?
Rispondi citando
  #133 (permalink)  
Vecchio 1st July 2009, 13:37
Junior Member
 
Data registrazione: Jul 2009
Messaggi: 7
Potenza rep: 0
bpt1314 è su una strada distinta
HELP!!

Can someone please convert these codes into EU codes? They're US codes btw

_C0 Max all weapons Slot
_L 0x8015A116 0x047D0018
_L 0x00000003 0x00000000
_C0 Max slots all long range
_L 0x80160CE4 0x015E001C
_L 0x00000003 0x00000000
_C0 Max all Heads Slots
_L 0x801633AE 0x01B30028
_L 0x00000003 0x00000000
_C0 Max all Bodies Slots
_L 0x801677CE 0x01A30028
_L 0x00000003 0x00000000
_C0 Max all Wrists Slots
_L 0x8016B96E 0x019A0028
_L 0x00000003 0x00000000
_C0 Max all Waists Slots
_L 0x8016F9A6 0x01980028
_L 0x00000003 0x00000000
_C0 Max all Feet Slots
_L 0x8017398E 0x01A30028
_L 0x00000003 0x00000000
Rispondi citando
  #134 (permalink)  
Vecchio 1st July 2009, 14:39
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
Citazione:
Originalmente inviato da sanada_000 Visualizza messaggio
[01]_L 0x217F8060 0x24050000
[02]_L 0x217F80A8 0x2A020003
the first two line is already explained..
Actually no. They weren't explained. I just marked the stuff that is safe to edit!
Notice how it points to 0x017F.....
If you look closely it actually fits in the big code blocks later on.
because those adresses were left out.
It's only for convieniece so these variables can easily be changed

Citazione:
Originalmente inviato da sanada_000 Visualizza messaggio
[03]_L 0xD03206DC 0x00000101
[04]_L 0x20041DB4 0x0A7FE000
[05]_L 0xD03206DC 0x00000201
[06]_L 0x20041DB4 0x0E2099B3

the third line is the condition , 'where the input key is equal ==>101
base on the reference :english:code:button_codes [CWCHEAT documentation]
i know that L Trigger is 100, and select button is 1. then R Trigger is 200
so 101 = 100+ 1 which mean combination between L and select, if i want the trigger is L + start, so i must change the code into 00000009
the fourth line mean the code to be executed if the trigger in the third line if correct.
the same thing goes to the line 5 and 6 (if the keypress is equal 201 (R+select, the sixth line executed).
Well that is sort of correct.
Yes it checks conditions here and executes the next line if true.
Using the Game rather than CWCheat Joker/Button codes
This will change with the next version I'll release though.
(Sidenote: L+start is 0108 / R+Start is 0208)

Citazione:
Originalmente inviato da sanada_000 Visualizza messaggio
but i cant understand the code after it :

[01]_C1 HPD Hack 1.0 [2/4]
[02]_L 0x217F7DFC 0x3C0208A6
[03]_L 0x217F7E00 0x8C4431A8
[04]_L 0x217F7E04 0xA4850120

in the second line, the code mean "constantly write the value specified by x3C0208A6 to the address specified by x17F7DFC"in there any value in address x3C0208A6 ??
if not, what the first digit "3" mean ?
It's constant write allright.
It writes assembler instructions
[2/4] writes two hack subroutines & a String
[3/4]&[4/4] write the main hack function

If you really want to create/convert hacks like this you'll need to learn to understand assembler first.
Rispondi citando
  #135 (permalink)  
Vecchio 1st July 2009, 16:21
Member
 
Data registrazione: Jun 2009
Messaggi: 47
Potenza rep: 0
firzen2712 è su una strada distinta
i have labelled a bunch of items in the item set 1 and 2
these are the items which are either not meant to be part of the inventory or just plain useless

Item set 1 (range 1-800)
58-62 supply throwing knifes
90-92 supply bombs and dummy bombs(fun to use)
128 no coating (bugged default bow coat)
155 garbage
173 account item
175-176 account item
192 account item
197 account item
212-214 account item
241-242 account item
261-262 account item
303-318 account item
465 dummy
518-519 dummy

Item set 2 (range 801-1260)
829-859 are info and guide books
863-883 are supply and account items
929-939 dummy
944-1260 are gems and treasure hunting account items(not needed since you can craft what you need)

in the save file that i posted,
character 1 has item set 1 and all unwanted items removed
character 2 has item set 2 and all unwanted items removed
all the others numbers not stated are useful items

can someone make use of the data in the 2 save file and combine them into 1 item box cheat? tnks alot
oh, and do mention if i missed any useless items, tnks

heres the save file's link:
Free File Hosting Made Simple - MediaFire
Rispondi citando
  #136 (permalink)  
Vecchio 1st July 2009, 16:29
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
Citazione:
Originalmente inviato da firzen2712 Visualizza messaggio
i have labelled a bunch of items in the item set 1 and 2
these are the items which are either not meant to be part of the inventory or just plain useless

Item set 1 (range 1-800)
58-62 supply throwing knifes
90-92 supply bombs and dummy bombs(fun to use)
128 no coating (bugged default bow coat)
155 garbage
173 account item
175-176 account item
192 account item
197 account item
212-214 account item
241-242 account item
261-262 account item
303-318 account item
465 dummy
518-519 dummy

Item set 2 (range 801-1260)
829-859 are info and guide books
863-883 are supply and account items
929-939 dummy
944-1260 are gems and treasure hunting account items(not needed since you can craft what you need)
I guess you got mixed up here ^^
Post the ranges you want in the cheat not the useless once

And there is no need for a savegame!

And as a final question: would you rather like to see them added from
top (page 1) or bottom (page 8)?
Rispondi citando
  #137 (permalink)  
Vecchio 1st July 2009, 16:39
Member
 
Data registrazione: Jun 2009
Messaggi: 47
Potenza rep: 0
firzen2712 è su una strada distinta
Citazione:
Originalmente inviato da 4m8IoN Visualizza messaggio
I guess you got mixed up here ^^
Post the ranges you want in the cheat not the useless once

And there is no need for a savegame!

And as a final question: would you rather like to see them added from
top (page 1) or bottom (page 8)?
lol adding them in any order will do.

well, there are more useless stuff then useful ones.

im not sure how the coding in the file works, so i just listed the items

its easier to do so that way.

you could just use the numbers that were not mentioned

edit: i think there are too many items, you need to use page 9 too
Rispondi citando
  #138 (permalink)  
Vecchio 1st July 2009, 17:50
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
... You could have spared be some time here ...
Anyways I have the code ready now.

This one tries to add only those Items to your ItemBox that are not quest related or dummy Items


Item Boost v0.2 (open)beta
Puts 841 different Items in your Item Box. (99 each)
Unless you have a bigger box than 8 pages you won't be able to see them all.
Codice:
_C0 Item Boost v0.2b [1/2]
_L 0x8119D088 0x00390002
_L 0x10000001 0x00000001
_L 0x8119D16C 0x001B0002
_L 0x1000003F 0x00000001
_L 0x8119D1D8 0x00230002
_L 0x1000005D 0x00000001
_L 0x8119D264 0x001A0002
_L 0x10000081 0x00000001
_L 0x8119D2CC 0x00110002
_L 0x1000009C 0x00000001
_L 0x1119D310 0x000000AE
_L 0x8119D314 0x000F0002
_L 0x100000B1 0x00000001
_L 0x8119D350 0x00040002
_L 0x100000C1 0x00000001
_L 0x8119D360 0x000E0002
_L 0x100000C6 0x00000001
_L 0x8119D398 0x001A0002
_L 0x100000D7 0x00000001
_L 0x8119D400 0x00120002
_L 0x100000F3 0x00000001
_L 0x8119D448 0x00280002
_L 0x10000107 0x00000001
_L 0x8119D4E8 0x00920002
_L 0x1000013F 0x00000001
_L 0x8119D730 0x00340002
_L 0x100001D2 0x00000001
_L 0x8119D800 0x01350002
_L 0x10000208 0x00000001
_C0 Item Boost v0.2b [2/2]
_L 0x8119DCD4 0x00030002
_L 0x1000035C 0x00000001
_L 0x8119DCE0 0x002B0002
_L 0x10000374 0x00000001
_L 0x8119DD8C 0x00080002
_L 0x100003AC 0x00000001
_L 0x8119D08A 0x03490002
_L 0x10000063 0x00000000
(Uh, more Debug less fun..)
Created by 4m8IoN
(Now with 33,3% less comments)

Ultima modifica di 4m8IoN : 18th July 2009 alle ore 08:12 Motivo: Updated Cheat to 0.2b
Rispondi citando
  #139 (permalink)  
Vecchio 1st July 2009, 17:55
Member
 
Data registrazione: Jun 2009
Messaggi: 47
Potenza rep: 0
firzen2712 è su una strada distinta
the default box is 8pages, but you can buy the organizer guide to make it 9pages?
Rispondi citando
  #140 (permalink)  
Vecchio 1st July 2009, 17:57
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
Citazione:
Originalmente inviato da firzen2712 Visualizza messaggio
the default box is 8pages, but you can buy the organizer guide to make it 9pages?
Based on reserved space in RAM it should be possible to get it up to 10 Pages.
Don't know how though.

Edit:
Google says:
How To Get More Space for Your Box:
To get more space for your box you must have at least ten thousand zen.
You can ask the lady that sells stuff in the gathering hall or the guy that walks around with the huge backpack.
You have to buy the Organizer Guide and/or the Backpacker Guide.
You will get 1 or 2 extra boxes depending on if you buy one or both.

But nobody sells them in my game... yet...

Ultima modifica di 4m8IoN : 1st July 2009 alle ore 18:12 Motivo: added Google Fu
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 15:49.


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