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.
2 hours ago2 hr 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 2 hours ago2 hr by Falkrian
Create an account or sign in to comment