|
|
Line 1: |
Line 1: |
| {{unsupported way}}
| | #REDIRECT[[Cloud_spawning]] |
| | |
| '''Cloud Spawning''' is the unofficial term used to describe the action of spawning an item from a [[User|user's]] [[Inventory]] using a resdb link. Doing this currently and easily requires a mod ([https://github.com/art0007i/ShowDelegates Show Delegates] from [[User:Arti|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#Using_Keyboard_Components.2FNodes_to_spawn_items|things to avoid]].
| |
| | |
| Here is a tutorial on [[How To Unofficially Cloud Spawn|how to unofficially Cloud Spawn]].
| |
| | |
| == 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 [[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]
| |