TitleCardMaker / Blueprints

Blueprints for importing premade Series configurations into TitleCardMaker
https://titlecardmaker.com/blueprints/
GNU General Public License v3.0
10 stars 4 forks source link

[Blueprint] RWBY #856

Closed Cwavs closed 3 weeks ago

Cwavs commented 1 month ago

Series Name

RWBY

Series Year

2013

Series Database IDs

imdb:tt3066242,tmdb:50137,tvdb:263999

Creator Username

Cwavs

Blueprint Description

Tinted Frame Plus with red series logo, and other colors adjusted to match the other character's accent colors. Logo font is used for the text, and Season and Episode have been substituted for Volume and Chapter respectively.

You will need to manually set the "Episode Text Font" extra to the included Font file.

Blueprint

{
  "series": {
    "font_id": 0,
    "card_type": "KHthe8th/TintedFramePlus",
    "episode_text_format": "Chapter {episode_number}",
    "season_title_ranges": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7",
      "8",
      "9"
    ],
    "season_title_values": [
      "Volume 1",
      "Volume 2",
      "Volume 3",
      "Volume 4",
      "Volume 5",
      "Volume 6",
      "Volume 7",
      "Volume 8",
      "Volume 9"
    ],
    "extra_keys": [
      "episode_text_color",
      "episode_text_font_size",
      "frame_color"
    ],
    "extra_values": [
      "rgb(246, 197, 102)",
      "1.5",
      "rgb(42, 39, 50)"
    ]
  },
  "fonts": [
    {
      "name": "RWBY Font",
      "color": "rgb(255, 255, 255)",
      "title_case": "title",
      "file": "RWBY-Z.ttf"
    }
  ]
}

Preview Title Cards

out

Zip of Font Files

fonts.zip

Zip of Source Files

No response

Set IDs

No response

github-actions[bot] commented 1 month ago

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.

github-actions[bot] commented 3 weeks ago

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.

CollinHeist commented 3 weeks ago

@Cwavs Looks really good, thanks! I made one change: TCM has an "Episode Text Format" setting that you can set so that all episode texts are dynamically changed - I used this instead of manually setting the "chapter" title in the episode text of every Episode. /create-blueprint

Cwavs commented 3 weeks ago

Ahhh that's what that's for. I was wondering if there was an easier way to do it, but I couldn't find any documentation on it!

github-actions[bot] commented 3 weeks ago

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.