Page 1 of 1

Show back Log as visual novel?

Posted: Mon Sep 27, 2021 5:36 pm
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?

Re: Show back Log as visual novel?

Posted: Mon Sep 27, 2021 9:16 pm
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.

Re: Show back Log as visual novel?

Posted: Mon Sep 27, 2021 9:54 pm
by Tony Li