What I mean by that specifically is this: Say I upload a game onto the Internet, made with Harlowe, and it has a save functionality (using the (save-game:) macro) that lets the player save to, say, a file called "Slot A". Now let's say I want to upload a new version of that game and it has the same save and load functionality with the same filenames. If I make a save-file in version 1 and then try to load that same file with the same name in version 2, will it find the file? Or does the browser save these in different places for each game, because they're located at a different url, so that save-files wouldn't carry over? They should all be in the browser cache, but is there only one version of a save-file per filename that all games could potentially load or are there subcategories? Sorry if this is a dumb question and thanks in advance if anyone happens to know this.
↧