Ty-Matthews-VisualStudio / Wally

A Visual C++ application for creating and editing 3D game texture files for games such as Quake II and Half-Life.
55 stars 6 forks source link

.M8 files written with incorrect version #2

Closed res2k closed 9 months ago

res2k commented 1 year ago

The "version" field in .M8 files should be 2 (see eg https://github.com/yquake2/yquake2/blob/9316bd0ba2dd02a67477ad8742595776c5a6127e/src/common/header/files.h#L180), but Wally writes the value 0.

ty-matthews commented 9 months ago

Thanks for pointing this out. I've updated the code to hopefully correct it. Please take a look at the latest 157 version in the Binaries folder and give it a go.

res2k commented 9 months ago

Hi, I've checked out the new build, M8 files have the correct version number now.