Jump to content

Basic BMS Script to extract the .DDS in this file? Fight Night Champion PS3


Go to solution Solved by Rabatini,

Recommended Posts

Posted
43 minutes ago, chickenchowmein77 said:

I think this should be fairly straight forward, I just don't have a script for it, much appreciated if anyone can help.

https://gofile.io/d/lKd1fJ

It looks compressed, but I can't tell from the QuickBMS compression scanner which method it uses.  Not sure if it's some custom method.

Please edit your post title to include the game name and platform - other people may have already looked into it if they know where it's from.

 

 

  • chickenchowmein77 changed the title to Basic BMS Script to extract the .DDS in this file? Fight Night Champion PS3
Posted
3 minutes ago, DKDave said:

It looks compressed, but I can't tell from the QuickBMS compression scanner which method it uses.  Not sure if it's some custom method.

Please edit your post title to include the game name and platform - other people may have already looked into it if they know where it's from.

 

 

Edited, Thanks :)

 

  • Engineers
  • Solution
Posted (edited)
Quote

 

comtype COMP_DK2
endian big
get zsize asize

        get TYPE short
        get SIZE threebyte
       

        if TYPE == 0x10fb
            clog "" OFFSET ZSIZE SIZE
        else
            log "" OFFSET ZSIZE
        endif
    endif
next i

try this in quickbms

Edited by Rabatini
Posted (edited)
4 minutes ago, Rabatini said:
comtype COMP_DK2
endian big
get zsize asize

        get TYPE short
        get SIZE threebyte
        goto TMP

        if TYPE == 0x10fb
            clog "" OFFSET ZSIZE SIZE
        else
            log "" OFFSET ZSIZE
        endif
    endif
next i

try this in quickbms

I get Opening 'C:\Users\me\Desktop\OG Stam\ps3\New folder\00000000.dds' failed: Unsupported DDS pixel format:
bpp: 32, Rmask: ff0000, Gmask: ff00, Bmask: ff, Amask: ff000000, flags: 64 when i open it

 

Edited by chickenchowmein77

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...