|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | |
|
It's a Spinning Smile!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Posts: 5,295
|
You will need: CB Crypt v1.11 - Converts CodeBreaker Codes to RAW. CodeBreaker Disc Version - Checks your game is the correct one for the codes. Signup to the Code Breaker Site (it's free) for the codes...though I assume they are all yank cheats ![]() Browse to the game you wish to cheat on, for this example Makai Kingdom. At the bottom of the page will be: Quote:
On the cheats page, click View Codes. Open up, CB Crypt v1.11 and a blank text file. Put in the Text file: Code:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5] comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.) //Master Code Code:
9A404435 ED112A0C 2A7B314C 00000000 Code:
90118DB8 00832021 2013AF50 00000000 Code:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5] comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.) //Master Code patch=1,EE,2013AF50,word,00000000 I recommend labelling each cheat with a //comment to keep yourself organised. Here's a larger example of a cheat pnach I created: Code:
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5] comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.) //Master Code patch=1,EE,2013AF50,word,00000000 //Infinite Money patch=1,EE,002E7AD0,word,0000FFFF //Max Money patch=1,EE,202E7AD0,word,107A3FFF patch=1,EE,202E7AD4,word,00005AF3 //Infinite Bonus Points (Character Creation) patch=1,EE,202AAE18,word,0098967F //Level 9,999 After 1 Kill patch=1,EE,20189CA8,word,3C020001 patch=1,EE,20189CAC,word,0002103C //Insanely Quick Exp Gain patch=1,EE,20189CA8,word,3402270F patch=1,EE,20189CAC,word,0002103C //Ultra Quick Skill Exp Gain patch=1,EE,2017F594,word,3406FFFF //Insanely Quick Mana Gain patch=1,EE,20189F20,word,3C0305F5
__________________
![]() » Beta Tester for PCSX2 | ZeroGS KOSMOS | Satourne | nullDC | Dolphin | Misc Projects « » Intel Core i7 950 D0 @ 3.7GHz | GeForce 285 GTX | Corsair Dominator 6GB @ 1866MHz « Last edited by CKemu; July 26th, 2006 at 00:09. |
|
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#2 (permalink) |
|
Pilgrim
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2005
Location: Hyperion
Posts: 3,349
|
Thanks for this CKemu!!
__________________
![]() --ASUS G50VT-X1 - P8400 2.5GHZ - Geforce 9800GS 512MB - HDD 320GB - 4GB DDR2 800MHZ - WINDOWS 7 64 BIT - ZALMAN NC2000-- ...Mis sueños son mentiras que algun día dejarán de serlo...
|
|
|
|
|
|
#4 (permalink) |
|
It's a Spinning Smile!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Posts: 5,295
|
Disc checker makes sure your game matches the game the cheats where designed for, eg FFX (USA) cheats are different from FFX (EUR) cheats. Gametitle etc, I typed in manually.
__________________
![]() » Beta Tester for PCSX2 | ZeroGS KOSMOS | Satourne | nullDC | Dolphin | Misc Projects « » Intel Core i7 950 D0 @ 3.7GHz | GeForce 285 GTX | Corsair Dominator 6GB @ 1866MHz « |
|
|
|
|
|
#5 (permalink) |
|
feh
Join Date: Mar 2006
Location: Near Philly, PA, USA
Posts: 15
|
If all we need is raw values for the patches, couldn't this work for GS2 and ARMAX, as well? There is a converter that'll turn those codes to raw, as well. The software i mentioned is available here as MaxConvert .71, in case anyone was interested. |
|
|
|
|
|
#6 (permalink) |
|
It's a Spinning Smile!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Posts: 5,295
|
It will work for GS2 and ARMAX...this was just an example. I will note that don't convert CodeBreaker cheats with MaxConvert, as it was pulling some dodgey values.
__________________
![]() » Beta Tester for PCSX2 | ZeroGS KOSMOS | Satourne | nullDC | Dolphin | Misc Projects « » Intel Core i7 950 D0 @ 3.7GHz | GeForce 285 GTX | Corsair Dominator 6GB @ 1866MHz « |
|
|
|
|
|
#11 (permalink) |
|
It's a Spinning Smile!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Posts: 5,295
|
Memory Mapping. If the address is in the 1xxxxxxx range simply change the leading 1 into a 0 or 2, eg: 100314BF2 would become 000314BF2 or 200314BF2 respectively. 0 and 2 memory ranges are mirrors of each other. You find the mirrors in memory.c: RAM --- 0x00100000-0x01ffffff this is the physical address for the ram.its cached there 0x20100000-0x21ffffff uncached 0x30100000-0x31ffffff uncached & acceleretade 0xa0000000-0xa1ffffff MIRROR might...??? 0x80000000-0x81ffffff MIRROR might... ???? It makes no difference to which of these you write. 1xxxxxxx is reserved for mapping of hardware registers (GS, IPU, DMA etc.), hence the crash if information is written there. You can port AR / GS / CB codes to raw and use them in PCSX2, it does not have to be specificly CB. Now I know more about the whole aspect of cheating and some other work going on with PCSX2, I shall be writing a full blown guide to cheating and memory searching.
__________________
![]() » Beta Tester for PCSX2 | ZeroGS KOSMOS | Satourne | nullDC | Dolphin | Misc Projects « » Intel Core i7 950 D0 @ 3.7GHz | GeForce 285 GTX | Corsair Dominator 6GB @ 1866MHz « Last edited by CKemu; October 5th, 2006 at 16:01. |
|
|
|
|
|
#15 (permalink) |
|
It's a Spinning Smile!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2001
Posts: 5,295
|
That number is the CRC for the game generated by PCSX2 to ID the games ELF file.
__________________
![]() » Beta Tester for PCSX2 | ZeroGS KOSMOS | Satourne | nullDC | Dolphin | Misc Projects « » Intel Core i7 950 D0 @ 3.7GHz | GeForce 285 GTX | Corsair Dominator 6GB @ 1866MHz « |
|
|
|
|
|
#19 (permalink) |
|
Registered User
Join Date: Sep 2006
Location: Missouri
Posts: 4
|
tlbmiss errors
cputlbmiss i think it is what the hell are those errors and why am i getting them repeatedly? i tried making codebreaker pnach files for re4 and reoutbreak#2 and both did the same dang thing. anybody?
|
|
|
|
|
|
#20 (permalink) |
|
Registered User
Join Date: Oct 2006
Location: United States of America
Posts: 1
|
Hmm, I'm wondering if anyone can help me with the kingdom hearts patch because I can't seem to get a few of the cheats working, such as the code that lets you have all 101 Dalmatians, have all the keys and Quick EXP Gain. My codes for the patches are: all the keys- patch=1,EE,103F217A,word,00000101 patch=1,EE,403F217C,word,00030001 patch=1,EE,01010101,word,00000000 patch=1,EE,103F218C,word,00000101 101 Dalmatians- patch=1,EE,003F3393,word,000000FF patch=1,EE,203F3394,word,FFFFFFFF patch=1,EE,203F3398,word,FFFFFFFF patch=1,EE,203F339C,word,FFFFFFFF quick exp gain- patch=1,EE,103F1CD0,word,0000FFFF Thanks in advance |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|