NvC-DmN-CH / AutoVTF

AutoVTF is a C# Winforms program for working with VTF files in an intuitive and less tedious way
60 stars 1 forks source link

Alpha channel gets lost in VTF -> TGA conversion! #9

Closed NvC-DmN-CH closed 5 months ago

NvC-DmN-CH commented 5 months ago

It seems like VTFCmd is at fault here, because it is responsible for VTF->TGA conversion. Since I don't have much experience with C yet, I'll need some time to investigate what exactly is happening to try to fix it, sorry!

DBONKA commented 5 months ago

Tested converting VTF with Alpha to TGA using AutoVTF, TGA still had the Alpha channel after the conversion. But converting PSD with Alpha into VTF loses the alpha channel (opened a separate issue for that)

NvC-DmN-CH commented 5 months ago

Tested converting VTF with Alpha to TGA using AutoVTF, TGA still had the Alpha channel after the conversion. But converting PSD with Alpha into VTF loses the alpha channel (opened a separate issue for that)

Strange (about your first sentence, I saw the issue), can you tell me what version of AutoVTF you tried this on? Also can you share the VTF file which successfully exported to TGA with alpha?

NvC-DmN-CH commented 5 months ago

nevermind, i fixed the issue, will update the program soon

Edit: Updated to 1.2.1, please create a new issue for new bugs