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

Edit World Name Easilly Using Flux #3172

Open
AmasterAmaster opened this issue Nov 13, 2024 · 0 comments
Open

Edit World Name Easilly Using Flux #3172

AmasterAmaster opened this issue Nov 13, 2024 · 0 comments
Labels
New Feature A new addition, whose complexity hasn't been evaluated yet

Comments

@AmasterAmaster
Copy link

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

Currently, there are no obvious or easy solutions to edit a world name using flux. Especially for headless worlds that need to update relevant information. The only solutions to this requires userspace (or worse, ref hacking), which is unfortunate, as it would be nice to have the name dynamically change according to what happens within the world.

Describe the solution you'd like

A ProtoFlux node specifically made for editing/updating a world name (optionally with proper permissions).

Describe alternatives you've considered

Here are some things I considered and have tried:

  • Setting the name manually using the session tab (this is impossible for headless worlds that need to update information, and when I am unable to be in the world when the world state changes)
  • Ref hacking (I tried this and failed after finding out that you need to be in userspace to edit this value)
  • Trying to get the headless's dash/userspace to edit the value (how does anyone do this???? Also not a user friendly solution at all)

Additional Context

Here are some examples this node can help with:

  • A theater world (especially headlesses) that can update the world name to show what is currently playing in the world.
  • Score keeping in game worlds.
  • Classroom worlds (especially headlesses) that can update the lesson as a world name, without wasting the teacher's time.

Requesters

  • AmasterAmaster
@AmasterAmaster AmasterAmaster added the New Feature A new addition, whose complexity hasn't been evaluated yet label Nov 13, 2024
@shiftyscales shiftyscales removed their assignment Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new addition, whose complexity hasn't been evaluated yet
Projects
None yet
Development

No branches or pull requests

2 participants