Jump to content

Xcom + long war for tablet?


Xcom94

Recommended Posts

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 by joeka0
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...