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

Local cloud variables #2923

Closed
alexderpyfox opened this issue Sep 11, 2024 · 3 comments
Closed

Local cloud variables #2923

alexderpyfox opened this issue Sep 11, 2024 · 3 comments
Labels
duplicate This issue already exists. New Feature A new addition, whose complexity hasn't been evaluated yet

Comments

@alexderpyfox
Copy link

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

I need this because cloud variables have a limit and don't update fast enough so I need local cloud variables to read/write to especially the write part is important 1 per sec

Describe the solution you'd like

Local cloud variables or something local you can write values to and read values from

Describe alternatives you've considered

Mods

Additional Context

Local value saver

Requesters

No response

@alexderpyfox alexderpyfox added the New Feature A new addition, whose complexity hasn't been evaluated yet label Sep 11, 2024
@JackTheFoxOtter
Copy link

JackTheFoxOtter commented Sep 11, 2024

Actually a while ago Froox added the ability for cloud variables to work "offline", but from what you're describing it sounds more like you'll want to use dynamic variables. You can bind them to the "World" dynvar space, which makes them accessible everywhere in the world. Cloud variables are primarily designed for persistent changes, which generally don't have to update rapidly. (That said in some cases cloud variables can update instantly accross sessions, Ukilop's dash sync uses them to copy the position of the dashboard from userspace to the worlds you're in in real-time)

@JackTheFoxOtter
Copy link

JackTheFoxOtter commented Sep 11, 2024

Adding context from the discussion on Discord, it seems the goal is instantly syncing values across sessions, which cloud variables very much can do, as long as you're in both sessions at the same time.

@shiftyscales
Copy link
Collaborator

@alexderpyfox This seems to be a duplicate of your own previous issue #1941.

@shiftyscales shiftyscales closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2024
@shiftyscales shiftyscales added the duplicate This issue already exists. label Sep 11, 2024
@shiftyscales shiftyscales removed their assignment Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue already exists. New Feature A new addition, whose complexity hasn't been evaluated yet
Projects
None yet
Development

No branches or pull requests

3 participants