guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.8k stars 223 forks source link

.vxl files alpha issue #238

Closed yusufcardinal closed 1 year ago

yusufcardinal commented 3 years ago

Good day,

maps imported directly from AoS in .vxl format use the alpha channel to draw shadows in-game. This means a lot of them are culled when imported in goxel. The program should disregard the alpha channel when importing AoS maps.

image

Here's the same map, ran through a script that set all the alpha channels to 0x80:

image

yusufcardinal commented 3 years ago

Seems to be the same problem as issue #159

yusufcardinal commented 3 years ago

It seems that, for the time being, duplicating the layer fixes the issue.

Thank you Nuceto for pointing it out <3

poVoq commented 2 years ago

The BetterSpades developer seems to have made a fork with probably much better .vxl support, maybe you can try this: https://github.com/xtreme8000/goxel

guillaumechereau commented 2 years ago

Do you have an example of file that doesn't work?