Mission Save File – Operation Flashpoint: Elite

From Bohemia Interactive Community
Jump to navigation Jump to search
m (new page. wip)
 
Line 37: Line 37:


===SaveMeta.xbx===
===SaveMeta.xbx===
The '''savemeta.xbx''' file is a simple text file with details of the mission name and the profile name used to create the mission save.


===Header.Bin===
===Header.Bin===

Revision as of 06:53, 14 July 2006

Introduction

The Directory Tree

The directory tree looks something like this.

UDATA                    Default directory for all games.
  434d005a               The game title folder.  
      BD22517280DF       A generated number representing the user save.


Notes:

OFP:Elite will automatically generate a number representing the mission save, you have no control over this, it just happens.

OFP:Elite doesn't mind normal names, such as MyMissionName.


Contents of user created save

Within subfolder 434d500a, there should be the following files:

TitleImage.xbx           //Image File
TitleMeta.xbx            //TitleName=Operation Flashpoint: Elite
SaveImage.xbx            //Image File
A subfolder named with an obscure name like "BD22517280DF"

Within subfolder of the mission save, the following files should exist:

SaveMeta.xbx             
saveimage.xbx            
header.bin               
mission.par              

SaveMeta.xbx

The savemeta.xbx file is a simple text file with details of the mission name and the profile name used to create the mission save.

Header.Bin

Mission.par

Action Replay Notes

Keep in mind when preparing your mission for the Action Replay application these points.

  • 1. All files must be zipped up into a single archive to be recognized by the AR (the name of the ZIP archive seems inconsequential).
  • 2. The first sub folder within this archive should be named "UDATA"