Jayveer / CtxrTool

A program for converting CTXR textures from Metal Gear Solid: Master Collection to DDS and vice versa
16 stars 2 forks source link

Cant extract DDS properly #6

Open DropsMJay opened 12 months ago

DropsMJay commented 12 months ago

Hello, im trying to extract 00393ebb.ctxr inside textures\flatlist_win but it always extracts wrong. TGA extract works fine, but i want to insert a edited texture.

This is the command im using: for /R %%i in (*.ctxr) do CtxrTool.exe "%%i"

Im doing something wrong?

Thank you and keep the good work

Jayveer commented 12 months ago

It may be that what you're using to open them doesn't support argb dds files structured in the way these are. What do you use to open them? I'll also add something to convert tga and bmps back to ctxr when I next get time so people aren't limited to just dds.

DropsMJay commented 12 months ago

For viewing: Imageglass For editing: Photoshop + Intel DDS Plugin