House of the Dead: Overkill: Difference between revisions

Jump to navigation Jump to search
Line 29: Line 29:
Using Internal Resolutions above 1x will have a detrimental effect on this titles bloom effects. Bloom can be corrected for ~IRx4 with the following Gecko code. The game doesn't like this so enable the code with the game running then disable it again a moment later (do not pause).
Using Internal Resolutions above 1x will have a detrimental effect on this titles bloom effects. Bloom can be corrected for ~IRx4 with the following Gecko code. The game doesn't like this so enable the code with the game running then disable it again a moment later (do not pause).


<pre>$Bloom Fix x4
<pre>$Bloom x4
C202613C 00000005
A8000000 00000000
3B000050 7C183000
C215E574 00000002
40A20014 39000014
5484E13E 5463F0BE
3920000E 38C00014
7C660734 00000000
38E0000E B1030080
C215D0DC 00000003
39400017 54C6F0BE
54E7F0BE 5508F0BE
5529F0BE 00000000
C215D154 00000002
54C6103A 54E7103A
7F05C378 00000000
C215D494 00000003
3C608000 C0031820
EC6000F2 FC00181E
60000000 00000000
60000000 00000000
C215E848 00000002
04001820 3f333333 //Brightness
3940000E 39600014
E0000000 80008000
380000FF 00000000
</pre>
</pre>


Alternately disable bloom with the following code.
{{image|House of the Dead Overkill Bloom.jpg|Bloom /w IR &gt; 1|br}}
 
<pre>$No Bloom
0415CB50 60000000
</pre>
 
{{image|House of the Dead Overkill Bloom.jpg|Bloom /w IR > 1|br}}


== Configuration ==
== Configuration ==