wae2 Posted May 21 Share Posted May 21 I already have all of these files extracted but have nothing to replace them with. Any ideas for any tools or anything? Thanks! KEYOBJECT.zip Link to comment Share on other sites More sharing options...
ikskoks Posted May 22 Share Posted May 22 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now