Config.cpp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


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.
[[CfgVehicles|Here]] you can find a tree of CfgVehicles.
These links may be of interest:
[[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_-_S|Models without classnames, S]]
[[Models:_NoClassnames_-_T_:_Z|Models without classnames, T - Z]]
[[Models_%26_Classnames:_Ammo|Classes of CfgAmmo]]
[[Models_%26_Classnames:_CfgNonAIVehicles|Classes of CfgNonAIVehicles]]
[[Models_%26_Classnames:_CfgVehicles_-_Class_Man|Classes of CfgVehicles/Class Man]]
[[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.
[[CfgVehicles|Here]] you can find a tree of CfgVehicles.

Revision as of 23:33, 27 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.

Here you can find a tree of CfgVehicles.

These links may be of interest:

Models without classnames, A - J

Models without classnames, K - M

Models without classnames, N - R

Models without classnames, S

Models without classnames, T - Z

Classes of CfgAmmo

Classes of CfgNonAIVehicles

Classes of CfgVehicles/Class Man

Classes of CfgVehicles/Class Thing

Classes of CfgVehicles/NonStrategics

Classes of CfgVehicles/Strategics

Classes of CfgVehicles/Vehicles

DestrTypes

Miscellaneous

Simulation Types

Classes of CfgWeapons


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