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

Improve startbox graphics #3476

Closed
salinecitrine opened this issue Jul 26, 2024 · 2 comments
Closed

Improve startbox graphics #3476

salinecitrine opened this issue Jul 26, 2024 · 2 comments
Labels
Enhancement New feature or request Good First Issue Good for newcomers Graphics Anything related to VFX, etc. Widget Unsynced gameplay and UI code

Comments

@salinecitrine
Copy link
Collaborator

salinecitrine commented Jul 26, 2024

Description

There are several ways to accomplish this. Here are some examples:

The solution primarily has to address the "Why?" section below.

Why?

The current green/red box style:

  • Interferes with existing graphics or UI that is on the map; for example, start position circles, or even some terrain. Anything drawn in blue or green within a green start box becomes practically invisible. We should be making the areas that players are interacting with as clear as possible, to make understanding and interacting with that area easier.
  • Draws focus towards the center of the map, instead of the actual startboxes. We should be guiding players' focus towards their own start box.
  • Looks unpolished compared to much of the rest of the game (understandable, since the code is ~15 years old). This seems like a relatively low-effort way to improve a very common component of the BAR experience.

Current graphics, with start position widget:
Screenshot 2024-07-25 202432

What area of the game does this feature request pertain?

Graphics, UI/UX

Other (optional)

No response

@salinecitrine salinecitrine added Enhancement New feature or request Good First Issue Good for newcomers labels Jul 26, 2024
@MeSaber
Copy link

MeSaber commented Jul 26, 2024

As the start boxes ATM is only a box, isnt it enough to just make a colored outline instead of filling whole terrain with color?

@salinecitrine
Copy link
Collaborator Author

salinecitrine commented Jul 26, 2024

As the start boxes ATM is only a box, isnt it enough to just make a colored outline instead of filling whole terrain with color?

That would be an improvement over the current version (though I think we can do even better). It sounds similar to what lov has made, which I think is a tweak of the original widget:

image

Looks like there's some discussion here, too: https://discord.com/channels/549281623154229250/551411485901979659/1266438868358664293

@SethDGamre SethDGamre added Widget Unsynced gameplay and UI code Graphics Anything related to VFX, etc. labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers Graphics Anything related to VFX, etc. Widget Unsynced gameplay and UI code
Projects
None yet
Development

No branches or pull requests

4 participants