|
||||
|
Ecco una nuova versione del cwcheat la 0.1.8 REV.C.
Le funzioni nuove interessanti di questa versione sono: la possibilità di "formattare" le memory card del pops, i reverse offset pointer codes, la possibilità di cambiare direttamente i valori nel memory editor e la correzione di un bug che bloccava l'uso della funzione di ricerca per le differenza. ------------- This new version added a nice option to clear memory card in pops: usefull if you don't want saves from the old cd when loading the save made at disk switch. The disassembler now can also use the shortcut rappresentation ($ in front of values/adress and not in front of registers) to enable this add DISASM SHRCUT= 1 in the config file. Also new code types were added: the reverse pointer codes. They work just like normal pointer codes but in reverse: While normal pointer codes sums the offset these subtracts it. The last interesting function is that now it's possible to edit directly values in ram with the memory editor without having to make a cheat to do so. Finally for the fixes now the difference search is working again as the last version didn't continue search but just exit to the cheat search menu. >> DOWNLOAD << >> Official Thread << >> Discussione Ufficiale << Codice:
CHANGELOG:
0.1.8 REV. C RELEASE
=====================
- [POPS] rimosse alcune informazioni di debug inutili nel memory card manager
- [POPS] aggiunta un opzione per cancellare/formattare nel memory card amanager. Rende la memory card vuota
come se fosse nuova.
- [GAME] aggiunti codici reverse offset pointer. Funzionano come i normali trucchi per i puntatori ma
gli offset sono sottratti invece che sommati come nei codici normali
Il formato è lo stesso oltre a una piccola differenza nella seconda linea nel campo indirizzo:
8bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0003nnnn 0xiiiiiiii
16bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0004nnnn 0xiiiiiiii
32bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0005nnnn 0xiiiiiiii
- [ALL] aggiunta la rappresentazione shortcut al decompilatore. Si può abilitare mettendo DISASM SHRCUT= 1 nel file di
configurazione.
- [GAME/150] anche se la modalità hombrew era già disponibile un anno fa (prememdno R mentre si avviava un prx per la
modalità game) ora con l'm33 che supporta una modalità game150 per i plugin ho fatto un prx che
va automaticamente in modalità homebrew e usa un file di configurazione differente per tenere le
configurazioni.
- [ALL] corretto un bug nella ricerca per le differenze che la rendeva inutilizzabile.
- [ALL] Ora è possibile accedere al decompilatore dal memory editor premendo QUADRATO. L'indirizzo inferiore allineato
a 4byte più vicino sarà selezionato come indirizzo iniziale nel decompilatore.
- [ALL] cambiato il bottone per creare nuovi trucchi dal memory editor: ora è il TRIANGOLO
- [ALL] ora è possibile editare direttamente i valori dal memory editor. QUesto permette di cambiare i valori senza
dover creare nuovi trucchi. Per abilitare questa funzione basta premere il bottone di conferma (che è CROCE
o cerchio a seconda se sono stati scambiati i bottoni nel cwcheat) questo permetterà di cambiare il valore
selezionato con SU/GIU
- [ALL] ora è possibile cambiare il valore nel memory editor di +/- 0x10 con DESTRA/SINISTRA
0.1.8 REV. C RELEASE
=====================
- [POPS] removed some useless debug information in the memory card manager in case of operation successfull
- [POPS] added a clear/format option in the memorycard manager. It will make your memory card empty just like if it was new.
(if you use this by mistake remove your memory stick and power off the psp directly to avoid accidental
save of the new memory card status)
- [GAME] added reverse offset pointer codes. They work just like normal pointer codes but the offset is subtracted and
not summed like the normal ones.
The format is the same except a little difference in the second adress line:
8bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0003nnnn 0xiiiiiiii
16bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0004nnnn 0xiiiiiiii
32bit pointer inverse code 0x6aaaaaaa 0x000000vv 0x0005nnnn 0xiiiiiiii
- [ALL] added shortcut rappresentation to the disassembler. You can enable it by putting DISASM SHRCUT= 1 in the config file
- [GAME/150] altough homebrew mode was available since one year ago (by pressing R while booting up with a game prx)
now with m33 supporting a separate game150 mode for plugins i've made a prx which automatically goes in
homebrew mode and uses a different config file to keep configurations separated easily.
- [ALL] fixed a bug in the difference search which made it unusable
- [ALL] now it's possible to access the disassembler from the memory editor by pressing SQUARE. The nearest (backward way)
4byte alligned adress will be selected as the first adress in the disassembler
- [ALL] changed the button to make new cheats from the memory editor: now it's TRIANGLE
- [ALL] now it's possible to edit values directly in the memory editor. This will allow you to edit values without
having to make cheats. To enable value editing press your confirm button (which is CROSS or CIRCLE if you swapped
buttons in cwcheat) this will allow you to edit the selected value with UP/DOWN.
Then confirm with CROSS (or circle if you swapped buttons) and abort with CIRCLE (or cross if you swapped button)
- [ALL] now you can change the value in the memory editor of +/- 0x10 with RIGHT/LEFT
|