April 19Apr 19 Hey everyone, I'm trying to extract 3D vehicle models (.xbg files) from The Crew Motorfest's gfx_vehicles_b.bfd archive file and I need some help with the encryption keys. I found Nenkai's TCMotorfest.Unpacker on GitHub which seems to be exactly what I need, but the repository states that no keys or binaries are included. The tool requires two key files to work: - KeyTable.txt (32 XTEA keys) - FileToKey.txt (file-to-key mapping) I have already done the following research: - The TOC file uses XTEA encryption with the magic header "ETOC" - The AES key/IV are visible in the source code (ZWdnSQmybpND6szV / hxE8MiHKgdOZjSPY) - The TOC entropy is ~7.99 confirming strong encryption - I scanned all game DLLs and the main EXE for key patterns with no success - I attempted RAM scanning but BattlEye blocks memory access The files I'm working with: - gfx_vehicles_b.bfd (3.3 GB) - gfx_vehicles_b.toc (443 KB) - gfx_vehicles_b.b02 (263 MB) My goal is to extract specific vehicle models (Bugatti Veyron Barchetta, Bugatti Bolide) for use in Blender for personal non-commercial 3D projects. Does anyone have the KeyTable.txt and FileToKey.txt for this game, or know another way to extract XBG models from The Crew Motorfest? Any help is greatly appreciated!
Create an account or sign in to comment