Hello! There are certain scenes I want to find but I don't know how to navigate or access the HTML code. Does anyone know how I can access it so I can text-based search???
Viewing post in Course of Temptation comments
HTML files can be opened in text editors, I'd recommend Notepad++ since it has the basic formatting already installed and will make it look less like a mess of text.
From there, you can use the simple Find commands to look for whatever text you're seeking out.
You'll see a lot of weirdness since CoT is Twine formatted as HTML, but all the event dialog and all that in the game is just plaintext and easily found.
(You could also join the Discord and ask around, we'd be happy to help!)