diff --git a/Data/Sys/Load/GraphicMods/Battallion Wars 2/RBW.txt b/Data/Sys/Load/GraphicMods/All Games Bloom Removal/all.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/Battallion Wars 2/RBW.txt rename to Data/Sys/Load/GraphicMods/All Games Bloom Removal/all.txt diff --git a/Data/Sys/Load/GraphicMods/All Games Bloom Removal/metadata.json b/Data/Sys/Load/GraphicMods/All Games Bloom Removal/metadata.json new file mode 100644 index 0000000000..1dd6c8dcc1 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/All Games Bloom Removal/metadata.json @@ -0,0 +1,15 @@ +{ + "meta": + { + "title": "Bloom Removal", + "author": "Dolphin Team", + "description": "Skips drawing bloom effects. May be preferable when using a bloom solution from Dolphin's post processing shaders or a third party tool." + }, + "features": + [ + { + "group": "Bloom", + "action": "skip" + } + ] +} \ No newline at end of file diff --git a/Data/Sys/Load/GraphicMods/House of the Dead Overkill/RHO.txt b/Data/Sys/Load/GraphicMods/All Games HUD Removal/all.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/House of the Dead Overkill/RHO.txt rename to Data/Sys/Load/GraphicMods/All Games HUD Removal/all.txt diff --git a/Data/Sys/Load/GraphicMods/All Games HUD Removal/metadata.json b/Data/Sys/Load/GraphicMods/All Games HUD Removal/metadata.json new file mode 100644 index 0000000000..ac08648ef4 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/All Games HUD Removal/metadata.json @@ -0,0 +1,14 @@ +{ + "meta": + { + "title": "Remove HUD", + "author": "Dolphin Team", + "description": "Skips drawing elements designated as the HUD. Can be used for taking screenshots or increasing immersion." + }, + "features": [ + { + "group": "HUD", + "action": "skip" + } + ] +} \ No newline at end of file diff --git a/Data/Sys/Load/GraphicMods/Last Story/SLS.txt b/Data/Sys/Load/GraphicMods/All Games Native Resolution Bloom/all.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/Last Story/SLS.txt rename to Data/Sys/Load/GraphicMods/All Games Native Resolution Bloom/all.txt diff --git a/Data/Sys/Load/GraphicMods/All Games Native Resolution Bloom/metadata.json b/Data/Sys/Load/GraphicMods/All Games Native Resolution Bloom/metadata.json new file mode 100644 index 0000000000..0616392606 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/All Games Native Resolution Bloom/metadata.json @@ -0,0 +1,20 @@ +{ + "meta": + { + "title": "Native Resolution Bloom", + "author": "Dolphin Team", + "description": "Scales bloom effects to draw at their native resolution, regardless of internal resolution. Results in bloom looking much more natural at higher resolutions but may cause shimmering." + }, + "features": + [ + { + "group": "Bloom", + "action": "scale", + "action_data": { + "X": 1.0, + "Y": 1.0, + "Z": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/Data/Sys/Load/GraphicMods/Monster Hunter Tri - Demo/DMH.txt b/Data/Sys/Load/GraphicMods/Battalion Wars 2/RBW.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/Monster Hunter Tri - Demo/DMH.txt rename to Data/Sys/Load/GraphicMods/Battalion Wars 2/RBW.txt diff --git a/Data/Sys/Load/GraphicMods/Battallion Wars 2/metadata.json b/Data/Sys/Load/GraphicMods/Battalion Wars 2/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/Battallion Wars 2/metadata.json rename to Data/Sys/Load/GraphicMods/Battalion Wars 2/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Super Mario Strikers Charged/R4Q.txt b/Data/Sys/Load/GraphicMods/Mario Strikers Charged/R4Q.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/Super Mario Strikers Charged/R4Q.txt rename to Data/Sys/Load/GraphicMods/Mario Strikers Charged/R4Q.txt diff --git a/Data/Sys/Load/GraphicMods/Super Mario Strikers Charged/metadata.json b/Data/Sys/Load/GraphicMods/Mario Strikers Charged/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/Super Mario Strikers Charged/metadata.json rename to Data/Sys/Load/GraphicMods/Mario Strikers Charged/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Monster Hunter Tri/DMH.txt b/Data/Sys/Load/GraphicMods/Monster Hunter Tri/DMH.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Monster Hunter Tri/RMH.txt b/Data/Sys/Load/GraphicMods/Monster Hunter Tri/RMH.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Monster Hunter Tri - Demo/metadata.json b/Data/Sys/Load/GraphicMods/Monster Hunter Tri/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/Monster Hunter Tri - Demo/metadata.json rename to Data/Sys/Load/GraphicMods/Monster Hunter Tri/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Skyward Sword Bloom/SOU.txt b/Data/Sys/Load/GraphicMods/Skyward Sword Bloom/SOU.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Skyward Sword Bloom/metadata.json b/Data/Sys/Load/GraphicMods/Skyward Sword Bloom/metadata.json new file mode 100644 index 0000000000..90728d8ebe --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Skyward Sword Bloom/metadata.json @@ -0,0 +1,27 @@ +{ + "meta": + { + "title": "Bloom Texture Definitions", + "author": "iwubcode" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n000046_57x76_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000045_114x152_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000107_228x304_6" + } + ] + } + ] +} \ No newline at end of file diff --git a/Data/Sys/Load/GraphicMods/The House of the Dead Overkill/RHO.txt b/Data/Sys/Load/GraphicMods/The House of the Dead Overkill/RHO.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/House of the Dead Overkill/metadata.json b/Data/Sys/Load/GraphicMods/The House of the Dead Overkill/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/House of the Dead Overkill/metadata.json rename to Data/Sys/Load/GraphicMods/The House of the Dead Overkill/metadata.json diff --git a/Data/Sys/Load/GraphicMods/The Last Story/SLS.txt b/Data/Sys/Load/GraphicMods/The Last Story/SLS.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Last Story/metadata.json b/Data/Sys/Load/GraphicMods/The Last Story/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/Last Story/metadata.json rename to Data/Sys/Load/GraphicMods/The Last Story/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Wii Play/RHA.txt b/Data/Sys/Load/GraphicMods/Wii Play/RHA.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Wii Play/metadata.json b/Data/Sys/Load/GraphicMods/Wii Play/metadata.json new file mode 100644 index 0000000000..f0015dcec1 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Wii Play/metadata.json @@ -0,0 +1,27 @@ +{ + "meta": + { + "title": "Bloom Texture Definitions", + "author": "iwubcode" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n9_80x58_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n21_80x57_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n2_320x228_6" + } + ] + } + ] +} \ No newline at end of file