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

Plugins for observers/casters #127

Open
1 of 5 tasks
phated opened this issue Jul 20, 2021 · 4 comments
Open
1 of 5 tasks

Plugins for observers/casters #127

phated opened this issue Jul 20, 2021 · 4 comments

Comments

@phated
Copy link
Contributor

phated commented Jul 20, 2021

This is a catch-all issue for things people want as plugins useful when observing or "casting" a game.

From Jordan:

  • Creating flags or areas of note on top of the map to go back and see them later Added favourite areas plugin #128
  • Player selector: Check boxes to see what players' planets you want to see at any given time. (Helps to reduce the noise if 2 players are fighting and a couple other players are around them too but you dont want to see them)
  • More options for reducing planet clutter
  • Be able to change player colors
  • Be able to watch multiple places at once (picture in picture? split up the main map into 4 small maps each with independent viewports?)
@phated
Copy link
Contributor Author

phated commented Jul 20, 2021

ping @jacobrosenthal if he has any additional stuff.

If others have ideas, feel free to post and I'll roll up into the list.

@jacobrosenthal
Copy link
Contributor

Added the newly PRed Favorite Areas plugin crossing it off the list!

@Robiquet
Copy link
Contributor

I've been having a look into changing player colors. It looks like they can be set like so: df.getProcgenUtils().huesByHash.set("address", 0)
I'm able to see the player's name tag color change in the planet preview card but the ring around the planet doesn't get updated. I'm guessing the planet needs to be rerendered somehow, but I can't find any functions to do that on df or ui. Does any one have any ideas on how to do that?

@phated
Copy link
Contributor Author

phated commented Jul 23, 2021

@Robiquet that likely needs updates in the core client.

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

No branches or pull requests

3 participants