List Of Games That Use Channel/Texture Shuffle #4109
tadanokojin
started this conversation in
Information
Replies: 2 comments
-
Brothers in Arms - Road to Hill 30 Burnout 3 Destroy All Humans log, noting this only seems to throw log messages out during the intro, ingame does not (possibly missed effect?) God Of War Metal Gear Solid (Start of game, no thermal goggles) Need For Speed Most Wanted Valkyrie Profile 2 (Only during the post menu rendered cutscene, ingame spams nothing) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dog's Life dump |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want a list of games with shuffle post-processing including dumps.
Goal is to know which stuff to test if we change the handling.
test plugin
Definitions
Texture Shuffle: A channel copy that involves reading a 32-bit color/depth buffer as 16-bit and texture mapping 8xh pixel strips to the right or left by 8, skipping 8 and then repeating. The result is red+green can be mapped into blue+alpha or vice versa.
Channel Shuffle: A channel copy that involves reading a 32-bit color/depth buffer as 8-bit index texture and using a palette to modulate the color channels individually. The result is any individual channel can be copied or modified. More Info
Pixel Shuffle: A special variant of texture shuffle that involves channel copying the red-green and blue-alpha pixels into a temporary buffer. More Info
Texture Shuffle
Channel Shuffle
Combination
TODO
Beta Was this translation helpful? Give feedback.
All reactions