Cloud Spawning: Difference between revisions

From Resonite Wiki
Made a proper page for cloud spawning.
Tag: Removed redirect
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
Here is a tutorial on [[How To Unofficially Cloud Spawn|how to unofficially Cloud Spawn]].
Here is a tutorial on [[How To Unofficially Cloud Spawn|how to unofficially Cloud Spawn]].


{{Note|Cloud Spawning is not supported by the [[Resonite Team|developers of Resonite]]. Depending on how one utilizes Cloud Spawning in a creation, said creation may break across sessions, game updates, or may perhaps be resilient enough for a long while. Nothing is guaranteed, and it is important that this is understood before potential issues arise. If you find yourself using Cloud Spawning consistently for a specific purpose, consider searching for, upvoting, or creating if it doesn't exist, a feature request on [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues the Resonite issue tracker]|danger}}
{{Note|Cloud Spawning is not supported by the [[Resonite Team|developers of Resonite]] and common community derived methods may break at any time|danger}}


== Methods of Cloud Spawning ==
== Methods of Cloud Spawning ==
Line 15: Line 15:
This way allows for full control of how you want to spawn out the item from an inventory. This needs a mod to show the delegates and to get the [[ProtoFlux:Method Proxy|Method Proxy]] nodes, then once called, will spawn the item.
This way allows for full control of how you want to spawn out the item from an inventory. This needs a mod to show the delegates and to get the [[ProtoFlux:Method Proxy|Method Proxy]] nodes, then once called, will spawn the item.


----
== Official Support ==
 
You can track the work on an official version of Cloud Spawning in this [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/313 GitHub Issue]
<span style="border:5px double black">'''Editor's Note: When This feature is officially supported, be absolutely sure to archive this page or description here for historic reasons!'''</span>

Latest revision as of 22:41, 1 April 2025

Cloud Spawning is the unofficial term used to describe the action of spawning an item from a user's Inventory using a resdb link. Doing this currently and easily requires a mod (Show Delegates from Arti) that can get the resdb link and adding it to several components to make spawning that item possible. It is also one of the things to avoid.

Here is a tutorial on how to unofficially Cloud Spawn.

Cloud Spawning is not supported by the developers of Resonite and common community derived methods may break at any time

Methods of Cloud Spawning

Copy & Paste

There is a certain way of just using components to copy and then paste in the item from an inventory. RedX uses something similar to this to spawn out items.

Components and Method Proxies

This way allows for full control of how you want to spawn out the item from an inventory. This needs a mod to show the delegates and to get the Method Proxy nodes, then once called, will spawn the item.

Official Support

You can track the work on an official version of Cloud Spawning in this GitHub Issue