Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1 KB

README.md

File metadata and controls

33 lines (18 loc) · 1 KB

lke

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.

Installation

To install lke, download the latest release from the releases page and extract the archive to a folder of your choice.

Building from source

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.

Usage

To use lke, simply drag and drop a .ltx file onto the lke executable. This will open the file in a new window.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue.