Jump to content

Looking to convert .dds to .bin


Recommended Posts

That BIN looks like DDS file with extra header. You can probably create file manually like this:

1. Open BIN file in hex editor
2. Open DDS file in hex editor
3. Copy 72 bytes from the beginning of the BIN file
4. Paste those bytes on the beginning of your new DDS file
5. Save your new file as BIN (or just change extension from DDS to BIN)

Test if this method works in game, and then you will think about automating it with some Python script or whatever.
Your new DDS data should be the same size as the original DDS data.

By the way - please tell us name of the game and platform and then adjust this topic's title.

  • Like 1
Link to comment
Share on other sites

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...