|
||||
|
Ecco una nuova versione del cwcheat.
In questa versione possiamo trovare un interessante aggiornamento del text reader, che ora può leggere i testi da seplugins/cwcheat/text e tenerne uno per gioco, visto che ora sono chiamati come GAMEID.txt (dove game id è l'id usato nelle mc del pops o nei db), in più viene salvata ogni volta anche la posizione e ripristinata ricaricando il file. Il memory manager ora permette l'uso di una funzione goto per andare velocemente nei vari punti e sono stati fatti vari bugfix e miglioramenti alle funzioni di avvio incrementando così la compatibilità con alcuni giochi sulle modalità no umd ---- With this release i will switch to the 0.1.9 series. From the next version up to 0.2.0 the main focus will be fixes and optimizations. With this release I've improved the text reader, which now can load one text file for each game and it's loaded from ms0:/seplugins/cwcheat/text/ and it's called as GAMEID.txt (where gameid is the one shown on the top of cwcheat menu, just like how memory cards and the db works), plus now every time the user exits from the text reader the position will be saved so the next time it's opened it will be were it was left. Another interesting addition is a goto function in the memory editor which will let the user go directly were he wants without scrolling all the ram. The last additions are lite version of the pops and homebrew plugins and now the homebrew plugins is added in the MS_ROOT folder making installation easier. As for the fixes I've improved the compatibility with games (like GTA:LCS) and with the vsh by doing various modifications on the boot process. And various fixes on the memory editor and disassembler which could lead to a crash in some circumstances. Codice:
CHANGELOG:
0.1.9 RELEASE
=====================
- [ALL] ora il text reader legge i file di testo da ms0:/seplugins/cwcheat/text/gameid.txt dove game id è l'id
visualizzato su cwcheat, funziona come le memory card o le entry _S nei db. In questo modo si può mettere
un file di testo per ogni gioco
- [ALL] ora il text reader salva l'ultima posizione quando si esce, in questo modo si troverà il file di testo
sempre nell'ultimo posto dopo lo si era lasciato. Viene salvato nella stassa cartella del file di testo
come gameid.pos
- [LITE] aggiunto un prx per gli homebrew in versione lite: si chiama cwcheathblite.prx
- [ALL] spostato il caricamento della configurazione della partizione volatile in quella kernel questo permette una
maggiore compatibilità con i giochi/homebrew/vsh. GTA: LCS ora funziona bene anche nelle modalità no umd dell'm33
- [ALL] spostate le funzioni di cambiamento di clock alla fine del processo di bootup del cwcheat: questo ha migliorato
la compatibilità con la vsh (ora è possibile anche usare il prx per gli homebrew con la vsh) e forse anche
con alcuni giochi e homebrew
- [ALL] aggiunta una funzione generica per gestire gli inserimenti di numeri nel cwcheat
- [ALL] Implementata una funzione di "GO TO" accessibile con SELECT nel memory editor: per ora è l'unica funzione che
usa la nuova funzione di inserimento dei numeri (NB: cerca l'indirizzo più vicino prima di quello inserito
allineato ai bytes visibili su ogni linea)
- [ALL] corretto un bug nel decompilatore che poteva portarlo ad aprirsi fuori dall'area mappata della ram facendolo
crashare
- [ALL] ora il cwcheat per gli homebrew può essere installato facilmente visto che si trova nella cartella MS_ROOT
- [POPS] ora entrando nel memory editor dal cheat mod menu l'indirizzo è correttamente gestito
- [ALL] ora il memory editor ripulisce lo schermo cambiando le schermate
- [LITE] aggiunto un POPS lite prx: è chiamato cwcheatpopslite.prx
- [ALL] corretto un bug che poteva far crashare il decompilatore quando si creava un nuovo trucco se si è entrati
dal memory editor non selezionando un indirizzo allineato a 4bytes
CHANGELOG:
0.1.9 RELEASE
=====================
- [ALL] now the text reader loads txt files from ms0:/seplugins/cwcheat/text/gameid.txt where game id is the id shown on
cwcheat, it works just like memory cards or _S db entries. In this way you can store a txt file for every game.
- [ALL] now the text reader saves the old position upon exiting, in this way everytime you return to the text reader it
will be were you left it, even if you reload the game. It will be saved as gameid.pos in the same dir of the txt.
- [LITE] added an homebrew only lite prx: it's called cwcheathblite.prx
- [ALL] moved config loading from the volatile partition to the kernel partition of the ram this should allow better
compatibility with games/homebrews/vsh. GTA: LCS is working fine now even in m33 no umd modes (np9660/m33)
- [ALL] moved clock changing functions to the end of the cwcheat bootup process this increased compatibility with the vsh
(now it's possible to use the homebrew prx or use R during bootup to load cwcheat even without umd and without
freeze) and maybe also with homebrews and games
- [ALL] added a generic function to manage all numbers insertions in cwcheat (this is mainly backend)
- [ALL] implemented a goto function accessible with select in the memory editor: for now it's the only function using the
generic number insertion function. (NB: it will search for the adress before the entered one alligned to the bytes
you can see in a line)
- [ALL] fixed a bug in the disassembler which could lead to it going before the user mapped area when opening it making
it crash.
- [ALL] now the cwcheat for homebrews can be installed easily as it's put in the MS_ROOT folder
- [POPS] now when entering the memory editor from the cheat mod menu the adress is managed correctly
- [ALL] now the memory editor and disassembler cleans the screen right when changing screens not only when exiting
- [LITE] added an POPS lite prx: it's called cwcheatpopslite.prx
- [ALL] the screen is cleared more in the disasm and memory editor to avoid parts of the memory editor, cheat modifier or
disassembler remaining on screen
- [ALL] fixed a bug which could make the disassembler crash when making a new cheat if entered from the memory editor while
selecting a not 4byte alligned adress
>> DOWNLOAD << >> Discussione Ufficiale << >> Official Thread << |