Page 1 of 1

"Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Mon Jan 09, 2023 5:55 pm
by Llopast
Hello, folks!

I am happy to present you the "Crimson Scribe" - a Python program for automatic NwN log transcription. The program (including the manual) can be found here: https://drive.google.com/drive/folders/ ... sp=sharing

What does it do?
1. If the log line does not include “[Whisper]”, “[Talk]” or “[Shout]” ignores the line;
2. If the log line includes an “exception” ignores the line. This helps to partially remove the entire lines of technical/ OOC information from the transcript.
3. Assigns an individual color code to each speaker;
4. Removes player nicknames: “[Llopast] Lutien Ivae: [Talk] Like that.” is transformed into “<cКЯt>Lutien Ivae</c> said: Like that.”;
5. Replaces the technical categories “[Whisper]”, “[Talk]” or “[Shout]” with more appropriate ones for the transcript;
6. Processes tags related to the use of languages;
7. Removes quotation marks from disguised characters' names, while giving them a separate color code from an original character of the same name;
8. Automatically creates a folder system for storing transcripts;
9. If the speaker’s name is ended by “]” like a “[Poster Wall]”, then the line is ignored.

Find more details about how exactly does the "Crimson Scribe" work, how to install and how to use it in the Manual: https://docs.google.com/document/d/1MaR ... sp=sharing

The screenshot below shows an excerpt of the dialogue and the generated part of the original game log.
Image

The screenshot below shows an excerpt of the processed dialogue (pasted into a pin) and a corresponding part of the processed log.
Image

The screenshot below shows the classic black script interface of the "Crimson Scribe".
Image

How do I know it is not a scam?
The program has an open code which means that you can open it with a notepad and see the code inside. Or even modify it as you wish. Ask your local Python friend to help you with the code reading/ goggle it/ ask neural network/ ask in this thread.

How do I help the project?
Send more exceptions and (working) colour codes. I will add them to the directories of the program.
Post new ways to detect undesired parts of the text to be futher excluded from the resulting transcript.
Post your feedback and wishes. Ask questions.

P.S. The Arelith team is aware of this program.

With regards,
Vasily
Llopast#6196

Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Wed Jan 25, 2023 9:54 pm
by BlueRadish

This rocks, thank you!!


Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Thu Mar 16, 2023 2:42 am
by triaddraykin

This just got linked in the Guldorand discord server's Reference Library. I never knew about this, thank you for making it!


Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Thu Mar 16, 2023 12:41 pm
by Ellisaria

Bookmarking.


Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Fri Mar 17, 2023 6:39 am
by Llopast

The program seems to not work properly for other users (works perfectly fine for me though).
Investigating the matter.


Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Wed Apr 12, 2023 7:22 pm
by Ellisaria
Llopast wrote:
Fri Mar 17, 2023 6:39 am

The program seems to not work properly for other users (works perfectly fine for me though).
Investigating the matter.

Hi there! :) What's the status on this? I bookmarked it earlier, and I see that it's not working for others, so I don't want to go through the whole download/installation process if it's still borked.


Re: "Crimson Scribe" - an automated program for transcribing NwN dialogues

Posted: Wed Apr 12, 2023 8:38 pm
by Llopast
Ellisaria wrote:
Wed Apr 12, 2023 7:22 pm
Llopast wrote:
Fri Mar 17, 2023 6:39 am

The program seems to not work properly for other users (works perfectly fine for me though).
Investigating the matter.

Hi there! :) What's the status on this? I bookmarked it earlier, and I see that it's not working for others, so I don't want to go through the whole download/installation process if it's still borked.

Hello! Several atemptts were made so far. The program now activates, but bugs out when it comes to the colours :) Next try to fix it is on these weekends!