I designed a simple console function to dump strings *into* RAM components. It's pretty simple to use. Here I have used it to "burn" the start of the bee movie script (for the memes). However, this tool could be equally useful in any other situation which needs a mass amount of data to be burned into a storage device.
Instructions:
Place a RAM module
Press F12 to open the debug tool
Open the console
Select the RAM module
Paste the following code into your console: simulationArea.lastSelected.data = Int8Array.from('According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don\'t care what humans think is impossible.', function(s) { return s.charCodeAt(0) });
Execute the command.
Enjoy your ram full of data!
Copied to Clipboard!
Add members
Enter Email IDs separated by commas, spaces or enter. Users need to be registered already on the platform.
Note that collaboration is not real time as of now. Every save overwites the previous data.
Delete
Are you sure you want to delete this project?
Delete
Are you sure you want to remove this collaborator?
Comments