The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

nikich340

Uploaded by

nikich340

Virus scan

Safe to use

Tags for this mod

About this mod

Mini-Tool which helps you to combine parts of vanilla dialog lines into your custom dialog line. May be very useful for creating custom speech (for new scenes, quests etc) using snippets of vanilla actor speech.

Requirements
Permissions and credits
Changelogs
W3 Dialog Constructor

The command line tool which allow you to load one (or more) actor dialogs text from .csv file and use it to find the most suitable parts of existing vanilla dialogs to build your custom dialog.

It does not create the ready speech file, but helps you to see interactively what dialogs you can load into Audacity (or another audio editor) to cut phrase your are interested in.

It works with english version of all.voicelines-by-actor
package for Storyboard UI, but also can load any other well-formed string .csv. After loading one or more .csv you just type the text you want to be said by this actor and W3 Dialog Constructor will find your text by parts in existing vanilla dialoglines - each part as long as possible.
It is easy in installation and using, just watch a video demonstration:



Installation:
1) Download and unpack W3 Dialog Constructor and all.voicelines-by-actor zips, unpack them in any folders.
2) Open dialogConstructor.conf in Dialog Constructor folder with text editor and change the second line to your all.voicelines-by-actor folder path.
3) Launch dialogConstructor_x64.exe or dialogConstructor_x86.exe (according to your OS).
4) Print what you need following the tips of program. Press ENTER every time after you complete printing.

Link to all.voicelines-by-actor package
Link to source code of program on github (but I warn you:it does not claim to participate in a beauty contest :D)
Algorithm of program uses trie structure to load all strings (and substrings) of every dialog line, so it takes some seconds to load huge .csv (Geralt's one, for example), but then it will find parts of your dialog very fast.

P.S. It you watched video but still do not understand what to do with this program, where from to get string .csv, speecch files, create custom ones and use it in scenes/quests created by you -> I suggest you to read articles for beginners about Witcher 3 modding, and then follow radish trials by rmemr, join his discord server where you can find more info and answers on your questions related to it all.