Skip to content

Commit

Permalink
GraphicMods: The Last Story: update HUD mod & add DOF definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
linckandrea committed Feb 6, 2023
1 parent f024fa7 commit a05654b
Showing 1 changed file with 106 additions and 2 deletions.
108 changes: 106 additions & 2 deletions Data/Sys/Load/GraphicMods/The Last Story/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta":
{
"title": "Bloom and HUD Texture Definitions",
"title": "Bloom, DOF and HUD Texture Definitions",
"author": "iwubcode"
},
"groups":
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
},
Expand All @@ -146,7 +245,12 @@
{
"type": "efb",
"texture_filename": "efb1_n359_160x112_1"
},
}
]
},
{
"name": "DOF",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n432_320x224_6"
Expand Down

0 comments on commit a05654b

Please sign in to comment.