Jolesh wrote: ↑Fri Oct 21, 2022 10:26
PS: The schemetics look also quite interesting, but the program keeps crashing on me right after start up, I guess I missed sth.
It's not crashing, it's just your Windows closes the console right away (run in CMD.EXE, and then you'll see it's output, it won't close). This is primarily a command line tool to mass convert schematics into MTS format from batch files.
To get the GUI, you should use the right-click menu's "Open with" "mtsedit.exe" option on a schematic file in explorer (not just .mts, could be Minecraft .schematic or Magicavoxel .vox or Qubicle .qb or WorldEdit .we,
whatever).
andel1419 wrote: ↑Fri Oct 21, 2022 11:43
Is it possible to add in 64x64 resolution?
Well, it is possible, but for now it only generates 32 x 32 images as that's what the editor and the preview generator uses.
Jolesh wrote: ↑Fri Oct 21, 2022 13:03
I just noticed that overlays don't work. So for example: "default_dirt.png^waste_materials_waste_pieces.png" gives me normal dirt.
Yes, as I've mentioned it isn't perfect, it does not support all the texture features. This was enough for me, and nobody asked for this either, so I haven't implemented `^` yet. The `|` overlay operator does work though.
Cheers,
bzt