Config.cpp: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
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|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|config.bin]]) and non-binarized form. | ||
Line 28: | Line 22: | ||
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. | ||
[[Category:ArmA: Addon Configuration]] | |||
[[category:Operation Flashpoint: Editing]] | |||
[[Category:Operation Flashpoint Elite: Editing]] | |||
[[category:Operation Flashpoint: Modelling]] | |||
[[Category:Operation Flashpoint Elite: Modelling]] |
Revision as of 02:20, 19 December 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:
- 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.