Replies: 4 comments
-
You can run scratchattach with a minimum of 2 variables: one TO_HOST and
one FROM_HOST.
You can do that by changing the used_cloud_vars attribute in
session.connect_project
Boss_1s
"Instead of agonizing over the things you can't change, why don't you work
on the things you CAN change?" -Judy Galley, *Drums, Girls + Dangerous Pie*
*Be kind. It's worth it. And instead of having others pay it back, have
them pay it forward.*
…On Mon, Sep 29, 2025, 04:18 Deyxop ***@***.***> wrote:
*Deyxop* created an issue (TimMcCool/scratchattach#495)
<#495>
Scratch only allow us to create 10 cloud variables, so it's very hard to
recreate some cloud vars without knowing the minimum...
—
Reply to this email directly, view it on GitHub
<#495>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWYU36LGMEL7GC4XLZ376NT3VD2OZAVCNFSM6AAAAACHYSB5MWVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQ3DIMBRGU4DGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it depends on how much you're sending / receiving, and how much you can compress that. If you have to send / receive more than a single var pair can fit, you'll need another var pair. |
Beta Was this translation helpful? Give feedback.
-
You only need 1 to_host variable, as the server can read in responses much faster than the clients. So you should have 1 to_host variable and fill the rest with from_host variables. Ideally, as the cloud requests sprite uses, you should have 1 to_host variable and 9 from_host variables. |
Beta Was this translation helpful? Give feedback.
-
Correct me if I’m wrong, but you sometimes can’t fit your whole message into one packet, as there’s a char limit on cloud vars… |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Scratch only allow us to create 10 cloud variables, so it's very hard to recreate some cloud vars without knowing the minimum...
Beta Was this translation helpful? Give feedback.
All reactions