House of the Dead: Overkill: Difference between revisions

m
Line 27: Line 27:
== Enhancements ==
== Enhancements ==
=== Bloom ===
=== Bloom ===
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 with the following Gecko code. Use either x4 or x8, whichever is closer to the Internal Resolution you are running. You can change the Brightness line to increase or reduce the bloom brightness by replacing 3f400000 (float value = 0.75) using a float value to hex converter.


<pre>$Bloom x4
<pre>$Bloom for x4 IR
A8000000 00000000
A8000000 00000000
C215E574 00000002
C215E574 00000002
Line 45: Line 45:
EC6000F2 FC00181E
EC6000F2 FC00181E
60000000 00000000
60000000 00000000
04001820 3f333333 //Brightness
04001820 3f400000 //Brightness
E0000000 80008000  
E0000000 80008000
$Bloom for x8 IR
A8000000 00000000
C215E574 00000002
5484D97E 5463E8FE
7C660734 00000000
C215D0DC 00000003
39400017 54C6E8FE
54E7E8FE 5508E8FE
5529E8FE 00000000
C215D154 00000002
54C61838 54E71838
7F05C378 00000000
C215D494 00000003
3C608000 C0031820
EC6000F2 FC00181E
60000000 00000000
04001820 3f400000 //Brightness
E0000000 80008000
</pre>
</pre>


20

edits