diff options
| author | Techjar <tecknojar@gmail.com> | 2022-07-07 15:02:51 -0400 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2022-07-07 15:02:51 -0400 |
| commit | 6104ee09a96703b094bfdfbded44e474bc5131bc (patch) | |
| tree | 38fd34124d3a2f7ba68fe46554b51057f28280c5 /Data | |
| parent | 7321802b4bfc6bc2777203d08151570e28baf1f4 (diff) | |
Data: Add Super Mario Sunshine goop map graphics mod
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/Load/GraphicMods/Super Mario Sunshine/GMS.txt | 0 | ||||
| -rw-r--r-- | Data/Sys/Load/GraphicMods/Super Mario Sunshine/metadata.json | 68 |
2 files changed, 68 insertions, 0 deletions
diff --git a/Data/Sys/Load/GraphicMods/Super Mario Sunshine/GMS.txt b/Data/Sys/Load/GraphicMods/Super Mario Sunshine/GMS.txt new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Super Mario Sunshine/GMS.txt diff --git a/Data/Sys/Load/GraphicMods/Super Mario Sunshine/metadata.json b/Data/Sys/Load/GraphicMods/Super Mario Sunshine/metadata.json new file mode 100644 index 0000000000..931602a373 --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Super Mario Sunshine/metadata.json @@ -0,0 +1,68 @@ +{ + "meta": + { + "title": "Native Resolution Goop", + "author": "Techjar", + "description": "Scales goop maps to draw at their native resolution, regardless of internal resolution. Results in goop having more rounded off edges rather than looking very blocky at higher resolutions." + }, + "groups": + [ + { + "name": "Goop", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n000000_32x32_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_64x32_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_32x64_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_64x64_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_128x64_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_64x128_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_128x128_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_256x128_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_128x256_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n000000_256x256_1" + } + ] + } + ], + "features": + [ + { + "group": "Goop", + "action": "scale", + "action_data": { + "X": 1.0, + "Y": 1.0, + "Z": 1.0 + } + } + ] +}
\ No newline at end of file |
