Knight Online client creates log.klg but its encrypted with some algortihm. This simple software simply decodes it and outputs to stdout. It is quite fast.
- install node.js
- type in terminal
npm i ko-klg-reader -g
- type in terminal
klgread log.klg
You may create decrypted file by simply typing;
klgread log.klg > log.decrypt.klg