CfgConvert: Difference between revisions
Jump to navigation
Jump to search
m (options) |
mNo edit summary |
||
Line 14: | Line 14: | ||
|COMMAND= | |COMMAND= | ||
cfgConvert.exe <nowiki>[-bin | -txt | -xml | -q | -test ] {[-dst <destination>] <source>}</nowiki><br/> | |||
cfgConvertGUI.exe | cfgConvertGUI.exe | ||
Line 27: | Line 27: | ||
|EXAMPLE= | |EXAMPLE= | ||
cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp< | <code>cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp</code> | ||
cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin< | <code>cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin</code> | ||
|NOTES= | |NOTES= |
Revision as of 04:33, 23 February 2016
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Armed Assault (ArmA), Arma 3
- Download:
- Part of Arma 3 Tools package on Steam
Description
- Description:
- CfgConvert is a command line tool for converting configs between text and binary representation.
If you use the interface (cfgConvertGUI), based on the input file, it detects if it needs to `binarize` or `unbinarize`.
Usage
- Line call:
- cfgConvert.exe [-bin | -txt | -xml | -q | -test ] {[-dst <destination>] <source>}
cfgConvertGUI.exe - Options:
-bin
-txt
-xml
-q
-test
-dst
- Examples:
cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp
cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin