From b1743abc3320f54f8e02c29215cdb8709a3dd5a3 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Thu, 13 Nov 2025 22:51:05 -0600 Subject: [PATCH] Data: add bloom graphics mod for Zelda Twilight Princess on Gamecube --- .../GZ2.txt} | 0 .../metadata.json | 23 +++++++++++++++++++ .../RZD.txt | 0 .../metadata.json | 0 4 files changed, 23 insertions(+) rename Data/Sys/Load/GraphicMods/{The Legend of Zelda Twilight Princess/RZD.txt => The Legend of Zelda Twilight Princess GC/GZ2.txt} (100%) create mode 100644 Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/metadata.json create mode 100644 Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess Wii/RZD.txt rename Data/Sys/Load/GraphicMods/{The Legend of Zelda Twilight Princess => The Legend of Zelda Twilight Princess Wii}/metadata.json (100%) diff --git a/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess/RZD.txt b/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/GZ2.txt similarity index 100% rename from Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess/RZD.txt rename to Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/GZ2.txt diff --git a/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/metadata.json b/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/metadata.json new file mode 100644 index 0000000000..0b00bce9e9 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess GC/metadata.json @@ -0,0 +1,23 @@ +{ + "meta": + { + "title": "Bloom Texture Definitions", + "author": "iwubcode" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n41_76x56_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n42_152x112_6" + } + ] + } + ] +} \ No newline at end of file diff --git a/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess Wii/RZD.txt b/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess Wii/RZD.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess/metadata.json b/Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess Wii/metadata.json similarity index 100% rename from Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess/metadata.json rename to Data/Sys/Load/GraphicMods/The Legend of Zelda Twilight Princess Wii/metadata.json