Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
132 stars 2 forks source link

Join Verifier IsActive output #2603

Open 5H4D0W-X opened 1 month ago

5H4D0W-X commented 1 month ago

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

The type rework broke the hacky method used by some join verifier tools to detect whether they were the active verifier - which is reasonable because it used refhacking - but now there is no method to detect if a verifier is the currently active verifier in a world.

Describe the solution you'd like

A new output on the verifier node that returns true if the node represents the currently active verifier. This is needed to be able to display (and then hide) warnings to make sure users actually set the verifier as active.

Describe alternatives you've considered

searching for a new method, which will likely also involve refhacking to read world configs

Additional Context

No response

Requesters

ShadowX

shiftyscales commented 1 month ago

Can you please provide more context on the purpose and function of those tools / what they are intending to do / what problem they are trying to solve?

Frooxius commented 1 month ago

This is simple and general enough that I think we can just add it.

5H4D0W-X commented 3 weeks ago

It would also be nice if there was another output to tell if the verifier is actually enabled in session settings and not just set as the current verifier, since my tool currently can't warn users when the verifier is active but not enabled.