Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Ok. Figured it out. Seems the latest versions of magicavoxel changed the file format version to 200, but the optimizer only works with Version 150. I wrote a simple script to change the value to 150 inside the .vox File. Now it converts without any issue.

If there where only a way to use this tool from the command line :D

Hey Mindcry, thanks for letting me know about this, and super thanks for finding a fix! What I shall likely do is add in a check for the version and allow it to import a range of versions, with a warning.

Regarding command line support, I am looking into that now. Have a look out around the next update!

Thanks again!