Show back Log as visual novel?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Tony Chou
Posts: 7
Joined: Wed Jun 23, 2021 11:39 pm

Show back Log as visual novel?

Post by Tony Chou »

In my project, I want players to be able to view the conversations they've read and hear the voice when they press the horn button.
Here is a sample.
Image
How should I accomplish this feature?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Show back Log as visual novel?

Post by Tony Li »

Hi,

You can do it with a little scripting. See the ConversationLogger script. It's an example script that shows how to report lines of dialogue as they're played. You can use the same OnConversationLine method to record the lines so you can show them in the back log.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Show back Log as visual novel?

Post by Tony Li »

Post Reply