ktools icon indicating copy to clipboard operation
ktools copied to clipboard

Cross-platform (but Unix oriented) tools for modding Klei Entertainment's game Don't Starve.

Results 20 ktools issues
Sort by recently updated
recently updated
newest added

I accidentally deleted my Dockerfile for this but I will upload it once I figure it out again. https://hub.docker.com/r/lramage94/ktools/

Based on the porting guide: https://imagemagick.org/script/porting.php Seems to work fine. Tested on both: - Linux ([ImageMagick][] 7.1.0-5 compiled from source) - macOS ([ImageMagick][] 7.1.0-4 installed using [Homebrew][]). Should fix at...

There seems to be an issue with images containing low alpha channel values. Running: `$ ktech transparency_test.{png,tex} && ktech transparency_test.tex{,.png}` on this image: ![transparency_test](https://cloud.githubusercontent.com/assets/917394/18397902/9b2a04a8-76ca-11e6-8304-35f966923a9e.png) results in this image: ![transparency_test tex](https://cloud.githubusercontent.com/assets/917394/18397903/9c39dd64-76ca-11e6-9253-089bf903c339.png)

Have decided to investigate the https://github.com/nsimplex/ktools/issues/6 issue, as I've thought that it was something to do with alpha compositing. Since premultiplied alpha is used by default, there was also an...

![image](https://user-images.githubusercontent.com/22030659/113500874-16f6da00-9554-11eb-9838-7e3b985d8c1a.png)

Environment: ``` $ uname -a Linux 4.19.187-1-MANJARO #1 SMP Wed Apr 14 07:32:37 UTC 2021 x86_64 GNU/Linux ``` ``` $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured...

Should fix the https://github.com/nsimplex/ktools/issues/12 as I've faced that one as well (Debian 8.3.0-6, gcc 8.3.0): ```txt Scanning dependencies of target ktool_common [ 3%] Building CXX object CMakeFiles/ktool_common.dir/src/common/ktools_common.cpp.o [ 6%] Building...

When using krane on koalefants, the facebase pngs are the incorrect size. They are also weirdly misplaced in the spriter.

Bug: https://github.com/nsimplex/ktools/issues/9 Depends on: https://github.com/nsimplex/ktools/pull/13