I discovered that the format is fully supported from Noesis, but i would like to write my own texture reader in order to learn more stuff about tiling and swizzling.
To be honest i think that i have slightly understood what swizzling is, but i have no idea how it works on the bit level. I found some articles in google but they confused me even more.
Now in the model i am working on, i've located the texture blocks and i am pretty sure that there are some dxt1 textures in there, and well as some raw textures, on which i am working on right now. I thought that it would be the easiest way to understand what is going on with the raw textures and then apply the methodology on the dxt textures.
Here is the texture i am working on right now:

And here is the correct image exported from noesis:

I got that layout by simply applying tiling. I tested various tile sizes and the one that seems to be producing the best visual result is a 32x64 tile.
I did try to test all the possible tile sizes that could exist in that tile but all the results are just sucking, so i guess that i don't need any more tiling. I guess that its that swizzling thing.
I anyone has any experience on the field please, i am asking for your help guys
