guillaumechereau / goxel

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

Can't Import older VXL files. #323

Open Gordon228 opened 9 months ago

Gordon228 commented 9 months ago

While the importing of VXL files is fine and all it can't import all forms of VXL files as some of the first to use that format were in fact Command & conquer: Tiberrian sun and red alert 2. thus it can not open all VXL files. also the app just crashes when you try. bike.zip

guillaumechereau commented 9 months ago

I confirm that it crashes when I try to open this file. I'll have a look.

guillaumechereau commented 9 months ago

Do you know of an editor that can actually open this file? If possible running on linux?

mgerhardy commented 8 months ago

vengi-voxedit can open it

Bildschirmfoto vom 2023-10-13 13-16-09

mgerhardy commented 8 months ago

oh btw. the formats don't have anything in common except the file extension. I've written imhex patterns if you are interested: https://github.com/WerWolv/ImHex-Patterns/blob/master/patterns/ccvxl.hexpat

guillaumechereau commented 8 months ago

Nice. I'll see if I can try it out when I get time. I am always confused about all the different "slab" formats.

mgerhardy commented 8 months ago

In fact this is no slab6 file. C&C just used the same file extension. But it’s totally different and not related to Ken Silvermans slab formats

guillaumechereau commented 6 months ago

I checked a bit (from here: http://xhp.xwis.net/documents/VXL_Format.txt). It seems the format allows to set a normal per voxel, but this is currently not supported by goxel. If I implement the format it will change the look of the models I am afraid. Is it still worth it?