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

Support multiple characters on screen at once #417

Closed
notexplosive opened this issue Feb 4, 2024 · 3 comments · Fixed by #448
Closed

Support multiple characters on screen at once #417

notexplosive opened this issue Feb 4, 2024 · 3 comments · Fixed by #448
Assignees
Labels
feature New feature or request
Milestone

Comments

@notexplosive
Copy link
Collaborator

notexplosive commented Feb 4, 2024

Description

Writers want the ability to display two characters on screen simultaneously. This is slightly more complex than just "showing 2 characters at once" since we'd need to adjust their positions so they're taking up the left/right of the screen, rather than both sitting centered.

Acceptance Criteria

This story will be finished when we can achieve an effect similar to shown in this Mockup.

This includes a way for writers to invoke this behavior via a Narrative Script.

image

@notexplosive notexplosive added the feature New feature or request label Feb 4, 2024
@notexplosive notexplosive added this to the 1.0: Case 2 milestone Feb 4, 2024
@ViMaSter
Copy link
Member

ViMaSter commented Feb 5, 2024

Think it'd be best to chat with art/design on which exact scenarios they have in mind for Case 2.

There are a few things that come to mind that might warrant a "new" solution over the existing slot system:

  • one slot being occupied by a rotating cast of actors
  • a need to dynamically show "between X - Y actors" on screen, rather than a fixed amount

However, if there's only one scene with two characters sharing a screen exactly once, I'd probably just create a scene with offsets that fits both characters by hand and call it a day. 👀

@PhoebeMitchell
Copy link
Contributor

PhoebeMitchell commented Aug 15, 2024

As discussed on discord this is already possible , albeit a bit verbosely as the jump to position action needs to be called as well at the speak action to switch the speaker. A minimum fix might just be to remove the need for jump to position and make the speak action set the speaking animation as well as the text box name/colour.

Has there been any further communication how the writers/artists want this feature implemented with the new scripts? I.e. is it actually used at all

@ViMaSter
Copy link
Member

Heeeeeey, guess who created a redundant issue? 🫠

Plenty of usage planned. I'd be fine with closing this in favor of #443, since that has a clear design based on the meeting on August 5th. Or you can just copy over the details to this one and close the new one; whatever you prefer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
3 participants