ktools
ktools copied to clipboard
Cross-platform (but Unix oriented) tools for modding Klei Entertainment's game Don't Starve.
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:  results in this image: 
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...

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