golang GUI utility to edit .ltx
files, used by the X-Ray Engine in the S.T.A.L.K.E.R. series of games.
To install lke
, download the latest release from the releases page and extract the archive to a folder of your choice.
lke
is written in Go, so you'll need to have Go installed on your system to build it. You can download Go from here.
Next, clone the repository
git clone github.com/gteditor99/lke
and run go build
in the root directory of the repository.
This will create a binary called lke
in the same directory.
To use lke
, simply drag and drop a .ltx
file onto the lke
executable. This will open the file in a new window.
Contributions are welcome! If you find a bug or have a feature request, please open an issue.