Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blueprint] RWBY #856

Closed
Cwavs opened this issue Aug 28, 2024 · 5 comments · Fixed by #859
Closed

[Blueprint] RWBY #856

Cwavs opened this issue Aug 28, 2024 · 5 comments · Fixed by #859

Comments

@Cwavs
Copy link

Cwavs commented Aug 28, 2024

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

Copy link
Contributor

Validation Results

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

Copy link
Contributor

github-actions bot commented Sep 3, 2024

Validation Results

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

@CollinHeist
Copy link
Collaborator

@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

github-actions bot pushed a commit that referenced this issue Sep 3, 2024
@Cwavs
Copy link
Author

Cwavs commented Sep 3, 2024

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!

@Cwavs Cwavs closed this as completed Sep 3, 2024
@CollinHeist CollinHeist reopened this Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

Validation Results

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants