February 23Feb 23 Hi there!!! I'm trying to extract the BFS archive from that game. There's 5 BFS archives. I've searched over the internet and didn't find an information about how to extract that files from that game, except "Flatout BFS Unpacker", but it didn't work. I've attached one of 5 archives: Main.bfs. Link Help, please.
Saturday at 06:28 PM2 days Localization The provided BFS file is a UFF 1.0 container. The file list is stored at the end of the BFS archive. Some very simple byte-by-byte obfuscation is applied here. Here is how it looks like roughly in pseudo:decoded byte = (stored byte - position) XOR 0x16Please use the attached python script as follows:python .\UFF_Extractor.py .\main.bfs .\main_extracted python .\UFF_Extractor.py .\main01.bfs .\main01_extracted ...Here is a quick screenshot of some of the extracted content from main02.bfs.UFF_Extractor.py Edited Saturday at 06:28 PM2 days by Falkrian
23 hours ago23 hr Author Extracted main.bfs with your script and it gave only specnaz.dat. No other files.
23 hours ago23 hr Localization OK. Thank you for letting me know. Will look into it.EDIT #1That is because there is only one file inside of this BFS archive. I have put both main.bfs and main02.bfs side by side down below for you to see.I have no idea what specnaz.dat is used for at this point in time. But I can assure you that it is the only file inside of that particular BFS archive. Edited 22 hours ago22 hr by Falkrian
21 hours ago21 hr Localization I don't have access to main02.bfs but maybe the key is different for main.bfs? because the file just looks like garbage
16 hours ago16 hr Localization I remember that adding large dummy files to a CD-ROM back in the day had some uses. It was either to control the disk layout or it is part of some sort of protection scheme.I have attached both main03.bfs and main04.bfs to the post. Maybe I am simply missing something. Another pair of eyes could do good. 👍main03.7z main04.7z Edited 15 hours ago15 hr by Falkrian
3 hours ago3 hr Localization yeah might just be some padding file, I could have a look into the executable and see if the game uses it in any way to make sure it's just padding in case anyone want's to upload that
3 hours ago3 hr Localization it seems to load it (verifying it's not broken/missing) but not doing anything with the .dat file
Create an account or sign in to comment