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
  #11 (permalink)  
Vecchio 4th February 2008, 01:11
L'avatar di CanisLupus
Member
 
Data registrazione: Aug 2006
Messaggi: 157
Potenza rep: 4
CanisLupus è su una strada distinta
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?
Rispondi citando
  #12 (permalink)  
Vecchio 4th February 2008, 02:15
L'avatar di weltall
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,392
Potenza rep: 19
weltall diventerà presto famoso abbastanza
i'd say newer code types, the dynamic clocker are some of the never major updates
Rispondi citando
  #13 (permalink)  
Vecchio 4th February 2008, 02:32
L'avatar di CanisLupus
Member
 
Data registrazione: Aug 2006
Messaggi: 157
Potenza rep: 4
CanisLupus è su una strada distinta
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?
Rispondi citando
  #14 (permalink)  
Vecchio 4th February 2008, 12:36
L'avatar di weltall
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,392
Potenza rep: 19
weltall diventerà presto famoso abbastanza
yeah it's like vnc you can't do much there
Rispondi citando
  #15 (permalink)  
Vecchio 4th February 2008, 14:19
L'avatar di CanisLupus
Member
 
Data registrazione: Aug 2006
Messaggi: 157
Potenza rep: 4
CanisLupus è su una strada distinta
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
Rispondi citando
  #16 (permalink)  
Vecchio 5th February 2008, 07:12
L'avatar di gangstamalu
CWCheat English Section Moderator
 
Data registrazione: Aug 2006
Messaggi: 725
Potenza rep: 5
gangstamalu è su una strada distinta
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.
__________________
http://www.consoleworld.org/forum/cu...pic12401_1.gif
PSP 5.00 M33-3 CWCheat Version:0.2.2 Rev. D
If I helped you Up the Rep . THANKS AND PEACE!
Rispondi citando
  #17 (permalink)  
Vecchio 7th February 2008, 21:44
Junior Member
 
Data registrazione: Feb 2008
Messaggi: 2
Potenza rep: 0
dwilie è su una strada distinta
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.
Rispondi citando
  #18 (permalink)  
Vecchio 8th February 2008, 09:07
L'avatar di weltall
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,392
Potenza rep: 19
weltall diventerà presto famoso abbastanza
did you even read the readme? update to m33-3!
Rispondi citando
  #19 (permalink)  
Vecchio 8th February 2008, 16:39
Junior Member
 
Data registrazione: Feb 2008
Messaggi: 2
Potenza rep: 0
dwilie è su una strada distinta
ok.thank for reply n give info bout that.
Rispondi citando
  #20 (permalink)  
Vecchio 8th February 2008, 19:32
L'avatar di weltall
CW Team
 
Data registrazione: Sep 2005
Residenza: Shevat
Messaggi: 7,392
Potenza rep: 19
weltall diventerà presto famoso abbastanza
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:
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
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


DOWNLOAD
DONATE

Codice:
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
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 03:27.


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