Merge pull request #11542 from linckandrea/master

Update GraphicMods
This commit is contained in:
Admiral H. Curtiss 2023-03-28 00:55:18 +02:00 committed by GitHub
commit 012044eb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 177 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{
"meta":
{
"title": "DOF Removal",
"author": "Dolphin Team",
"description": "Skips drawing DOF effects. May be preferable when using a DOF solution from Dolphin's post processing shaders or a third party tool."
},
"features":
[
{
"group": "DOF",
"action": "skip"
}
]
}

View File

@ -0,0 +1,20 @@
{
"meta":
{
"title": "Native Resolution DOF",
"author": "Dolphin Team",
"description": "Scales DOF effects to draw at their native resolution, regardless of internal resolution. Results in DOF looking much more natural at higher resolutions but may cause shimmering."
},
"features":
[
{
"group": "DOF",
"action": "scale",
"action_data": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0
}
}
]
}

View File

@ -0,0 +1,36 @@
{
"meta":
{
"title": "Bloom and DOF Texture Definitions",
"author": "linckandrea"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n09_20x15_1"
},
{
"type": "efb",
"texture_filename": "efb1_n21_20x15_1"
}
]
},
{
"name": "DOF",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n10_320x240_4"
},
{
"type": "efb",
"texture_filename": "efb1_n11_320x240_1"
}
]
}
]
}

View File

@ -1,7 +1,7 @@
{
"meta":
{
"title": "Bloom and HUD Texture Definitions",
"title": "Bloom, DOF and HUD Texture Definitions",
"author": "iwubcode"
},
"groups":
@ -20,6 +20,61 @@
"pretty_name": "faces",
"texture_filename": "tex1_512x256_ff742945bb1f5cd6_14"
},
{
"type": "draw_started",
"pretty_name": "faces2",
"texture_filename": "tex1_512x256_bf69f6bcc9fa1c84_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces2",
"texture_filename": "tex1_512x256_bf69f6bcc9fa1c84_14"
},
{
"type": "draw_started",
"pretty_name": "faces3",
"texture_filename": "tex1_512x256_6a7db9462722f3f2_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces3",
"texture_filename": "tex1_512x256_6a7db9462722f3f2_14"
},
{
"type": "draw_started",
"pretty_name": "faces4",
"texture_filename": "tex1_512x256_9c3091b878ecc5d5_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces4",
"texture_filename": "tex1_512x256_9c3091b878ecc5d5_14"
},
{
"type": "draw_started",
"pretty_name": "faces5",
"texture_filename": "tex1_512x256_8787a867fd0d1f6c_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces5",
"texture_filename": "tex1_512x256_8787a867fd0d1f6c_14"
},
{
"type": "draw_started",
"pretty_name": "faces5",
"texture_filename": "tex1_512x256_a47bcf54cfeeaafd_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces5",
"texture_filename": "tex1_512x256_a47bcf54cfeeaafd_14"
},
{
"type": "draw_started",
"pretty_name": "text",
@ -97,6 +152,17 @@
"pretty_name": "text7",
"texture_filename": "tex1_128x128_73d3f8a2f0347b4a_0"
},
{
"type": "draw_started",
"pretty_name": "text8",
"texture_filename": "tex1_32x32_8261c7f3bc24e3a7_0"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "text8",
"texture_filename": "tex1_32x32_8261c7f3bc24e3a7_0"
},
{
"type": "draw_started",
"pretty_name": "large numbers",
@ -129,6 +195,39 @@
"value": "2d",
"pretty_name": "life outline",
"texture_filename": "tex1_128x64_deeeaa33ca3dc0f1_14"
},
{
"type": "draw_started",
"pretty_name": "ability bar",
"texture_filename": "tex1_64x64_59345b5687ee93e6_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "ability bar",
"texture_filename": "tex1_64x64_59345b5687ee93e6_14"
},
{
"type": "draw_started",
"pretty_name": "ability bar2",
"texture_filename": "tex1_128x128_84ede5f362602f6b_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "ability bar2",
"texture_filename": "tex1_128x128_84ede5f362602f6b_14"
},
{
"type": "draw_started",
"pretty_name": "ability bar2",
"texture_filename": "tex1_256x512_4cac4a78235f5e94_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "ability bar2",
"texture_filename": "tex1_256x512_4cac4a78235f5e94_14"
}
]
},
@ -146,7 +245,12 @@
{
"type": "efb",
"texture_filename": "efb1_n359_160x112_1"
},
}
]
},
{
"name": "DOF",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n432_320x224_6"