Transcript Overhaul#1352
Merged
alexwarren merged 7 commits intotextadventures:masterfrom Jan 15, 2025
KVonGit:Fix-Major-Transcript-Issues
Merged
Transcript Overhaul#1352alexwarren merged 7 commits intotextadventures:masterfrom KVonGit:Fix-Major-Transcript-Issues
alexwarren merged 7 commits intotextadventures:masterfrom
KVonGit:Fix-Major-Transcript-Issues
Conversation
- Desktop saves as TXT rather than HTML - WebPlayer saves to localStorage - No more in-game transcript "feature" - Added new functions to tidy up the code - Added templates for internationalization - Other minor bug fixes Co-Authored-By: Pertex <Pertex@users.noreply.github.com>
Remove the '@@@OVERWRITEFILE@@@' trick to overwrite a transcript
alexwarren
reviewed
Jan 13, 2025
- Create HTML file in WebPlayer to view transcripts - Create "WebPlayer\Content" directory with favicon images - Move Windows-safe filename code for transcripts from CoreFunctions to PlayerHTML.vb
…ripts Content\favicon192x192.png Content\favicon16x16.png TranscriptViewer\Quest 5.9 Online Transcript Viewer.html
I had one line of code that used jQuery, and the rest was "vanilla"
Contributor
Author
|
http://13.58.84.41/Play.aspx?id=pzhpezpkgemvjknnhfmfow This is a game published by 5.8, but it includes a script to optionally fix the transcript code on the main website. When the game loads, a pop-up will ask if you'd like to fix the transcript code. Say NO. After that, you'll be testing a 5.8 game in this build of the WebPlayer app. |
alexwarren
reviewed
Jan 15, 2025
- Change name of transcript HTML file to index.thml - Change all links to 'https://play.textadventures.co.uk/TranscriptViewer' - Remove commented out code from development stages
alexwarren
approved these changes
Jan 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1054
As of Quest 5.8, there is a fully functional transcript feature.
A transcript is a recording of everything the player types and the game prints, and can be very useful when beta-testing, for example.
When using the desktop player, transcripts will be saved to the directory "Documents\Quest Transcripts". This file will be in the TXT format.
When playing online, transcripts will be saved to the user's browser in localStorage. Online users can visit this page to access online transcripts: https://play.textadventures.co.uk/Play.aspx?id=4wqdac8qd0sf7-ilff8mia
IMPORTANT NOTE TO ONLINE USERS: If your cookies are deleted, your transcripts will all be deleted!!! If your browser settings have been changed to delete cookies when closed, your transcript files will be deleted!!! Make sure to view and/or print your transcript(s) before closing your browser if it is set to delete cookies when closed!
To turn the transcript on, use any of these commands during play.
SCRIPT
TRANSCRIPT
SCRIPT ON
TRANSCRIPT ON
ENABLE SCRIPT
ENABLE TRANSCRIPT
If it is already enabled, Quest will print, "The transcript is already enabled."
To stop the transcript:
SCRIPT OFF
TRANSCRIPT OFF
DISABLE SCRIPT
DISABLE TRANSCRIPT
Note that during play you can type a * and then some text, and Quest will ignore it. This is useful for when you want to comment on something, such as a bug you have found. The comment will appear in the transcript (and can be searched for as it starts with a *), but you will not confuse the game with your weird command.