Config.cpp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
[[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 '''''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.


These links may be of interest:
These links may be of interest:
 
*[[Models:_NoClassnames_-_A_:_J|Models without classnames, A - J]]
[[Models:_NoClassnames_-_A_:_J|Models without classnames, A - J]]
*[[Models:_NoClassnames_-_K_:_M|Models without classnames, K - M]]
 
*[[Models:_NoClassnames_-_N_:_R|Models without classnames, N - R]]
[[Models:_NoClassnames_-_K_:_M|Models without classnames, K - M]]
*[[Models:_NoClassnames_-_S|Models without classnames, S]]
 
*[[Models:_NoClassnames_-_T_:_Z|Models without classnames, T - Z]]
[[Models:_NoClassnames_-_N_:_R|Models without classnames, N - R]]
*[[Models_%26_Classnames:_Ammo|Classes of CfgAmmo]]
 
*[[Models_%26_Classnames:_CfgNonAIVehicles|Classes of CfgNonAIVehicles]]
[[Models:_NoClassnames_-_S|Models without classnames, S]]
*[[Models_%26_Classnames:_CfgVehicles_-_Class_Man|Classes of CfgVehicles/Class Man]]
 
*[[Models_%26_Classnames:_CfgVehicles_-_Class_Thing|Classes of CfgVehicles/Class Thing]]
[[Models:_NoClassnames_-_T_:_Z|Models without classnames, T - Z]]
*[[Models_%26_Classnames:_CfgVehicles_-_NonStrategic|Classes of CfgVehicles/NonStrategics]]
 
*[[Models_%26_Classnames:_CfgVehicles_-_Strategic|Classes of CfgVehicles/Strategics]]
[[Models_%26_Classnames:_Ammo|Classes of CfgAmmo]]
*[[Models_%26_Classnames:_CfgVehicles_-_Vehicles|Classes of CfgVehicles/Vehicles]]
 
*[[Models_%26_Classnames:_DestrTypes|DestrTypes]]
[[Models_%26_Classnames:_CfgNonAIVehicles|Classes of CfgNonAIVehicles]]
*[[Models_%26_Classnames:_Miscellaneous|Miscellaneous]]
 
*[[Models_%26_Classnames:_Simulation_Types|Simulation Types]]
[[Models_%26_Classnames:_CfgVehicles_-_Class_Man|Classes of CfgVehicles/Class Man]]
*[[Models_%26_Classnames:_Weapons|Classes of CfgWeapons]]
 
[[Models_%26_Classnames:_CfgVehicles_-_Class_Thing|Classes of CfgVehicles/Class Thing]]
 
[[Models_%26_Classnames:_CfgVehicles_-_NonStrategic|Classes of CfgVehicles/NonStrategics]]
 
[[Models_%26_Classnames:_CfgVehicles_-_Strategic|Classes of CfgVehicles/Strategics]]
 
[[Models_%26_Classnames:_CfgVehicles_-_Vehicles|Classes of CfgVehicles/Vehicles]]
 
[[Models_%26_Classnames:_DestrTypes|DestrTypes]]
 
[[Models_%26_Classnames:_Miscellaneous|Miscellaneous]]
 
[[Models_%26_Classnames:_Simulation_Types|Simulation Types]]
 
[[Models_%26_Classnames:_Weapons|Classes of CfgWeapons]]
 


A fully commented config.cpp file can be found at the [http://www.flashpoint1985.com/breathe/index.html Oxygen] web site.
A fully commented config.cpp file can be found at the [http://www.flashpoint1985.com/breathe/index.html Oxygen] web site.

Revision as of 15:59, 31 May 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.