-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I was able to do this, with help from a random word generator and copy + paste:

(Ignore the usage, just the size of the folder.)
I was able to do this by making a big file by copying and pasting this code a few times, so I ended up with a file ~200mb. (Using clear fixed any lag caused by the large amount of characters on screen.) When I had a suitably large file, using this code, I was able to make copies of it: for i = 1, 50 do fs.copy("test", "test" .. i) end That made ~10gb of files. I don't think there's a maximum limit to the number of files you can copy in one go. (I'm surprised it doesn't time out.) Also, while copying the files, the game hangs completely.
Maybe a size limit needs to be added either to individual files, or to the computer folder as a whole, to prevent computers being abused in this way. (Even with a size limit on individual files (or even computers), a player could still make a huge amount of them, it would just take a bit longer. And even if players had their own size limit, they could still make multiple accounts...)
I'm really enjoying playing around with the mod - great work!