CfgConvert: Difference between revisions
Jump to navigation
Jump to search
m (ftp to http fix) |
(Added information from readme) |
||
Line 6: | Line 6: | ||
|COMPATIBILITY= [[:Category:Armed Assault|Armed Assault (ArmA)]] | |COMPATIBILITY= [[:Category:Armed Assault|Armed Assault (ArmA)]] | ||
[[:Category: Arma 3|Arma 3]] | |||
|DOWNLOAD= ''[http://downloads.bistudio.com/Tools/BinPBOPE_ReleaseCandidate.zip Release Candidate on BIStudio FTP]'' | |DOWNLOAD= ''[http://downloads.bistudio.com/Tools/BinPBOPE_ReleaseCandidate.zip Release Candidate on BIStudio FTP]'' | ||
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. | ||
|COMMAND= | |||
cfgConvert [-bin or -txt] [-dst destination] source | |||
|EXAMPLE= | |||
cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp | |||
cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin | |||
|NOTES= | |NOTES= |
Revision as of 13:19, 14 November 2013
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Armed Assault (ArmA) Arma 3
- Download:
- Release Candidate on BIStudio FTP 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