Athari / XnaConvert

Utility for converting XNA XNB files (Texture2D to PNG images) [New BSD]
Other
48 stars 13 forks source link

Failed to save file. #3

Closed davidyuan1013 closed 9 years ago

davidyuan1013 commented 10 years ago

_ Can you solve the problem for me?:) Thanks!

Athari commented 10 years ago

This file is written using custom content writer, so it needs custom content reader, Fds.Framework.Content.Texture2DReader. Even if it's loaded, it's likely to produce custom texture class, so this case can't be supported without hacking this particular application.

Files from which application are you trying to convert?