Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10518 from iwubcode/draw-mod
Introducing a 'GraphicsMod' system for creators
  • Loading branch information
JMC47 committed Jun 28, 2022
2 parents e50e45f + 8aef001 commit 5d04e1e
Show file tree
Hide file tree
Showing 100 changed files with 3,373 additions and 70 deletions.
Empty file.
19 changes: 19 additions & 0 deletions Data/Sys/Load/GraphicMods/Arc Rise Fantasia/metadata.json
@@ -0,0 +1,19 @@
{
"meta":
{
"title": "Bloom Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n33_160x112_6"
}
]
}
]
}
Empty file.
19 changes: 19 additions & 0 deletions Data/Sys/Load/GraphicMods/Battallion Wars 2/metadata.json
@@ -0,0 +1,19 @@
{
"meta":
{
"title": "Bloom Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n000023_80x60_6"
}
]
}
]
}
Empty file.
@@ -0,0 +1,19 @@
{
"meta":
{
"title": "Bloom Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n2_320x224_4"
}
]
}
]
}
Empty file.
@@ -0,0 +1,47 @@
{
"meta":
{
"title": "HUD definitions",
"author": "iwubcode"
},
"groups": [
{
"name": "HUD",
"targets": [
{
"type": "draw_started",
"prettyname": "map border",
"texture_filename": "tex1_180x180_6e5c9aa7004f377b_1"
},
{
"type": "projection",
"value": "2d",
"prettyname": "map border",
"texture_filename": "tex1_180x180_6e5c9aa7004f377b_1"
},
{
"type": "draw_started",
"prettyname": "map player marker",
"texture_filename": "tex1_64x64_f84b318707ee8455_1"
},
{
"type": "projection",
"value": "2d",
"prettyname": "map player marker",
"texture_filename": "tex1_64x64_f84b318707ee8455_1"
},
{
"type": "draw_started",
"prettyname": "map player facing pointer",
"texture_filename": "tex1_64x64_2ece13b26442de5a_0"
},
{
"type": "projection",
"value": "2d",
"prettyname": "map player facing pointer",
"texture_filename": "tex1_64x64_2ece13b26442de5a_0"
}
]
}
]
}
Empty file.
19 changes: 19 additions & 0 deletions Data/Sys/Load/GraphicMods/House of the Dead Overkill/metadata.json
@@ -0,0 +1,19 @@
{
"meta":
{
"title": "Bloom Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n000008_80x60_6"
}
]
}
]
}
Empty file.
103 changes: 103 additions & 0 deletions Data/Sys/Load/GraphicMods/Last Story/metadata.json
@@ -0,0 +1,103 @@
{
"meta":
{
"title": "Bloom and HUD Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "HUD",
"targets": [
{
"type": "draw_started",
"pretty_name": "faces",
"texture_filename": "tex1_512x256_ff742945bb1f5cd6_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "faces",
"texture_filename": "tex1_512x256_ff742945bb1f5cd6_14"
},
{
"type": "draw_started",
"pretty_name": "text",
"texture_filename": "tex1_512x512_09ca8ef639199fa9_0"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "text",
"texture_filename": "tex1_512x512_09ca8ef639199fa9_0"
},
{
"type": "draw_started",
"pretty_name": "text2",
"texture_filename": "tex1_512x512_79e54f19ff7811de_0"
},

{
"type": "projection",
"value": "2d",
"pretty_name": "text2",
"texture_filename": "tex1_512x512_79e54f19ff7811de_0"
},
{
"type": "draw_started",
"pretty_name": "text3",
"texture_filename": "tex1_512x256_cb8c5f14fa63398f_0"
},

{
"type": "projection",
"value": "2d",
"pretty_name": "text3",
"texture_filename": "tex1_512x256_cb8c5f14fa63398f_0"
},
{
"type": "draw_started",
"pretty_name": "large numbers",
"texture_filename": "tex1_128x256_5fd7e727abd256a9_0"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "large numbers",
"texture_filename": "tex1_128x256_5fd7e727abd256a9_0"
},
{
"type": "draw_started",
"pretty_name": "life gradient",
"texture_filename": "tex1_128x64_e3c9e617a9fdf915_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "life gradient",
"texture_filename": "tex1_128x64_e3c9e617a9fdf915_14"
},
{
"type": "draw_started",
"pretty_name": "life outline",
"texture_filename": "tex1_128x64_deeeaa33ca3dc0f1_14"
},
{
"type": "projection",
"value": "2d",
"pretty_name": "life outline",
"texture_filename": "tex1_128x64_deeeaa33ca3dc0f1_14"
}
]
},
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n56_80x56_6"
}
]
}
]
}
Empty file.
23 changes: 23 additions & 0 deletions Data/Sys/Load/GraphicMods/Link's Crossbow Training/metadata.json
@@ -0,0 +1,23 @@
{
"meta":
{
"title": "Bloom Texture Definitions",
"author": "iwubcode"
},
"groups":
[
{
"name": "Bloom",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n23_80x57_6"
},
{
"type": "efb",
"texture_filename": "efb1_n22_160x114_6"
}
]
}
]
}
Empty file.

0 comments on commit 5d04e1e

Please sign in to comment.