FileFormat SavedGame

From OPU Wiki

Outpost 2 Saved Game File Format


Note: Saved games share much of the same loading code as the .map file format.

They consist of a prefix to the .map format and (possibly) some data near the end.


Outpost 2 .op2 File Format (Saved Games)

Offset Size Description
0x0 0x19 "OUTPOST 2.00 SAVED GAME", 0x1A, 0 - String must match exactly or else load error
- - -
Note: The following is repeated as an array of 0x74 (116 decimal) elements
0x19+i*0x1E0 4 **TODO** Figure this out
0x1D+i*0x1E0 0x1DC **TODO** Figure this out
- - -
Note: From here, the format matches that of .map files


FileFormat Map

Personal tools