Config.bin: Difference between revisions

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

Revision as of 19:46, 9 November 2006


The config.bin file is a binarized version of the config.cpp file. For more detailed information see Config.cpp.

Sometimes binary form configs are referred to as 'encrypted'. This is misleading, as the encoding used for config.bin is not an encryption, and it was never intended to be, The purpose of the binary form is to provide a representation which can be read by the game engine as fast as possible, avoiding any text parsing.


The encoding of this binary data differs from product to product.