Converting codes for PNACH use: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
Line 27: Line 27:


=== Raw ===
=== Raw ===
 
----
==== Raw code types ====
==== Raw code types ====
 
----
==== Condensed raw Codes ====
==== Condensed raw Codes ====
 
----


== Converting the codes to proper format for use with PNACH files ==
== Converting the codes to proper format for use with PNACH files ==

Revision as of 16:39, 22 November 2014

Work in progress. Will start working on this later today.


Introduction

This guide will explain how to convert various codes to raw codes for use with pnach files. A lot of people don't seem to know how to create a proper cheat code from existing codes and they'll usually end up asking the same question on the Forum: "How to get xx code to work, please help!" With this guide you'll not only learn how to convert the codes, but you'll also know how to recognize most codes so that you know which code type you're actually dealing with. There will also be a section later explaining how the RAW codes work in PCSX2, and how you can recognize those as well.


Different types of codes

There are various types of codes such as Codebreaker, AR-MAX, GS, XPloder, etc. PCSX2 makes use of raw codes that are placed inside a .pnach file. Most of the codes found on the web are not always in raw format, so you'll have to convert them first. But what do each codes look like? Let's take a look.

Codebreaker


This is one of the most common codes you'll find. Sites like Codetwink use these codes and are usually in V1.0+ format. (Sometimes you can also find them in V7+ format).

An example code of the game Silent Hill 4 and an Infinite Health Code:

2A73077A 447A0000


If you were to convert that to a raw code, it'd become:

2045A548 447A0000

AR-MAX

XPloder

GS

Raw


Raw code types


Condensed raw Codes


Converting the codes to proper format for use with PNACH files

Frequently Asked Questions