Wow, it's been a while since I've been here. I've missed a lot, lol. I need to stop going on hiatus all the time...but I'm not old enough to get a job, so I'm always stripped of cash when it comes to games...plus, getting a PS3 (and a Wii for my brother) from my parents for holidays has them stripped of cash too...So I can't go to them very often anymore, next game is DMC4 for my PS3 ^^"
Anyway, any major improvements I've missed Weltall?
Ah, I like the dynamic clocker idea...especially since I'm still using the original batter that came with my PSP...that thing has worn out to like 4 hours now. Oh, do you know anything about how the PSP playing PS1 games from remote play on the PS3 goes? Does the PS3 send the game data to the PSP to process, or is it just basically like VNC where the PS3 just sends sends live image and sound?
Ah, that stinks. Oh well, hopefully the hacking scene for the PS3 will get somewhere...though I guess it's kind of hard when no one has the SDK Eh, in the mean time I'll be saving up for DMC4...and a few other games it will be a while until I get, like Uncharted and Oblivion namely
Hey CanisLupus, Hows it been?
PS3...I see, I kinda tried to stay away from next gen system b/c they really make my wallet look empty even after I get the system.
Also a text reader was added. I don't think u were here with us at that time.
doesnt work in my psp this version.menu cheat in a game doesnt open by hold SELECT button.hold R set plugins already all enabled.my FW 3,71 M33-2.whats wrong?thanks for reply the correct answer.
Here it is a new version of cwcheat: 0.2.1 REV.A
The major news about this version are two:
Now homebrews finally get their own ids. The id is made trough hashing of the launched eboot from the game menu. it will have the HBxxxxxxxx format and so it will allow you to catalogue easily and cleanly in your database cheats for different homebrews.
four new test code types which uses adress comparison in place of comparing a fixed value with the value at a particular adress.
The general format is this:
0aaaaaaa 0xXbbbbbbb
0xnnnnnnnn 0x0000000Y
a = adress to the left operand of the test operation
b = adress to the right operand of the test operation
X = test operation to be executed: 4 for equal, 5 for not equal, 6 for less than, 7 for greather than
n = number of lines to skip if the test fails
Y = bits of the operation: 0 = 8bit, 1 = 16bit, 2 = 32bit
Then there is the classical list of fixes and optimizations on cpu clock functions, text reader, and some select cheats menu functions.
Finally a polish translation was added thanks to Bolec and some workaround were applied for some 3.80+ firmware bugs till better ways are found.
Enjoy
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
Code:
CHANGELOG:
0.2.1 REV. A RELEASE
=====================
- [ALL] Added a polish translation thanks to Bolec
- [ALL] Fixed a memory leak in the text reader
- [ALL] reworked partially cpu clock functions. now they will be able to work as expected also 3.80 without setting first 333/166
before changing values.
- [ALL] various optimizations in the cpu clock functions
- [GAME] Added four new code types. They are all test codes, but they check two adresses for ==, !=, >, <.
This is their format:
0xDaaaaaaa 0xXbbbbbbb
0xnnnnnnnn 0x0000000Y
a = adress to the left operand of the test operation
b = adress to the right operand of the test operation
X = test operation to be executed: 4 for equal, 5 for not equal, 6 for less than, 7 for greather than
n = number of lines to skip if the test fails
Y = bits of the operation: 0 = 8bit, 1 = 16bit, 2 = 32bit
- [GAME] Added support to homebrew identification: an hash is done out of the launched eboot and an id is assigned from there in this format
HBxxxxxxxx. This will allow you to keep your homebrew codes separated in the database.
- [ALL] fixed a bug in the cheat deletion function in the select cheats menu which didn't copy correctly the various codelines of the cheat under
the deleted one, leaving codelines of the deleted cheat in place of the cheat under it.
- [ALL] the informations on the main menu about the memory stick total/available space was disabled for the 3.80+ firmwares
because of a bug in the firmware which could lead to freeze. This was done as a temporary solution till a workaround to this problem is found.
If, after opening the in game menu, the ms led stays blinking, don't do any file operation: reload/save db, save setting, search operations,
selecting a remapsp. If you need those go out from the menu and reopen it in a time while the ms led isn't blinking. This doesn't affect older
firmwares
- [GAME] some little fixes
Bookmarks