Skip to content
/ tlktosql Public

A command line utility to read string information from dialog.tlk files used Infinity Engine to an SQLite database

License

Notifications You must be signed in to change notification settings

btigi/tlktosql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status


TlkToSql

A command line utility to read string information from dialog.tlk files used Infinity Engine to an SQLite database

Usage

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

Download

You can download the latest version of tlktosql for Windows.

Technologies

TlkToSql is written in C# Net Core 3.1.

Compiling

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

Changes

0.7 Adds support for non-English dialog files.

License

TlkToSql is licensed under CC BY-NC 4.0

About

A command line utility to read string information from dialog.tlk files used Infinity Engine to an SQLite database

Topics

Resources

License

Stars

Watchers

Forks

Languages