A command line utility to read string information from dialog.tlk files used Infinity Engine to an SQLite database
tlktosql dialog.tlk game
dialog.tlk: path to the dialog.tlk file, e.g. /bgee/dialog.tlk
game: game name, used to classify strings in the datbase, e.g. bgee
You can download the latest version of tlktosql for Windows.
TlkToSql is written in C# Net Core 3.1.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/tlktosql
# Go into the repository
$ cd tlktosql
# Build the app
$ dotnet build
0.7 Adds support for non-English dialog files.
TlkToSql is licensed under CC BY-NC 4.0