Game cheats: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Patching system is one of the most splendid features of PCSX2. Some patches will help you make the broken game playable by messing with its code skipping some of its parts. You'll have to discover and download these patches from the Internet. Still there are other patches helps you cheat on games while playing. So even if your skill is not enough to beat the game fairly you won't be frustrated like on the real PS2. All you have to do is to find or better yet '''create''' your own cheat for the game. Here goes a small tutorial that can help you understand a bit how does these cheats work and how to create your own cheat.
Patching system is one of the most splendid features of PCSX2. Some patches will help you make the broken game playable by messing with its code skipping some of its parts. You'll have to discover and download these patches from the Internet. Still there are other patches helps you cheat on games while playing. So even if your skill is not enough to beat the game fairly you won't be frustrated like on the real PS2. All you have to do is to find or better yet '''create''' your own cheat for the game. Here goes a small tutorial that can help you understand a bit how does these cheats work and how to create your own cheat.


PCSX2 uses so-called CRC for each game. This CRC is a special control sum of all bytes in the main game executable. It help to distinguish not only different games but even different regions and different editions of one game. This is a precaution not to apply the patch created for one game version on another making the game unplayable/crashing. All the pathces are stored in the '''patches''' folder by default. Your installation of PCSX2 may already have many patches in it. These are the dafault ones to improve some games behavior (they skip videos or some sections in otherwise hangning games).
PCSX2 uses so-called CRC for each game. This CRC is a special control sum of all bytes in the main game executable. It help to distinguish not only different games but even different regions and different editions of one game. This is a precaution not to apply the patch created for one game version on another making the game unplayable/crashing. The CRC is a 8 chars long hexadecimal number. You can find the number for your game in PCSX2 console when the game is starting (or on the console caption in some PCSX2 versions, it looks like "'''Game running [CRC=xxxxxxxx]'''").
 
All the patches are stored in the '''patches''' folder by default. Your installation of PCSX2 may already have many patches in it. These are the default ones to improve some games behavior (they skip videos or some sections in otherwise hanging games). When you create your patch it will be placed here as well and will have the name <code><GameCRC>.pnach</code> (for example a patch for Drakan 2 PAL has name '''04f9d87f.pnach''').

Revision as of 16:35, 8 November 2009

Patching system is one of the most splendid features of PCSX2. Some patches will help you make the broken game playable by messing with its code skipping some of its parts. You'll have to discover and download these patches from the Internet. Still there are other patches helps you cheat on games while playing. So even if your skill is not enough to beat the game fairly you won't be frustrated like on the real PS2. All you have to do is to find or better yet create your own cheat for the game. Here goes a small tutorial that can help you understand a bit how does these cheats work and how to create your own cheat.

PCSX2 uses so-called CRC for each game. This CRC is a special control sum of all bytes in the main game executable. It help to distinguish not only different games but even different regions and different editions of one game. This is a precaution not to apply the patch created for one game version on another making the game unplayable/crashing. The CRC is a 8 chars long hexadecimal number. You can find the number for your game in PCSX2 console when the game is starting (or on the console caption in some PCSX2 versions, it looks like "Game running [CRC=xxxxxxxx]").

All the patches are stored in the patches folder by default. Your installation of PCSX2 may already have many patches in it. These are the default ones to improve some games behavior (they skip videos or some sections in otherwise hanging games). When you create your patch it will be placed here as well and will have the name <GameCRC>.pnach (for example a patch for Drakan 2 PAL has name 04f9d87f.pnach).