CfgConvert: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|VERSION= | |VERSION= | ||
|COMPATIBILITY= [[:Category:Armed Assault|Armed Assault (ArmA)]] | |COMPATIBILITY= [[:Category:Armed Assault|Armed Assault (ArmA)]], | ||
[[:Category: Arma 3|Arma 3]] | [[:Category: Arma 3|Arma 3]] | ||
|DOWNLOAD= Part of Arma 3 Tools package on Steam | |DOWNLOAD= [http://store.steampowered.com/app/233800/ Part of Arma 3 Tools package on Steam] | ||
|DESCRIPTION= CfgConvert is a command line tool for converting configs between text and binary representation. <br/> | |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`. | If you use the interface (cfgConvertGUI), based on the input file, it detects if it needs to `binarize` or `unbinarize`. |
Revision as of 10:47, 16 October 2015
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