WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

mrfearless/TlkViewer

Repository files navigation

TlkViewer x86

Utility for reading tlk files used by Infinity Engine games.

Built with the following statically compiled libraries:

Download

The latest release can be downloaded here, or via the releases section of this Github repository.

File association

To automatically associated .tlk files with TlkViewer you can create a new .reg file and adjust the paths (X:\\path_to_TlkViewer) required to point to where your TlkViewer.exe is located

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tlk]
@="TlkViewer"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TlkViewer]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TlkViewer\DefaultIcon]
@=""X:\\path_to_TlkViewer\\TlkViewer.exe",0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TlkViewer\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TlkViewer\shell\open]
"Icon"=""X:\\path_to_TlkViewer\\TlkViewer.exe",0"
@="&Open with TlkViewer"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TlkViewer\shell\open\command]
@=""X:\\path_to_TlkViewer\\TlkViewer.exe" \"%1\" "

Assigning .tlk files to TlkViewer will allow you to double click on a .tlk file for it to automatically open in TlkViewer.

About

Utility for viewing tlk files used by Infinity Engine games

Resources

Stars

Watchers

Forks

Packages

No packages published