Posts: 816
Threads: 40
Joined: Nov 2012
Reputation:
0
Because it would be really useful for making, lets say, Ghosty's 'Choose your wacky adventure'
He could create a PHP script that could get stories, place them on keybored, and then use this to get them later.
Then, he could also use it to allow people to unload their own stories.
Hmm?
Posts: 1,033
Threads: 59
Joined: Oct 2011
Reputation:
0
11-14-2012, 07:51 PM
(This post was last modified: 11-14-2012, 07:51 PM by Ghosty.)
Another good use for this could be pre-loading assets for games with lots of textures or sound effects. Currently the only way to do this is to add them all somewhere into the world and have the game load them on start-up, causing a ton of lag.
Posts: 1,033
Threads: 59
Joined: Oct 2011
Reputation:
0
Saving data would be a little more complicated than just loading it. If using third-party data storage is allowed (like keybored or other such free webhosted sites) then FTP would likely be involved somehow. And if using a built-in 2DWorlds system, limitations on what can be saved and how much can be saved that don't also severely restrict what we can do with it would be important.
Posts: 816
Threads: 40
Joined: Nov 2012
Reputation:
0
I see what you mean.
There would have to be some sort of system to detect the ID of the game, so that keys don't clash.