Patches (Revenge): Difference between revisions

m
no edit summary
(→‎Progression Settings: Traditionally the default value for a patch is put as a comment)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1:
= PS2 (SLUS-21242) =
=== PCSX2 Speedhacks ===
<pre>
//PCSX2 Speedhacks (patch by: UlsterRosé/escape209)
patch=1,EE,21BFE7B8,byte,00000000 // 00000001 // Bloom
Line 7:
patch=1,EE,21BFE7BA,byte,00000000 // 00000001 // Motion blur
</pre>
 
=== Disable Traffic Checking ===
<pre>
Line 29 ⟶ 30:
</pre>
=== Lap Count ===
<pre>
//Force Lap COUNT
patch=1,EE,01F034E4,word,00000009
</pre>
 
=== Enable Lives in Road Rage ===
<pre>
Line 75 ⟶ 77:
 
=== Unlock All Challenges ===
<pre>
//Unlock All Challenges
patch=1,EE,00131380,word,146200BE
</pre>
 
=== Unlock All Cars ===
<pre>
Line 113 ⟶ 116:
patch=1,EE,004405F0,word,3f000000
</pre>
 
[[Category:Patches]]