Copyright (c) 2011 Bohemia Interactive a.s. All rights reserved.
Syntax: cfgConvert [-bin | -txt] {[-dst <destination>] <source>}
Usage::
You want to convert a CONFIG file: BIN-to-CPP or CPP-to-BIN.
You can do so:
1. Download ArmA 2 Official Tools from here
2. Install the tools
3. Open C:\Program Files\Bohemia Interactive\Tools\BinMake folder
4. Copy the CfgConvert folder to a directory you want. For example, P:\CA
5. Copy your CONFIG file into the CfgConvert folder. For example, P:\CA\CfgConvert
You can convert the CONFIG file with two ways:
- Use the command prompt of your operating system.
- Use a shortcut of the utility. You need to create the CfgConvert.exe shortcut within the directory, for example, P:\CA\CfgConvert. Open the shortcut box and enter the data into field "Object".
Any way, you need to enter the following, for example:
- Convert BIN-to-CPP - P:\CA\CfgConvert\cfgConvert.exe -txt -dst config.cpp config.bin
- Convert CPP-to-BIN - P:\CA\CfgConvert\cfgConvert.exe -bin -dst config.bin config.cpp
|