slicernce wrote:Does anyone know how to edit the .res textures? I've managed to export a bunch of .res.bin files but I have no idea how to edit these.
as no one seems to answer you: res data includes a chunk id, this chunk is usually in the same bundle, so load the entire bundle. the res data tells you the size, format, mipcount and alot more things you need to make a dds header for the pixel data in the chunk. go a few pages back where I released a version that had a little tool called texture data preview, which auto loaded the texture pixel data and gave you info from res data, like format (around 100 that there are) and size. im working on a texture plugin anyway, so at best just wait, or google around for old frostbite extraction scripts and see how those worked
greetz WV
PPS: proof im not sitting around on my ass, also visual explanation of above text: