CfgConvert: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "Category:Tools" to "Category:Official Tools") |
Lou Montana (talk | contribs) m (Text replacement - "<br/>" to "<br>") |
||
Line 10: | Line 10: | ||
|DOWNLOAD= [http://store.steampowered.com/app/233800/ 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`. | ||
|COMMAND= | |COMMAND= | ||
cfgConvert.exe <nowiki>[-bin | -txt | -xml | -q | -test ] {[-dst <destination>] <source>}</nowiki><br | cfgConvert.exe <nowiki>[-bin | -txt | -xml | -q | -test ] {[-dst <destination>] <source>}</nowiki><br> | ||
cfgConvertGUI.exe | cfgConvertGUI.exe | ||
Revision as of 13:27, 14 March 2020
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:
// Bin to CPP cfgConvert.exe -bin -dst p:\addon\config.bin p:\addon\config.cpp // CPP to Bin cfgConvert.exe -txt -dst p:\addon\config.cpp p:\addon\config.bin // Binarized SQM to unbinarized SQM cfgConvert.exe -txt -dst p:\Arma3\missions\myMission\mission_dest.sqm p:\Arma3\missions\myMission\mission_source.sqm