Posted September 25, 2021
I've extracted all the dialogue captions from the game's *.dlg files and posted them in a github repository here: github.com/CahootsMalone/starship-titanic-stuff
Some of the dialogue appears to be unused. For example, I was unable to persuade the BellBot to utter his remarks regarding various contemporary politicians.
The repo also contains a short Python 3 script I wrote (github.com/CahootsMalone/starship-titanic-stuff/blob/master/scripts/dlg-parser.py). It performed the caption extraction and can also extract the wave files if the "save_waves" variable near the start is set to True.
Some of the dialogue appears to be unused. For example, I was unable to persuade the BellBot to utter his remarks regarding various contemporary politicians.
The repo also contains a short Python 3 script I wrote (github.com/CahootsMalone/starship-titanic-stuff/blob/master/scripts/dlg-parser.py). It performed the caption extraction and can also extract the wave files if the "save_waves" variable near the start is set to True.
Post edited September 25, 2021 by MrFormal