Config.cpp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Addons: Armed Assault]]
[[Category:Addons: Armed Assault]]
[[category:Operation FlashPoint: Addons]]
[[category:Operation Flashpoint: Addons]]
[[Category:Addons: Elite]]
[[Category:Addons: Elite]]
[[Category:Modelling: Armed Assault]]
[[Category:Modelling: Armed Assault]]
[[category:Operation FlashPoint: Modelling]]
[[category:Operation Flashpoint: Modelling]]
[[Category:Modelling: Elite]]
[[Category:Modelling: Elite]]


The '''''config.cpp''''' file is the main configuration file for Operation FlashPoint in text form. (not binarized). This file contains all of the important information for configuring a model within OFP. The OFP engine is capable of reading config.cpp files in both binary (config.bin) and non-binarized form.
The '''''config.cpp''''' file is the main configuration file for Operation Flashpoint in text form. (not binarized). This file contains all of the important information for configuring a model within OFP. The OFP engine is capable of reading config.cpp files in both binary (config.bin) and non-binarized form.


[[CfgVehicles|Here]] you can find a tree of CfgVehicles.
[[CfgVehicles|Here]] you can find a tree of CfgVehicles.

Revision as of 22:53, 3 July 2006


The config.cpp file is the main configuration file for Operation Flashpoint in text form. (not binarized). This file contains all of the important information for configuring a model within OFP. The OFP engine is capable of reading config.cpp files in both binary (config.bin) and non-binarized form.

Here you can find a tree of CfgVehicles.

These links may be of interest:

A fully commented config.cpp file can be found at the Oxygen web site.