CfgConvert: Difference between revisions
Jump to navigation
Jump to search
m (Added a new category) |
(examples & download (outdated)) |
||
Line 9: | Line 9: | ||
[[:Category: Arma 3|Arma 3]] | [[:Category: Arma 3|Arma 3]] | ||
|DOWNLOAD= | |DOWNLOAD= Part of Arma 3 Tools package on Steam | ||
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. | ||
Line 19: | Line 17: | ||
|EXAMPLE= | |EXAMPLE= | ||
cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp | cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp<br/> | ||
cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin | cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin<br/> | ||
|NOTES= | |NOTES= |
Revision as of 10:36, 20 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.
Usage
- Line call:
- cfgConvert [-bin or -txt] [-dst destination] source
- 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