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

[Suggestion] Allow some configurable defaults for Interface #579

Open
xhorntail opened this issue May 12, 2024 · 2 comments
Open

[Suggestion] Allow some configurable defaults for Interface #579

xhorntail opened this issue May 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@xhorntail
Copy link
Contributor

xhorntail commented May 12, 2024

Is your feature request related to a problem? Please describe.
Nope.

Describe the solution you'd like
Apologies if this exists and I've overlooked it.
The ability to configure some of the Interface defaults without having to edit/pack the TS would be quite nice.

Additional context
The specific components I find myself replacing (with the same values) in every call:

  • Notification default duration
  • Notification default sound/audio
  • Notification position
  • TextUI position

A few reasons I feel these options are necessary

  • It seems that often times, ~500ms or so has already passed on the timer by the time notifications are displayed, leaving 2500 for the player to read the notifications.
  • Many scripts (including escrowed) have a nasty habit of spamming several notifications at once, and many of them don't give access to the invoking function in order to explicitly adjust the times.
  • Without audio by default, the player has to visually notice the notification in the far-right corner of the screen before beginning to read it.
  • All of the above can lead to rather common occurrences of giving the user 800-1200ms to actually read a 1-3 line notification once they have noticed it, which in some cases can't be extended through the call.
  • I don't meant to offend anyone, but that seems highly optimistic of the average players reading speed.
@xhorntail xhorntail added the enhancement New feature or request label May 12, 2024
@Mesrine67
Copy link

  • position menu

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

No branches or pull requests

3 participants
@xhorntail @Mesrine67 and others