Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.
Zero Tolerance for Disrespect

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

Featured Replies

Solved by Rabatini

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
  • Author
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 :)

 

  • Author
9 minutes ago, Rabatini said:

I think its not.

It is unreadable, I've already managed to get a .DDS myself, i believe it may be compressed and require a script.

 

  • Supporter
  • Solution
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

  • Author
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

  • Author

I'm unsure of what the issue is, but if i go to Noesis and just re-convert it to a .DDS (although its meant to be a  .DDS anyway) it allows me to open it in GIMP. Thanks for your help

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.