![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [RELEASE] CWCHEAT for POPS and PSP GAMES within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Here it is a new version of cwcheat: 0.1.8 REV.A. This revision is mainly pointed towards cheat searching as the ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#451 |
![]() ![]() ![]() Developer
|
Here it is a new version of cwcheat: 0.1.8 REV.A.
This revision is mainly pointed towards cheat searching as the memory editor is now more flexible being possible to costumize it trough the cwcheat config files by modifying the number of bytes shown and if the ascii interpretation should be shown in the right of it. The other interesting big function is the text searcher which will let the user search for texts up to 30 chars in ASCII/UNICODE/ASCII+UNICODE and with a case sensitive/unsensitive search. The third interesting thing is that now it's possible to rename cheats in the cheat selection screen (with the same input system as the one used in the text search system). Then there are also other little things which you will be able to find in the changelog. Enjoy Download Code:
CHANGELOG:
0.1.8 REV. A RELEASE
=====================
- [ALL] now there is an header with the index (addr, +byte, ASCII) in the memory editor
- [ALL] now it's possible to choose if ASCII should be shown on screen in the memory editor with ASCII ENABLE = 0/1 in the
CWCHEAT.INI/CWCHEATPOPS.INI
- [ALL] now it's possible to choose the number of bytes shown on screen in the memory editor (0-13 with ASCII enabled, 0-17
with ASCII disabled)with MEMEDIT BYTES= # where # is the number of bytes
- [ALL] added checks in the memory editor for the starting adress to avoid going out of range
- [ALL] added effectively L/R scrooling support in the memory editor. they will scroll of -/+ 0x10000
- 0000017 [ALL] added a simple text insertion method which you can navigate with LEFT/RIGHT and change text with UP/DOWN.
Middle dots are considered end of line, everything modifyied after then will be discarded.
- 0000017 [ALL] Now it's possible to edit cheat names. To do so press R TRIGGER + CROSS while selecting the cheat name you
want to change. To discard changes press O (or X if you swapped buttons) and to confirm changes press X
(or O if you swapped buttons)
- [ALL] now the cheat search menu will allow the user to press UP when selecting the first option to get to the latest one
and viceversa (just like most of the other menus)
- [ALL] new options in the cheat search menu: start text search and continue cheat search. They are meant to start and
continue a search for a text
- 0000017 [ALL] Added a text search system. It supports up to 30 chars, and can search ASCII/UNICODE/ASCII+UNICODE
encoding and can be case sensitive/unsensitive
- [ALL] The text search system can autosense if it has to make unicode or ascii codes (unicode codes skips the second byte).
A codeline is made for each char and the current char is copied as value.
- [ALL] changed the space used by the db reading functions to <= 128kb (this space is alloched during bootup and freed after
that)
|
|
|
|
|
|
#452 |
![]() Ph0t0sh0pped
|
nice release man
gj
__________________
[CENTER][COLOR=Black][U][I][B]Oldskool Fat PSP's PWN[/B][/I][/U][/COLOR] [IMG]http://img162.imageshack.us/img162/8498/pumpupthestereocopywz3.png[/IMG] [SIZE=1][COLOR=White][U][I]Thnx ********** for 1 year premium :) [/I][/U][/COLOR][/SIZE] [/CENTER] |
|
|
|
|
|
#454 |
![]() Ph0t0sh0pped
|
it worked for me
got 0,1,80 now
__________________
[CENTER][COLOR=Black][U][I][B]Oldskool Fat PSP's PWN[/B][/I][/U][/COLOR] [IMG]http://img162.imageshack.us/img162/8498/pumpupthestereocopywz3.png[/IMG] [SIZE=1][COLOR=White][U][I]Thnx ********** for 1 year premium :) [/I][/U][/COLOR][/SIZE] [/CENTER] |
|
|
|
|
|
#455 |
![]() ![]() ![]() Developer
|
And here it is a new version of cwcheat: 0.1.8 REVB.
there were a lot of additions and fixes in this version. First of all a last minute fix for the new 3.51m33 firmware (the package was already ready yesterday... but well..) which is pratically restoring the way cwcheat loaded some versions ago. Plus now it's available a new disassembler accessible from the cheat search menu which can also make cheats, shows adresses in absolute mode and other little things ![]() Even the memory editor was improved with little things making it easier to use. Finally there were some fixes for unchecked cases in the fps counter (which could lead to a crash), in the diff search, and other little things you will be able to find in the changelog. Enjoy ![]() DOWNLOAD Code:
CHANGELOG:
0.1.8 REV. B RELEASE
=====================
- [ALL] now the selected row and column are marked to allow easier use of the memory editor
- [ALL] added a check aganist a case were a firmware function could return a NULL pointer making cwcheat crash the psp
with the FPS counter enabled in some games when showing videos
- 0000023: [ALL] fixed the position of data entry lines when float was selected with the diff and fixed value searches
- 0000015: [ALL] added some checks in the diff search about unopenable/incomplete file to prevent crash during search when
the ms is full
- [ALL] now when you leave the memory editor if you return to it from the cheat search menu it will go were you left it
the last time
- [ALL] now it's possible to remove spaces in the memory editor by using MEMEDIT SPACE= # where # is 0 if you want to remove
spaces and see the dump continuous (this will allow to have up to 23 bytes shown/line if ascii is disabled and up
up to 17 bytes shown/line if ascii is enabled) and 1 if you want to have a space beetween the bytes
- [ALL] Added a disassembler
- [ALL] The disassembler can create 32bit codes starting from the currently selected adress with CROSS
- [ALL] The disassembler will allow to scrool of +1/-1 istructions (+4/-4bytes) with DOWN/UP and
+1000/-1000 bytes with R/L
- [ALL] The disassembler can show either relative and not relative adresses in the adress column you can change this option
by DISASM AABSL = 0/1 if 0 it will show the relative adresses just like the other modes else it will show the
absolute ones. In any case internally the adresses will still be managed as relative so cheat making won't be
affected by this option and will work regularly
- [ALL] The disassembler can show values(normally offsets or adresses) also in hex if DISASM HEXVAL= is set to 1 in the
configuration file
- [ALL] When you leave the disassembler if you return to it from the cheat search menu it will go were you left it
the last time
- [GAME] Removed improvement to support 3.40OE as they made 3.51 completely incompatible and restored older startup systems
(cwcheat will startup later for now)
|
|
|
|
|
|
#458 |
![]() ![]() ![]() Developer
|
did you check the readme. if you scrool down just before the changelog there are the install methods for SE/OE/M33/whathevercfw and devhook.
that's schematic if you want there is a version of it which is more discorsive into the wiki http://cwcheat.consoleworld.org/wiki/ if you still have problems let me know were you can't understand. |
|
|
|
|
|
#459 |
![]() ![]() ![]() Developer
|
Here it is a new version of cwcheat: 0.1.8 REV.C
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. Enjoy ![]() Download Code:
CHANGELOG:
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
|
|
|
|
|
|
#462 |
![]() ![]() ![]() Developer
|
it seems so. it's only 3.5xm33
but as i didn't touch anything in the boot mode from b to c the most probable problem is the size of the prx as oe takes much more space in ram than m33 fw. so try the lite version. i have NO way to test other firmwares than the latest one as i don't have another psp. maybe the next version will work as i've improved compatibility (at least with m33) Last edited by weltall; 07-26-2007 at 03:06 AM.. |
|
|
|
|
|
#465 | |
|
Quote:
![]() Update: Here is my non working list: GTA:LCS (first edition) Metal Slug Prince of Persia Revelations Tony Hawks Underground 2 Tekken (sometimes ???) Mortal Kombat Unchaind Star Wars - LA Lego Star Wars Loco Roco Last edited by Nethopper; 07-27-2007 at 07:04 AM.. |
||
|
|
|
|
|
#466 |
![]() Enter Custom Title
|
For me LocoRoco works but not Tekken: Dark Resurrection (Asia).
|
|
|
|
|
|
#467 | |
|
Quote:
if i enable one of the 'no umd' drivers the games launch fine and cwcheat seems to work... but when i do a difference scan, on the first scan for a difference it freezes while it says 'searching...' and i have to turn off the psp... |
||
|
|
|
|
|
#468 |
![]() ![]() ![]() Developer
|
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. Enjoy ![]() DOWNLOAD Code:
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
|
|
|
|
|
|
#471 |
![]() ![]() ![]() Developer
|
maybe you are searching wrongly for differences. eg: searching for equal as first search is the worst idea it will fill up your ms and take a lot of time.
anyway consider that if it doesn't crash (watchdog triggered+10sec poweroff) it's working. as the psp doesn't have the ram available in a pc i can't store results in ram so it will lose a lot of time writing to ms (even if the led isn't lit) |
|
|
|
|
|
#472 |
|
well, what i'm trying to find a 'godmode' cheat in Alien Syndrome, i go to 'start a difference search' and it dumps fine, then i select Float then go and let enemies attack me, then i go to 'continue difference search' and select 'less than before' and it then it 'freezes' like i described, the ms light does not blink...
it probably is just the lack of ram i suppose, so i guess i'll try using just dumps and search pc side... thanks edit: yea, i shouldn't have done a float search haha... works great with everything but float, thanks for this great app =) Last edited by PermanentPress; 07-28-2007 at 08:51 AM.. |
|
|
|
|
|
|
#474 |
![]() |
Great release. Fixed it right up for me!
__________________
[CENTER][fieldset=""][SIZE=1][URL="http://forums.qj.net/showpost.php?p=1802734"][3.71 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=114268"][3.52/3.60 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=84905"][3.40 OE Installation][/URL] | [URL="http://forums.qj.net/showthread.php?p=1620764#post1620764"][My PSP Font Converter][/URL][/SIZE] [/fieldset][fieldset=""][SIZE=1][URL="http://pspupdates.qj.net/"][PSP Updates][/URL] | [URL="http://dark-alex.org/"][Dark-Alex.org][/URL][/SIZE][/fieldset] [/CENTER] |
|
|
|
|
|
#475 |
![]() |
@PermanentPress:
Make sure you have a decent amount of free space on your MS when you are doing searches since it can cause a lockup when you run out of space. @weltall: I love CWCheat! You've done an amazing job at keeping up with the constant updates to the various firmwares. Keep up the good work! |
|
|
|
|
|
#477 |
![]() ![]() ![]() Developer
|
Here it is a new version of cwcheat: 0.1.9 REV.A
With this version you will now have a prx specially made for irshell which starts in homebrew mode and let you load the game id and database when you have started your game by pressing L+SELECT in the cwcheat menu. Other than this there are a lot of optimizations which let the prx reduce it's size by 1370bytes and the goto function is more complete, being able to accept also not "showed bytes" alligned adresses (it changes the x position of the cursor according to the adress you enter) Enjoy ![]() DOWNLOAD Code:
0.1.9 REV.A RELEASE
=====================
- [ALL] fixed a little glitch about brightness changing at boot up even with brightness control disabled if the
default brightness level on the config was != 0
- [ALL] made various optimizations which made the prx go down of 1370 bytes
- [IRSHELL] added a special prx crafted for IRSHELL. It will load in homebrew mode and you are able to switch to
game mode by pressing L TRIGGER + SELECT on the main menu. This will load the gameid and the database.
When you go out from the game irshell will reset so even prx will be realoded, making cwcheat restarting
in homebrew mode.
- [LITE] added a lite version of the build for IRSHELL
- [LITE] lite prxs were moved to a LITE subfolder in the package to avoid having a lot of prx on the archive root directory
- [ALL] now the cursor is positioned according to
the inputted adress in the goto dialog even if not alligned with
the shown bytes per line
- [ALL] the goto adress shown when you open it takes in consideration were you put the cursor
|
|
|
|
|
|
#480 |
![]() ![]() ![]() Developer
|
yes that's the only way as the umd isn't mounted till you start playing games and trying to access it will make the psp crash. this isn't true for older firmware than m33.
the irshell plugin is a homebrew plugin capable of going manually in game mode |
|
|
|
![]() |
| Tags |
| cwcheat , games , pops , psp , release |
| Thread Tools | |
|
|