CfgConvert: Difference between revisions
Jump to navigation
Jump to search
(examples & download (outdated)) |
No edit summary |
||
Line 11: | Line 11: | ||
|DOWNLOAD= Part of Arma 3 Tools package on Steam | |DOWNLOAD= Part of Arma 3 Tools package on Steam | ||
|DESCRIPTION= CfgConvert is a command line tool for converting configs between text and binary representation. | |DESCRIPTION= CfgConvert is a command line tool for converting configs between text and binary representation. <br/> | ||
If you use the interface (cfgConvertGUI), based on the input file, it detects if it needs to `binarize` or `unbinarize`. | |||
|COMMAND= | |COMMAND= | ||
cfgConvert [-bin or -txt] [-dst destination] source | cfgConvert.exe [-bin or -txt] [-dst destination] source <br/> | ||
cfgConvertGUI.exe | |||
|EXAMPLE= | |EXAMPLE= |
Revision as of 14:05, 28 April 2014
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 or -txt] [-dst destination] source
cfgConvertGUI.exe - 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