textadventures / quest

Create text adventure games
https://textadventures.co.uk/quest
MIT License
305 stars 69 forks source link

Update source_code.md #1187

Closed KVonGit closed 2 months ago

KVonGit commented 3 months ago

Fixing the links to load the game in your browser when running the web player or web editor from VS. (Changed 1 to 0.)

KVonGit commented 2 months ago

I recently learned it doesn't matter if you use http://localhost:52426/Play.aspx?id=0 or http://localhost:52426/Play.aspx?id=1 or http://localhost:52426/Play.aspx?id=42 when using the debug plugins.

KVonGit commented 2 weeks ago

I recently learned that the ID is used for saving/resuming purposes, among other things.

Once upon a time, we did need to use 1 for the ID for saving progress when using the debug plugins, but the code to do that no longer exists.

Point is: the ID matters when you can save and resume progress.