joeka0 Posted March 9, 2015 Share Posted March 9, 2015 (edited) I made something for a friend, who wanted to look into porting long war to Android: https://github.com/joeka/xcobb It's a c++ program that can extract and create XCOM's OBB files.(Warning: we have not tested using the created files, they just look about right) Later on he found some other file in the OBB that seemed to be in yet another custom binary format and we lost interest. As I probably will never touch this again, for anyone that is interested: XComOBB file format: Header: "XComOBB" (7B) Number of files (4B) File list: (For each file) Filename length (4B) Filename (variable) Position in the OBB (8B) File size (4B) Files: (For each file) Raw file data (variable) Edited March 10, 2015 by joeka0 Link to comment Share on other sites More sharing options...
Recommended Posts