Editing PS2 Custom Configs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 895: | Line 895: | ||
}} | }} | ||
Fix black screen and ghosting, and fully disable game protection, shadows, in-battle ghosting, and enable frame skipping in towns to fix performance issues. Smoothing is disabled in the config to prevent ghosting issues. Two hooks are applied: the 0x0A does add a value of 1 to pass executable's decryption process. The 0x0B hook does apply to some DMA function. | |||
{{boxcode|float=left|title=Commands Info|ps2configrev=16454|code=<syntaxhighlight lang=bash> | {{boxcode|float=left|title=Commands Info|ps2configrev=16454|code=<syntaxhighlight lang=bash> | ||
Line 938: | Line 938: | ||
0x1000FFFA beqz zero,0x4309E8 -> 0x00000000 nop | 0x1000FFFA beqz zero,0x4309E8 -> 0x00000000 nop | ||
0x431A54 | 0x431A54 | ||
0xAC430000 sw v1,(v0) -> | 0xAC430000 sw v1,(v0) -> sw zero,(v0) | ||
0x397BB0 | 0x397BB0 | ||
0x1440FFF9 bnez v0,0x397B98 -> 0x00000000 nop | 0x1440FFF9 bnez v0,0x397B98 -> 0x00000000 nop |