Product.Bin File Format

From Bohemia Interactive Community
Jump to navigation Jump to search
bi symbol white.png
Disclaimer: This page describes internal undocumented structures of Bohemia Interactive software.

This page contains unofficial information.

Some usage of this information may constitute a violation of the rights of Bohemia Interactive and is in no way endorsed or recommended by Bohemia Interactive.
Bohemia Interactive is not willing to tolerate use of such tools if it contravenes any general licenses granted to end users of this community wiki or BI products.

intro

dta\product.bin is a class text config file like any other.

//class product.cpp
//{

Arma & Buldozer

profilePathDefault = "ArmA";
profilePathCommon = "ArmA Other Profiles";
extensionSave = "ArmASave";
extensionProfile = "ArmAProfile";
extensionWizardMission = "ArmAWizardMission";
extensionAddon = "ArmAAddon";

Arma2

profilePathDefault = "Arma 2";
profilePathCommon = "Arma 2 Other Profiles";
extensionSave = "ArmA2Save";
extensionProfile = "ArmA2Profile";
extensionWizardMission = "ArmA2WizardMission";
extensionAddon = "ArmA2Addon";

OA

profilePathDefault = "Arma 2";
profilePathCommon = "Arma 2 Other Profiles";
extensionSave = "ArmA2OASave";
extensionProfile = "ArmA2OAProfile";
extensionWizardMission = "ArmA2OAWizardMission";
extensionAddon = "ArmA2OAAddon";
defaultMods = "expansion;baf";
//};